@openocean.finance/wallet 1.8.9 → 1.9.1

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.
Files changed (2) hide show
  1. package/lib/Chains.js +2 -31
  2. package/package.json +1 -1
package/lib/Chains.js CHANGED
@@ -14,30 +14,6 @@ var chainObj = {
14
14
  ],
15
15
  compiler: 'EVM'
16
16
  },
17
- // "ropsten": {
18
- // chainName: "Ethereum Ropsten",
19
- // chainId: 3,
20
- // blockExplorerUrl: "https://ropsten.etherscan.io/",
21
- // nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
22
- // popularToken: ["ETH", "USDT", "USDC", "BUSD", "UNI", "C98", "LINK", "MATIC"],
23
- // rpcUrls: [
24
- // "https://ropsten.infura.io/v3"
25
- // ],
26
- // compiler: 'EVM',
27
- // isTest: true
28
- // },
29
- // "rinkeby": {
30
- // chainName: "Ethereum Rinkeby",
31
- // chainId: 4,
32
- // blockExplorerUrl: "https://rinkeby.etherscan.io/",
33
- // nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
34
- // popularToken: ["ETH", "USDT", "USDC", "BUSD", "UNI", "C98", "LINK", "MATIC"],
35
- // rpcUrls: [
36
- // "https://rinkeby.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
37
- // ],
38
- // compiler: 'EVM',
39
- // isTest: true
40
- // },
41
17
  "bsc": {
42
18
  chainName: "Binance Smart Chain", chainId: 56, blockExplorerUrl: "https://bscscan.com/tx/",
43
19
  popularToken: ["BNB", "USDT", "BUSD", "CAKE", "C98", "BAKE", "MBOX"],
@@ -64,7 +40,7 @@ var chainObj = {
64
40
  "polygon": {
65
41
  compiler: 'EVM',
66
42
  chainName: "Polygon Mainnet", chainId: 137, blockExplorerUrl: "https://polygonscan.com/tx/", popularToken: ["USDT", "USDC", "MATIC", "AAVE", "DINO", "ADDY", "MIMATIC"], nativeCurrency: { name: "MATIC", symbol: "MATIC", decimals: 18, address: "0x0000000000000000000000000000000000001010" },
67
- rpcUrls: ["https://rpc-mainnet.maticvigil.com"]
43
+ rpcUrls: ["https://polygon.llamarpc.com"]
68
44
  },
69
45
  "polygon_zkevm": {
70
46
  compiler: 'EVM',
@@ -86,11 +62,6 @@ var chainObj = {
86
62
  chainName: "Arbitrum", chainId: 42161, blockExplorerUrl: "https://arbiscan.io/tx/", nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
87
63
  rpcUrls: ["https://arb1.arbitrum.io/rpc"]
88
64
  },
89
- "terra": {
90
- compiler: 'TERRA',
91
- chainName: "Terra Mainnet", blockExplorerUrl: "https://finder.terra.money/columbus-5/tx/",
92
- rpcUrls: null
93
- },
94
65
  "xdai": {
95
66
  compiler: 'EVM',
96
67
  chainName: "Gnosis Mainnet",
@@ -144,7 +115,7 @@ var chainObj = {
144
115
  compiler: 'EVM',
145
116
  chainName: "Optimism",
146
117
  chainId: 10,
147
- blockExplorerUrl: "https://optimism.io/tx/",
118
+ blockExplorerUrl: "https://optimistic.etherscan.io/tx/",
148
119
  nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
149
120
  rpcUrls: ["https://rpc.ankr.com/optimism", "https://optimism-mainnet.public.blastapi.io", "https://mainnet.optimism.io"]
150
121
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.8.9",
3
+ "version": "1.9.1",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {