@openocean.finance/wallet 1.10.42 → 1.10.43

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 -2
  2. package/package.json +1 -1
package/lib/Chains.js CHANGED
@@ -113,9 +113,9 @@ var chainObj = {
113
113
  },
114
114
  "ontevm": {
115
115
  compiler: 'EVM',
116
- chainName: "Ontology Evm", chainId: 5851, blockExplorerUrl: "https://explorer.ont.io/testnet/tx/",
116
+ chainName: "Ontology Evm", chainId: 58, blockExplorerUrl: "https://explorer.ont.io/tx/",
117
117
  nativeCurrency: { name: "ONG", symbol: "ONG", decimals: 18, address: "0x0000000000000000000000000000000000000000" },
118
- rpcUrls: ["https://polaris1.ont.io:10339"]
118
+ rpcUrls: ["https://dappnode1.ont.io:10339"]
119
119
  },
120
120
  "metis": {
121
121
  compiler: 'EVM',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.10.42",
3
+ "version": "1.10.43",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {