chore: add `.env.example`

chore: add .env.example

diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..5b8feaf
--- /dev/null
+++ b/.env.example
@@ -0,0 +1 @@
+THIRDWEB_API_KEY=
\ No newline at end of file
diff --git a/pages/_app.tsx b/pages/_app.tsx
index 6e2e76c..bf2ce97 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -14,7 +14,7 @@ function MyApp({ Component, pageProps }: AppProps) {
             // Define that we only want to support Account Abstraction wallets aka Smart Wallets
             supportedWallets={[
                 smartWallet({
-                    // View my Factory Contract: https://thirdweb.com/mumbai/0x69608a6fE2e1Ce34eAcC4688502b2a2A1209EE2c
+                    // View my Factory Contract: https://thirdweb.com/celo-alfajores-testnet/0x7FDaA334E6A515dF22583c5dfe78B302a3dfE3F8
                     // Deploy your own Factory: https://thirdweb.com/thirdweb.eth/AccountFactory
                     factoryAddress:
                         "0x7FDaA334E6A515dF22583c5dfe78B302a3dfE3F8",

GitHub
sha: ff5bbc51ace1f7923a3581af82b64bd2a140ddf1

2 Likes