@@ -59,7 +59,8 @@ const intiOnboard = async (theme) => {
5959 const { default : bloctoModule } = await import ( '@web3-onboard/blocto' )
6060 const { default : venlyModule } = await import ( '@web3-onboard/venly' )
6161 const { default : bitgetModule } = await import ( '@web3-onboard/bitget' )
62- // // const { default: capsuleModule, Environment } = await import('@web3-onboard/capsule')
62+ const { default : finoaConnectModule } = await import ( '@web3-onboard/finoaconnect' )
63+ const { default : capsuleModule , Environment } = await import ( '@web3-onboard/capsule' )
6364 const { default : particleAuthModule } = await import ( '@web3-onboard/particle-network' )
6465 const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'
6566
@@ -113,6 +114,9 @@ const intiOnboard = async (theme) => {
113114 }
114115 const trezor = trezorModule ( trezorOptions )
115116
117+ const finoaConnectOptions = { } ;
118+ const finoaconnect = finoaConnectModule ( finoaConnectOptions ) ;
119+
116120 const uauthOptions = {
117121 clientID : 'a25c3a65-a1f2-46cc-a515-a46fe7acb78c' ,
118122 redirectUri : 'http://localhost:8080/' ,
@@ -133,10 +137,10 @@ const intiOnboard = async (theme) => {
133137 environment : 'staging'
134138 } )
135139
136- // // const capsule = capsuleModule({
137- // // environment: Environment.DEVELOPMENT,
138- // // apiKey: '992bbd9146d5de8ad0419f141d9a7ca7'
139- // / / })
140+ const capsule = capsuleModule ( {
141+ environment : Environment . DEVELOPMENT ,
142+ apiKey : '992bbd9146d5de8ad0419f141d9a7ca7'
143+ } )
140144
141145 const particle = particleAuthModule ( {
142146 projectId : 'b385ccf0-73c3-485a-9941-159b7855b806' ,
@@ -176,8 +180,9 @@ const intiOnboard = async (theme) => {
176180 infinityWallet ,
177181 blocto ,
178182 particle ,
179- venly
180- // capsule
183+ venly ,
184+ finoaconnect ,
185+ capsule
181186 ] ,
182187 chains : [
183188 {
0 commit comments