Created
April 29, 2025 02:07
-
-
Save Alphajeez96/f10237a58e11d2830d1e0701c13b0b84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
createAppKit({ | |
adapters: [new EthersAdapter()], | |
networks: [mainnet, arbitrum, polygon, base, bsc], | |
projectId, | |
features: { | |
analytics: false, | |
email: false, | |
socials: false, | |
}, | |
themeMode: 'light', | |
featuredWalletIds: [ | |
'c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96', | |
'8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4', | |
'fd20dc426fb37566d803205b19bbc1d4096b248ac04548e3cfb6b3a38bd033aa', | |
'4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0' | |
] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment