@openocean.finance/wallet 1.10.14 → 1.10.15
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 +1 -1
- package/package.json +1 -1
package/lib/Chains.js
CHANGED
|
@@ -306,7 +306,7 @@ var chainObj = {
|
|
|
306
306
|
chainId: 42220,
|
|
307
307
|
blockExplorerUrl: "https://explorer.celo.org/mainnet/tx/",
|
|
308
308
|
// 此处不设置地址,原因是celo没有存在正常意义上的native token
|
|
309
|
-
nativeCurrency: { name: "CELO", symbol: "CELO", decimals: 18, address: "
|
|
309
|
+
nativeCurrency: { name: "CELO", symbol: "CELO", decimals: 18, address: "" },
|
|
310
310
|
popularToken: [],
|
|
311
311
|
rpcUrls: [
|
|
312
312
|
"https://forno.celo.org"
|