Skip to content

Commit

Permalink
fix: remove coinbase connector
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed May 2, 2024
1 parent 9932d92 commit 8a20ff5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import tldAbi from './abi/PunkTLD.json'
import useChainHelpers from './hooks/useChainHelpers'
import { useEthers } from './pinia-stores/ethers'
import { useStore } from 'vuex'
import { CoinbaseWalletConnector } from '@vue-dapp/coinbase'
// import { CoinbaseWalletConnector } from '@vue-dapp/coinbase'
export default {
components: {
Expand Down Expand Up @@ -111,10 +111,10 @@ export default {
const { addConnectors, chainId, connectTo, watchConnect, watchDisconnect } = useVueDapp()
addConnectors([
new BrowserWalletConnector(),
new CoinbaseWalletConnector({
appName: 'ModeChat ID',
jsonRpcUrl: `https://mainnet.mode.network/`,
}),
// new CoinbaseWalletConnector({
// appName: 'ModeChat ID',
// jsonRpcUrl: `https://mainnet.mode.network/`,
// }),
])
const { setWallet, resetWallet, fetchBalance } = useEthers()
Expand Down

0 comments on commit 8a20ff5

Please sign in to comment.