@openocean.finance/wallet 1.6.16 → 1.6.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Chains.js +3 -3
- package/lib/Wallets/index.js +1 -1
- package/package.json +1 -1
package/lib/Chains.js
CHANGED
|
@@ -425,12 +425,12 @@ var chainObj = {
|
|
|
425
425
|
},
|
|
426
426
|
"blast": {
|
|
427
427
|
chainName: "Blast",
|
|
428
|
-
chainId:
|
|
429
|
-
blockExplorerUrl: "https://
|
|
428
|
+
chainId: 81457,
|
|
429
|
+
blockExplorerUrl: "https://blastscan.io/tx/",
|
|
430
430
|
nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
|
|
431
431
|
popularToken: [],
|
|
432
432
|
rpcUrls: [
|
|
433
|
-
"https://
|
|
433
|
+
"https://rpc.blast.io/"
|
|
434
434
|
],
|
|
435
435
|
compiler: 'EVM'
|
|
436
436
|
},
|
package/lib/Wallets/index.js
CHANGED
|
@@ -60,10 +60,10 @@ var WalletObj = {
|
|
|
60
60
|
RabbyWallet: new RabbyWallet_1.default(),
|
|
61
61
|
SafePalWallet: new SafePalWallet_1.default(),
|
|
62
62
|
PlenaWallet: new PlenaWallet_1.default(),
|
|
63
|
+
HaHaWallet: new HaHaWallet_1.default(),
|
|
63
64
|
ZerionWallet: new ZerionWallet_1.default(),
|
|
64
65
|
BitgetWallet: new BitgetWallet_1.default(),
|
|
65
66
|
TrustWallet: new TrustWallet_1.default(),
|
|
66
|
-
HaHaWallet: new HaHaWallet_1.default(),
|
|
67
67
|
ArgentX: new ArgentX_1.default(),
|
|
68
68
|
Braavos: new Braavos_1.default(),
|
|
69
69
|
UnstoppableDomains: new UnstoppableDomains_1.default(),
|