@@ -54,19 +54,19 @@ const intiOnboard = async (theme) => {
54
54
const { default : xdefiModule } = await import ( '@web3-onboard/xdefi' )
55
55
const { default : cedeModule } = await import ( '@web3-onboard/cede-store' )
56
56
const { default : frameModule } = await import ( '@web3-onboard/frame' )
57
- const { default : arcanaModule } = await import ( '@web3-onboard/arcana-auth' )
57
+ // const { default: arcanaModule } = await import('@web3-onboard/arcana-auth')
58
58
const { default : bloctoModule } = await import ( '@web3-onboard/blocto' )
59
59
const { default : venlyModule } = await import ( '@web3-onboard/venly' )
60
60
const { default : bitgetModule } = await import ( '@web3-onboard/bitget' )
61
- // const { default: capsuleModule, Environment } = await import('@web3-onboard/capsule')
61
+ // // const { default: capsuleModule, Environment } = await import('@web3-onboard/capsule')
62
62
const { default : particleAuthModule } = await import ( '@web3-onboard/particle-network' )
63
63
const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'
64
64
65
65
const injected = injectedModule ( )
66
66
const infinityWallet = infinityWalletModule ( )
67
- const arcanaWallet = arcanaModule ( {
68
- clientID : 'xar_test_c9c3bc702eb13255c58dab0e74cfa859711c13cb'
69
- } )
67
+ // const arcanaWallet = arcanaModule({
68
+ // clientID: 'xar_test_c9c3bc702eb13255c58dab0e74cfa859711c13cb'
69
+ // })
70
70
const coinbase = coinbaseModule ( )
71
71
const metamask = metamaskModule ( {
72
72
options : {
@@ -131,10 +131,10 @@ const intiOnboard = async (theme) => {
131
131
environment : 'staging'
132
132
} )
133
133
134
- // const capsule = capsuleModule({
135
- // environment: Environment.DEVELOPMENT,
136
- // apiKey: '992bbd9146d5de8ad0419f141d9a7ca7'
137
- // })
134
+ // // const capsule = capsuleModule({
135
+ // // environment: Environment.DEVELOPMENT,
136
+ // // apiKey: '992bbd9146d5de8ad0419f141d9a7ca7'
137
+ // / / })
138
138
139
139
const particle = particleAuthModule ( {
140
140
projectId : 'b385ccf0-73c3-485a-9941-159b7855b806' ,
@@ -158,7 +158,7 @@ const intiOnboard = async (theme) => {
158
158
xdefi ,
159
159
uauth ,
160
160
cede ,
161
- arcanaWallet ,
161
+ // arcanaWallet,
162
162
torus ,
163
163
sequence ,
164
164
dcent ,
@@ -173,9 +173,8 @@ const intiOnboard = async (theme) => {
173
173
infinityWallet ,
174
174
blocto ,
175
175
particle ,
176
+ venly
176
177
// capsule
177
-
178
- // venly
179
178
] ,
180
179
chains : [
181
180
{
0 commit comments