File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
"@web3-onboard/torus" : " ^2.0.0" ,
34
34
"@web3-onboard/trezor" : " ^2.0.0" ,
35
35
"@web3-onboard/walletconnect" : " ^2.0.0" ,
36
- "@web3-onboard/walletlink " : " ^2.0.0" ,
36
+ "@web3-onboard/coinbase " : " ^2.0.0" ,
37
37
"@web3-onboard/magic" : " ^2.0.0" ,
38
38
"vconsole" : " ^3.9.5"
39
39
},
Original file line number Diff line number Diff line change 10
10
import torusModule from ' @web3-onboard/torus'
11
11
import trezorModule from ' @web3-onboard/trezor'
12
12
import walletConnectModule from ' @web3-onboard/walletconnect'
13
- import walletLinkModule from ' @web3-onboard/walletlink '
13
+ import coinbaseModule from ' @web3-onboard/coinbase '
14
14
import magicModule from ' @web3-onboard/magic'
15
15
import { verifyMessage , verifyTypedData } from ' ethers/lib/utils'
16
16
import { share } from ' rxjs/operators'
57
57
}
58
58
})
59
59
60
- const walletLink = walletLinkModule ()
60
+ const coinbaseWallet = coinbaseModule ()
61
61
62
62
const walletConnect = walletConnectModule ()
63
63
const portis = portisModule ({
91
91
walletConnect,
92
92
keepkey,
93
93
keystone,
94
- walletLink ,
94
+ coinbaseWallet ,
95
95
injected,
96
96
magic,
97
97
fortmatic,
You can’t perform that action at this time.
0 commit comments