Skip to content

Commit

Permalink
Add explore url to onboard init within docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamj1232 committed Jul 10, 2023
1 parent 91cf827 commit 33c66de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/lib/services/onboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ const intiOnboard = async (theme) => {
recommendedInjectedWallets: [
{ name: 'MetaMask', url: 'https://metamask.io' },
{ name: 'Coinbase', url: 'https://wallet.coinbase.com/' }
]
],
explore: 'https://onboard.blocknative.com/'
},
accountCenter: { desktop: { enabled: true }, mobile: { enabled: true } },
theme: theme || 'system',
Expand Down

0 comments on commit 33c66de

Please sign in to comment.