@openocean.finance/wallet 1.3.8 → 1.4.0

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 -1
  2. package/package.json +1 -1
package/lib/Chains.js CHANGED
@@ -272,7 +272,8 @@ var chainObj = {
272
272
  chainName: "Celo Mainnet",
273
273
  chainId: 42220,
274
274
  blockExplorerUrl: "https://explorer.celo.org/tx/",
275
- nativeCurrency: { name: "CELO", symbol: "CELO", decimals: 18, address: "0x471EcE3750Da237f93B8E339c536989b8978a438" },
275
+ // 此处不设置地址,原因是celo没有存在正常意义上的native token
276
+ nativeCurrency: { name: "CELO", symbol: "CELO", decimals: 18, address: "" },
276
277
  popularToken: [],
277
278
  rpcUrls: [
278
279
  "https://forno.celo.org"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.3.8",
3
+ "version": "1.4.0",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {