eth-chainlist 0.0.277 → 0.0.278
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/CHANGELOG.md +8 -0
- package/data/chain.js +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.278 (2023-11-07)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.277 ([91cf2df](https://github.com/poowf/eth-chainlist/commit/91cf2dffec257c0091ed6e2edb0e9b683ebd06aa))
|
9
|
+
* update chain data ([e374854](https://github.com/poowf/eth-chainlist/commit/e3748548aed1184b9e5546c0230195e2a6b55669))
|
10
|
+
|
3
11
|
### 0.0.277 (2023-11-06)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -20065,6 +20065,25 @@ const chainArray = [
|
|
20065
20065
|
}
|
20066
20066
|
]
|
20067
20067
|
},
|
20068
|
+
{
|
20069
|
+
name: 'Ecrox Chain Mainnet',
|
20070
|
+
chain: 'Ecrox Chain',
|
20071
|
+
rpc: [ 'https://mainnet-rpc.ecroxscan.com/' ],
|
20072
|
+
faucets: [],
|
20073
|
+
nativeCurrency: { name: 'ECROX COIN', symbol: 'ECROX', decimals: 18 },
|
20074
|
+
infoURL: 'https://ecroxcoin.io/',
|
20075
|
+
shortName: 'ecrox',
|
20076
|
+
icon: 'ecrox',
|
20077
|
+
chainId: 988207,
|
20078
|
+
networkId: 988207,
|
20079
|
+
explorers: [
|
20080
|
+
{
|
20081
|
+
name: 'Ecrox Chain Explorer',
|
20082
|
+
url: 'https://ecroxscan.com',
|
20083
|
+
standard: 'EIP3091'
|
20084
|
+
}
|
20085
|
+
]
|
20086
|
+
},
|
20068
20087
|
{
|
20069
20088
|
name: 'zKatana',
|
20070
20089
|
shortName: 'azktn',
|