Skip to content

Commit 31583e3

Browse files
authored
Merge pull request #1813 from blocknative/release/2.24.3
Release 2.24.3
2 parents 0260756 + 8fd2751 commit 31583e3

File tree

24 files changed

+234
-292
lines changed

24 files changed

+234
-292
lines changed

.github/workflows/issue-to-notion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
STATE: ${{ github.event.issue.state }}
2222
ISSUE_URL: ${{ github.event.issue.html_url }}
2323
TITLE: ${{ github.event.issue.title }}
24-
FLAG: Next Sprint
24+
FLAG: Next Sprint,Github
2525
DATABASE_NAME: Product
2626
STATUS: Backlog
2727
# Product Work Board

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
},
5050
"type": "module",
5151
"dependencies": {
52-
"@web3-onboard/blocto": "^2.0.0-alpha.1",
52+
"@web3-onboard/blocto": "^2.0.0",
5353
"@web3-onboard/cede-store": "^2.0.2",
5454
"@web3-onboard/coinbase": "^2.2.4",
55-
"@web3-onboard/core": "^2.20.4-alpha.1",
55+
"@web3-onboard/core": "^2.20.4",
5656
"@web3-onboard/dcent": "^2.2.7",
5757
"@web3-onboard/enkrypt": "^2.0.4",
5858
"@web3-onboard/fortmatic": "^2.0.19",
@@ -61,23 +61,23 @@
6161
"@web3-onboard/gas": "^2.1.8",
6262
"@web3-onboard/gnosis": "^2.1.10",
6363
"@web3-onboard/infinity-wallet": "^2.0.4",
64-
"@web3-onboard/injected-wallets": "^2.10.1",
64+
"@web3-onboard/injected-wallets": "^2.10.2",
6565
"@web3-onboard/keepkey": "^2.3.7",
6666
"@web3-onboard/keystone": "^2.3.7",
67-
"@web3-onboard/ledger": "^2.5.0-alpha.1",
67+
"@web3-onboard/ledger": "^2.5.1",
6868
"@web3-onboard/magic": "^2.1.7",
6969
"@web3-onboard/mew-wallet": "^2.0.4",
70-
"@web3-onboard/phantom": "^2.0.2",
70+
"@web3-onboard/phantom": "^2.0.3",
7171
"@web3-onboard/portis": "^2.1.7",
7272
"@web3-onboard/sequence": "^2.0.8",
73-
"@web3-onboard/taho": "^2.0.5-alpha.1",
73+
"@web3-onboard/taho": "^2.0.5",
7474
"@web3-onboard/torus": "^2.2.5",
7575
"@web3-onboard/transaction-preview": "^2.0.8",
7676
"@web3-onboard/trezor": "^2.4.2",
7777
"@web3-onboard/trust": "^2.0.4",
78-
"@web3-onboard/uauth": "^2.1.0-alpha.1",
78+
"@web3-onboard/uauth": "^2.1.1",
7979
"@web3-onboard/venly": "^2.0.0",
80-
"@web3-onboard/walletconnect": "^2.4.0-alpha.2",
80+
"@web3-onboard/walletconnect": "^2.4.1",
8181
"@web3-onboard/web3auth": "^2.2.3",
8282
"@web3-onboard/xdefi": "^2.0.4",
8383
"@web3-onboard/zeal": "^2.0.4",

docs/src/app.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@
2121
<!-- Google tag (gtag.js) -->
2222
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WQ8M55VX1Z"></script>
2323
<script>
24-
window.dataLayer = window.dataLayer || [];
25-
function gtag(){dataLayer.push(arguments);}
26-
gtag('js', new Date());
27-
gtag('config', 'G-WQ8M55VX1Z');
24+
window.dataLayer = window.dataLayer || []
25+
function gtag() {
26+
dataLayer.push(arguments)
27+
}
28+
gtag('js', new Date())
29+
gtag('config', 'G-WQ8M55VX1Z')
30+
</script>
31+
<script>
32+
var global = global || window
2833
</script>
2934
</head>
3035
<body data-sveltekit-preload-data="hover">

docs/src/lib/services/onboard.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,12 @@ const intiOnboard = async (theme) => {
6262
const coinbase = coinbaseModule()
6363
const dcent = dcentModule()
6464
const walletConnect = walletConnectModule({
65-
connectFirstChainId: true,
66-
version: 2,
67-
projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5',
68-
qrcodeModalOptions: {
69-
mobileLinks: ['rainbow', 'metamask', 'argent', 'trust', 'imtoken', 'pillar']
70-
}
65+
projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5'
66+
})
67+
const ledger = ledgerModule({
68+
walletConnectVersion: 2,
69+
projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5'
7170
})
72-
const ledger = ledgerModule({ projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5' })
7371
const keystone = keystoneModule()
7472
const keepkey = keepkeyModule()
7573
const gnosis = gnosisModule()

docs/vite.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ const config = {
3232
include: [
3333
'@web3-onboard/core',
3434
'@web3-onboard/gas',
35+
'@web3-onboard/ledger',
36+
'@web3-onboard/uauth',
37+
'@web3-onboard/walletconnect',
3538
'@web3-onboard/sequence',
3639
'js-sha3',
3740
'@ethersproject/bignumber'

0 commit comments

Comments
 (0)