@@ -53,12 +53,16 @@ const intiOnboard = async (theme) => {
5353 const { default : xdefiModule } = await import ( '@web3-onboard/xdefi' )
5454 const { default : cedeModule } = await import ( '@web3-onboard/cede-store' )
5555 const { default : frameModule } = await import ( '@web3-onboard/frame' )
56+ const { default : arcanaModule } = await import ( '@web3-onboard/arcana-auth' )
5657 const { default : bloctoModule } = await import ( '@web3-onboard/blocto' )
5758 const { default : venlyModule } = await import ( '@web3-onboard/venly' )
5859 const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'
5960
6061 const injected = injectedModule ( )
6162 const infinityWallet = infinityWalletModule ( )
63+ const arcanaWallet = arcanaModule ( {
64+ clientID : 'xar_test_c9c3bc702eb13255c58dab0e74cfa859711c13cb'
65+ } )
6266 const coinbase = coinbaseModule ( )
6367 const dcent = dcentModule ( )
6468 const walletConnect = walletConnectModule ( {
@@ -115,10 +119,11 @@ const intiOnboard = async (theme) => {
115119 } )
116120
117121 return Onboard ( {
118- connect : { autoConnectAllPreviousWallet : true } ,
122+ connect : { autoConnectAllPreviousWallet : true } ,
119123 wallets : [
120124 injected ,
121125 walletConnect ,
126+ arcanaWallet ,
122127 coinbase ,
123128 ledger ,
124129 trezor ,
@@ -172,23 +177,23 @@ const intiOnboard = async (theme) => {
172177 rpcUrl : 'https://rpc.sepolia.org/'
173178 } ,
174179 {
175- id : '0x13881' ,
180+ id : '0x2105' ,
181+ token : 'ETH' ,
182+ label : 'Base' ,
183+ rpcUrl : 'https://mainnet.base.org'
184+ } ,
185+ {
186+ id : '0x89' ,
176187 token : 'MATIC' ,
177- label : 'Polygon - Mumbai ' ,
178- rpcUrl : 'https://matic-mumbai .chainstacklabs.com'
188+ label : 'Polygon' ,
189+ rpcUrl : 'https://matic-mainnet .chainstacklabs.com'
179190 } ,
180191 {
181192 id : '0x38' ,
182193 token : 'BNB' ,
183194 label : 'Binance' ,
184195 rpcUrl : 'https://bsc-dataseed.binance.org/'
185196 } ,
186- {
187- id : '0x89' ,
188- token : 'MATIC' ,
189- label : 'Polygon' ,
190- rpcUrl : 'https://matic-mainnet.chainstacklabs.com'
191- } ,
192197 {
193198 id : '0xfa' ,
194199 token : 'FTM' ,
@@ -206,12 +211,6 @@ const intiOnboard = async (theme) => {
206211 token : 'ARB-ETH' ,
207212 label : 'Arbitrum' ,
208213 rpcUrl : 'https://rpc.ankr.com/arbitrum'
209- } ,
210- {
211- id : 84531 ,
212- token : 'ETH' ,
213- label : 'Base Goerli' ,
214- rpcUrl : 'https://goerli.base.org'
215214 }
216215 ] ,
217216 appMetadata : {
0 commit comments