Skip to content

Commit

Permalink
Revert changes to the demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamj1232 committed Jun 17, 2024
1 parent 6dd54ae commit d473dfd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/demo/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
const onboard = Onboard({
wallets: [
// metamaskSDKWallet,
metamaskSDKWallet,
coinbaseWallet,
injected,
ledger,
Expand Down Expand Up @@ -412,7 +412,12 @@
rpcUrl: 'https://rpc.degen.tips'
}
],
connect: {},
connect: {
// disableClose: true,
// removeWhereIsMyWalletWarning: true,
// autoConnectLastWallet: false,
autoConnectAllPreviousWallet: true,
},
appMetadata: {
name: 'Blocknative',
icon: blocknativeIcon,
Expand Down

0 comments on commit d473dfd

Please sign in to comment.