Skip to content

Commit

Permalink
Merge pull request #1813 from blocknative/release/2.24.3
Browse files Browse the repository at this point in the history
Release 2.24.3
  • Loading branch information
Adamj1232 committed Jul 7, 2023
2 parents 0260756 + 8fd2751 commit 31583e3
Show file tree
Hide file tree
Showing 24 changed files with 234 additions and 292 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-to-notion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
STATE: ${{ github.event.issue.state }}
ISSUE_URL: ${{ github.event.issue.html_url }}
TITLE: ${{ github.event.issue.title }}
FLAG: Next Sprint
FLAG: Next Sprint,Github
DATABASE_NAME: Product
STATUS: Backlog
# Product Work Board
Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
},
"type": "module",
"dependencies": {
"@web3-onboard/blocto": "^2.0.0-alpha.1",
"@web3-onboard/blocto": "^2.0.0",
"@web3-onboard/cede-store": "^2.0.2",
"@web3-onboard/coinbase": "^2.2.4",
"@web3-onboard/core": "^2.20.4-alpha.1",
"@web3-onboard/core": "^2.20.4",
"@web3-onboard/dcent": "^2.2.7",
"@web3-onboard/enkrypt": "^2.0.4",
"@web3-onboard/fortmatic": "^2.0.19",
Expand All @@ -61,23 +61,23 @@
"@web3-onboard/gas": "^2.1.8",
"@web3-onboard/gnosis": "^2.1.10",
"@web3-onboard/infinity-wallet": "^2.0.4",
"@web3-onboard/injected-wallets": "^2.10.1",
"@web3-onboard/injected-wallets": "^2.10.2",
"@web3-onboard/keepkey": "^2.3.7",
"@web3-onboard/keystone": "^2.3.7",
"@web3-onboard/ledger": "^2.5.0-alpha.1",
"@web3-onboard/ledger": "^2.5.1",
"@web3-onboard/magic": "^2.1.7",
"@web3-onboard/mew-wallet": "^2.0.4",
"@web3-onboard/phantom": "^2.0.2",
"@web3-onboard/phantom": "^2.0.3",
"@web3-onboard/portis": "^2.1.7",
"@web3-onboard/sequence": "^2.0.8",
"@web3-onboard/taho": "^2.0.5-alpha.1",
"@web3-onboard/taho": "^2.0.5",
"@web3-onboard/torus": "^2.2.5",
"@web3-onboard/transaction-preview": "^2.0.8",
"@web3-onboard/trezor": "^2.4.2",
"@web3-onboard/trust": "^2.0.4",
"@web3-onboard/uauth": "^2.1.0-alpha.1",
"@web3-onboard/uauth": "^2.1.1",
"@web3-onboard/venly": "^2.0.0",
"@web3-onboard/walletconnect": "^2.4.0-alpha.2",
"@web3-onboard/walletconnect": "^2.4.1",
"@web3-onboard/web3auth": "^2.2.3",
"@web3-onboard/xdefi": "^2.0.4",
"@web3-onboard/zeal": "^2.0.4",
Expand Down
13 changes: 9 additions & 4 deletions docs/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WQ8M55VX1Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WQ8M55VX1Z');
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-WQ8M55VX1Z')
</script>
<script>
var global = global || window
</script>
</head>
<body data-sveltekit-preload-data="hover">
Expand Down
12 changes: 5 additions & 7 deletions docs/src/lib/services/onboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,12 @@ const intiOnboard = async (theme) => {
const coinbase = coinbaseModule()
const dcent = dcentModule()
const walletConnect = walletConnectModule({
connectFirstChainId: true,
version: 2,
projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5',
qrcodeModalOptions: {
mobileLinks: ['rainbow', 'metamask', 'argent', 'trust', 'imtoken', 'pillar']
}
projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5'
})
const ledger = ledgerModule({
walletConnectVersion: 2,
projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5'
})
const ledger = ledgerModule({ projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5' })
const keystone = keystoneModule()
const keepkey = keepkeyModule()
const gnosis = gnosisModule()
Expand Down
3 changes: 3 additions & 0 deletions docs/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ const config = {
include: [
'@web3-onboard/core',
'@web3-onboard/gas',
'@web3-onboard/ledger',
'@web3-onboard/uauth',
'@web3-onboard/walletconnect',
'@web3-onboard/sequence',
'js-sha3',
'@ethersproject/bignumber'
Expand Down
Loading

0 comments on commit 31583e3

Please sign in to comment.