Skip to content

Commit

Permalink
set headlessMode = true
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Jan 25, 2024
1 parent 6bfc04b commit 887a578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const ethda = defineChain({
const cbConnector = new CoinbaseWalletConnector({
chains: [ethda],
options: {
headlessMode: false,
headlessMode: true,
appName: 'Ethda',
},
})
Expand Down

0 comments on commit 887a578

Please sign in to comment.