eth-chainlist 0.0.377 → 0.0.378
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 +36 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.378 (2024-04-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.377 ([ea6c23f](https://github.com/poowf/eth-chainlist/commit/ea6c23f7f689840c74a39ac838f79dca9b3abdb3))
|
9
|
+
* update chain data ([d04dfa1](https://github.com/poowf/eth-chainlist/commit/d04dfa10844b8e5f6c284f6d98c978d9bd80d4fb))
|
10
|
+
|
3
11
|
### 0.0.377 (2024-04-13)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -11331,6 +11331,26 @@ const chainArray = [
|
|
11331
11331
|
}
|
11332
11332
|
]
|
11333
11333
|
},
|
11334
|
+
{
|
11335
|
+
name: 'Catena Mainnet',
|
11336
|
+
chain: 'CMCX',
|
11337
|
+
rpc: [ 'https://rpc1.catenarpc.com' ],
|
11338
|
+
faucets: [],
|
11339
|
+
nativeCurrency: { name: 'Catena', symbol: 'CMCX', decimals: 18 },
|
11340
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11341
|
+
infoURL: 'https://catena.network',
|
11342
|
+
shortName: 'cmcx',
|
11343
|
+
chainId: 2121,
|
11344
|
+
networkId: 2121,
|
11345
|
+
icon: 'catena',
|
11346
|
+
explorers: [
|
11347
|
+
{
|
11348
|
+
name: 'catenascan',
|
11349
|
+
url: 'https://catenascan.com',
|
11350
|
+
standard: 'EIP3091'
|
11351
|
+
}
|
11352
|
+
]
|
11353
|
+
},
|
11334
11354
|
{
|
11335
11355
|
name: 'Metaplayerone Mainnet',
|
11336
11356
|
chain: 'METAD',
|
@@ -21885,6 +21905,22 @@ const chainArray = [
|
|
21885
21905
|
bridges: [ { url: 'https://bridge-testnet.optopia.ai' } ]
|
21886
21906
|
}
|
21887
21907
|
},
|
21908
|
+
{
|
21909
|
+
name: 'Optopia Mainnet',
|
21910
|
+
status: 'incubating',
|
21911
|
+
chain: 'ETH',
|
21912
|
+
rpc: [],
|
21913
|
+
faucets: [],
|
21914
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
21915
|
+
features: [ { name: 'EIP1559' } ],
|
21916
|
+
infoURL: 'https://optopia.ai',
|
21917
|
+
shortName: 'Optopia',
|
21918
|
+
chainId: 62050,
|
21919
|
+
networkId: 62050,
|
21920
|
+
icon: 'optopia',
|
21921
|
+
explorers: [],
|
21922
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
21923
|
+
},
|
21888
21924
|
{
|
21889
21925
|
name: 'Celo Baklava Testnet',
|
21890
21926
|
chainId: 62320,
|