Skip to content

Commit

Permalink
[update] Coinbase Wallet demo (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
erin-at-work authored Apr 7, 2022
1 parent fad7e91 commit f1f63ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@web3-onboard/torus": "^2.0.0",
"@web3-onboard/trezor": "^2.0.0",
"@web3-onboard/walletconnect": "^2.0.0",
"@web3-onboard/walletlink": "^2.0.0",
"@web3-onboard/coinbase": "^2.0.0",
"@web3-onboard/magic": "^2.0.0",
"vconsole": "^3.9.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import torusModule from '@web3-onboard/torus'
import trezorModule from '@web3-onboard/trezor'
import walletConnectModule from '@web3-onboard/walletconnect'
import walletLinkModule from '@web3-onboard/walletlink'
import coinbaseModule from '@web3-onboard/coinbase'
import magicModule from '@web3-onboard/magic'
import { verifyMessage, verifyTypedData } from 'ethers/lib/utils'
import { share } from 'rxjs/operators'
Expand Down Expand Up @@ -57,7 +57,7 @@
}
})
const walletLink = walletLinkModule()
const coinbaseWallet = coinbaseModule()
const walletConnect = walletConnectModule()
const portis = portisModule({
Expand Down Expand Up @@ -91,7 +91,7 @@
walletConnect,
keepkey,
keystone,
walletLink,
coinbaseWallet,
injected,
magic,
fortmatic,
Expand Down

0 comments on commit f1f63ce

Please sign in to comment.