Skip to content

Commit

Permalink
Merge pull request #1959 from blocknative/release/2.24.14
Browse files Browse the repository at this point in the history
Release - 2.24.14 (develop)
  • Loading branch information
Adamj1232 authored Oct 17, 2023
2 parents 24c825d + 7458803 commit 2436a4d
Show file tree
Hide file tree
Showing 12 changed files with 3,006 additions and 2,951 deletions.
5 changes: 3 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@safe-global/safe-apps-provider": "^0.18.0",
"@safe-global/safe-apps-sdk": "^8.1.0",
"@web3-onboard/arcana-auth": "^2.0.0",
"@web3-onboard/bitget": "^2.0.0-alpha.1",
"@web3-onboard/blocto": "^2.0.0",
"@web3-onboard/cede-store": "^2.1.0",
"@web3-onboard/coinbase": "^2.2.5",
Expand All @@ -74,13 +75,13 @@
"@web3-onboard/portis": "^2.1.7",
"@web3-onboard/sequence": "^2.0.8",
"@web3-onboard/taho": "^2.0.5",
"@web3-onboard/torus": "^2.2.6-alpha.1",
"@web3-onboard/torus": "^2.2.6",
"@web3-onboard/transaction-preview": "^2.0.8",
"@web3-onboard/trezor": "^2.4.3",
"@web3-onboard/trust": "^2.0.4",
"@web3-onboard/uauth": "^2.1.1",
"@web3-onboard/venly": "^2.0.0",
"@web3-onboard/walletconnect": "^2.4.6",
"@web3-onboard/walletconnect": "^2.5.0-alpha.1",
"@web3-onboard/web3auth": "^2.2.3",
"@web3-onboard/xdefi": "^2.0.4",
"@web3-onboard/zeal": "^2.0.4",
Expand Down
12 changes: 8 additions & 4 deletions docs/src/lib/services/onboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const intiOnboard = async (theme) => {
const { default: arcanaModule } = await import('@web3-onboard/arcana-auth')
const { default: bloctoModule } = await import('@web3-onboard/blocto')
const { default: venlyModule } = await import('@web3-onboard/venly')
const { default: bitgetModule } = await import('@web3-onboard/bitget')
const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'

const injected = injectedModule()
Expand All @@ -66,7 +67,8 @@ const intiOnboard = async (theme) => {
const coinbase = coinbaseModule()
const dcent = dcentModule()
const walletConnect = walletConnectModule({
projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5'
projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5',
dappUrl: 'https://onboard.blocknative.com/'
})
const ledger = ledgerModule({
walletConnectVersion: 2,
Expand All @@ -83,6 +85,7 @@ const intiOnboard = async (theme) => {
const trust = trustModule()
const xdefi = xdefiModule()
const cede = cedeModule()
const bitget = bitgetModule()

const portis = portisModule({
apiKey: 'b2b7586f-2b1e-4c30-a7fb-c2d1533b153b'
Expand Down Expand Up @@ -123,16 +126,17 @@ const intiOnboard = async (theme) => {
wallets: [
injected,
walletConnect,
arcanaWallet,
coinbase,
ledger,
trezor,
trust,
gnosis,
uauth,
taho,
cede,
bitget,
xdefi,
uauth,
cede,
arcanaWallet,
torus,
sequence,
dcent,
Expand Down
Loading

0 comments on commit 2436a4d

Please sign in to comment.