Skip to content

Commit 977d08c

Browse files
authored
Merge pull request #1933 from blocknative/release/2.24.12
Release 2.24.12
2 parents 86fef72 + a8b1bbd commit 977d08c

File tree

13 files changed

+115
-71
lines changed

13 files changed

+115
-71
lines changed

docs/src/lib/services/onboard.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ const intiOnboard = async (theme) => {
178178
},
179179
{
180180
id: 42161,
181-
token: 'ARB-ETH',
181+
token: 'ETH',
182182
label: 'Arbitrum One',
183183
rpcUrl: 'https://rpc.ankr.com/arbitrum'
184184
},
185185
{
186186
id: '0xa4ba',
187-
token: 'ARB',
187+
token: 'ETH',
188188
label: 'Arbitrum Nova',
189189
rpcUrl: 'https://nova.arbitrum.io/rpc'
190190
},
@@ -217,12 +217,6 @@ const intiOnboard = async (theme) => {
217217
token: 'OETH',
218218
label: 'Optimism',
219219
rpcUrl: 'https://mainnet.optimism.io'
220-
},
221-
{
222-
id: '0xA4B1',
223-
token: 'ARB-ETH',
224-
label: 'Arbitrum',
225-
rpcUrl: 'https://rpc.ankr.com/arbitrum'
226220
}
227221
],
228222
appMetadata: {

docs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3833,10 +3833,10 @@
38333833
ethers "5.5.4"
38343834
joi "17.9.1"
38353835

3836-
"@web3-onboard/core@^2.21.1":
3837-
version "2.21.1"
3838-
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.21.1.tgz#addb6c07c376cbbed3ae1d9ea6aabf05b15a8309"
3839-
integrity sha512-2ETfh+MIcRdEq1fY3+hc4KDTVelJLzNK9SpiH58kZ43/G5ky5IuTRS22e0xpsn/4pq5a1Y0Pgc1tHQncyZpndw==
3836+
"@web3-onboard/core@^2.21.2":
3837+
version "2.21.2"
3838+
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.21.2.tgz#962683efc87b29ee9150ab8d7ea9568ea3b41dd5"
3839+
integrity sha512-apzVi2zWqs4ktZBBJ60x1e4odI1mSoZ2c69bXUg36A0xI0iRFQ9Od44peI3mfTDEru7hWsr81Nv6l+v3HRSKLw==
38403840
dependencies:
38413841
"@web3-onboard/common" "^2.3.3"
38423842
bignumber.js "^9.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-onboard-monorepo",
3-
"version": "2.24.11",
3+
"version": "2.24.12",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/coinbase/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/coinbase",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "Coinbase SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -58,7 +58,7 @@
5858
"typescript": "^4.5.5"
5959
},
6060
"dependencies": {
61-
"@coinbase/wallet-sdk": "^3.7.1",
61+
"@coinbase/wallet-sdk": "^3.7.2",
6262
"@web3-onboard/common": "^2.3.3"
6363
}
6464
}

packages/demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@web3-onboard/arcana-auth": "^2.0.0",
3131
"@web3-onboard/blocto": "2.0.0",
3232
"@web3-onboard/cede-store": "^2.1.0",
33-
"@web3-onboard/coinbase": "^2.2.5",
33+
"@web3-onboard/coinbase": "^2.2.6",
3434
"@web3-onboard/core": "^2.21.2",
3535
"@web3-onboard/dcent": "^2.2.7",
3636
"@web3-onboard/enkrypt": "^2.0.3",
@@ -40,7 +40,7 @@
4040
"@web3-onboard/gas": "^2.1.7",
4141
"@web3-onboard/gnosis": "^2.1.10",
4242
"@web3-onboard/infinity-wallet": "^2.0.3",
43-
"@web3-onboard/injected-wallets": "^2.10.6",
43+
"@web3-onboard/injected-wallets": "^2.10.7",
4444
"@web3-onboard/keepkey": "^2.3.7",
4545
"@web3-onboard/keystone": "^2.3.7",
4646
"@web3-onboard/ledger": "^2.5.2",
@@ -56,7 +56,7 @@
5656
"@web3-onboard/trust": "^2.0.3",
5757
"@web3-onboard/uauth": "^2.1.2",
5858
"@web3-onboard/venly": "^2.0.0",
59-
"@web3-onboard/walletconnect": "^2.4.6",
59+
"@web3-onboard/walletconnect": "^2.4.7",
6060
"@web3-onboard/web3auth": "^2.2.2",
6161
"@web3-onboard/xdefi": "^2.0.5",
6262
"@web3-onboard/zeal": "^2.0.3",

packages/demo/src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
// displayUnavailable: true,
7979
// ||
8080
// display specific unavailable wallets
81-
displayUnavailable: [ProviderLabel.MetaMask, ProviderLabel.Trust]
81+
displayUnavailable: [ProviderLabel.MetaMask, ProviderLabel.Trust, ProviderLabel.Phantom]
8282
// but only show Binance and Bitski wallet if they are available
8383
// filter: {
8484
// [ProviderLabel.Binance]: 'unavailable',

packages/injected/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/injected-wallets",
3-
"version": "2.10.6",
3+
"version": "2.10.7",
44
"description": "Injected wallet module for connecting browser extension and mobile wallets to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",

packages/injected/src/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const defaultWalletUnavailableMsg = ({
1919
externalUrl
2020
}: InjectedWalletModule) =>
2121
externalUrl
22-
? `Please <a href="${externalUrl}" target="_blank">install</a> or enable ${label} to continue`
22+
? `Please <a href="${externalUrl}" target="_blank">install or switch to</a> ${label} to continue`
2323
: `Please install or enable ${label} to continue`
2424

2525
export const isWalletAvailable = (

packages/injected/src/types.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ export enum ProviderIdentityFlag {
8181
export enum ProviderExternalUrl {
8282
Binance = 'https://www.bnbchain.org/ru/blog/binance-extension-wallet/',
8383
BitKeep = 'https://bitkeep.com/en/download?type=0',
84-
Coinbase = 'https://www.coinbase.com/wallet/downloads',
85-
MetaMask = 'https://metamask.io/download/',
84+
Coinbase = 'https://go.cb-w.com/dapp',
85+
MetaMask = 'https://metamask.app.link/dapp/',
8686
OKXWallet = 'https://okx.com/download',
87-
Phantom = 'https://phantom.app/download',
87+
Phantom = 'https://phantom.app/ul/v1/connect',
8888
Talisman = 'https://www.talisman.xyz/',
89-
Trust = 'https://trustwallet.com/download/',
89+
Trust = 'https://link.trustwallet.com',
9090
OneKey = 'https://onekey.so/download/',
9191
RoninWallet = 'https://wallet.skymavis.com/',
9292
Coin98Wallet = 'https://coin98.com/wallet/',

packages/injected/src/wallets.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ const imtoken: InjectedWalletModule = {
394394
getIcon: async () => (await import('./icons/imtoken.js')).default,
395395
getInterface: async () => ({
396396
provider: createEIP1193Provider(window.ethereum, {
397-
wallet_switchEthereumChain: UNSUPPORTED_METHOD,
398397
eth_selectAccounts: UNSUPPORTED_METHOD
399398
})
400399
}),

0 commit comments

Comments
 (0)