File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ 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 : bloctoModule } = await import ( '@web3-onboard/blocto' )
5657 const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'
5758
5859 const injected = injectedModule ( )
@@ -107,6 +108,8 @@ const intiOnboard = async (theme) => {
107108
108109 const frame = frameModule ( )
109110
111+ const blocto = bloctoModule ( )
112+
110113 return Onboard ( {
111114 wallets : [
112115 injected ,
@@ -131,7 +134,8 @@ const intiOnboard = async (theme) => {
131134 keepkey ,
132135 portis ,
133136 frame ,
134- infinityWallet
137+ infinityWallet ,
138+ blocto
135139 ] ,
136140 chains : [
137141 {
You can’t perform that action at this time.
0 commit comments