eth-chainlist 0.0.469 → 0.0.471
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +119 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.471 (2024-08-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.470 ([c5e954e](https://github.com/poowf/eth-chainlist/commit/c5e954edd63145fc8382f5aca6365f0816937b86))
|
9
|
+
* update chain data ([016b765](https://github.com/poowf/eth-chainlist/commit/016b76576722a7ab1ee7a1fa52212acf1e8a905a))
|
10
|
+
|
11
|
+
### 0.0.470 (2024-08-19)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.469 ([cc4d2f0](https://github.com/poowf/eth-chainlist/commit/cc4d2f06ea62b462e2418fa0ff0d4c715cb58188))
|
17
|
+
* update chain data ([fd7ad27](https://github.com/poowf/eth-chainlist/commit/fd7ad274bc45b5540f0a5b6cd16d212343dba83a))
|
18
|
+
|
3
19
|
### 0.0.469 (2024-08-18)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4232,6 +4232,24 @@ const chainArray = [
|
|
4232
4232
|
}
|
4233
4233
|
]
|
4234
4234
|
},
|
4235
|
+
{
|
4236
|
+
name: 'Ethernity Testnet',
|
4237
|
+
chain: 'Ethernity',
|
4238
|
+
rpc: [ 'https://testnet.ethernitychain.io' ],
|
4239
|
+
faucets: [],
|
4240
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
4241
|
+
infoURL: 'https://www.ethernity.io',
|
4242
|
+
shortName: 'ethernity-testnet',
|
4243
|
+
chainId: 233,
|
4244
|
+
networkId: 233,
|
4245
|
+
explorers: [
|
4246
|
+
{
|
4247
|
+
name: 'Ethernity Testnet Explorer',
|
4248
|
+
url: 'https://testnet.ernscan.io',
|
4249
|
+
standard: 'EIP3091'
|
4250
|
+
}
|
4251
|
+
]
|
4252
|
+
},
|
4235
4253
|
{
|
4236
4254
|
name: 'ProtoJumbo Testnet',
|
4237
4255
|
chain: 'Jumbo',
|
@@ -8459,6 +8477,18 @@ const chainArray = [
|
|
8459
8477
|
}
|
8460
8478
|
]
|
8461
8479
|
},
|
8480
|
+
{
|
8481
|
+
name: 'Bifrost Polkadot Mainnet',
|
8482
|
+
chain: 'Bifrost',
|
8483
|
+
rpc: [ 'https://hk.p.bifrost-rpc.liebi.com' ],
|
8484
|
+
faucets: [],
|
8485
|
+
nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
|
8486
|
+
infoURL: 'https://bifrost.io/',
|
8487
|
+
shortName: 'bnc',
|
8488
|
+
chainId: 996,
|
8489
|
+
networkId: 996,
|
8490
|
+
icon: 'bifrost-polkadot'
|
8491
|
+
},
|
8462
8492
|
{
|
8463
8493
|
name: '5ireChain Thunder',
|
8464
8494
|
chain: '5ireChain Testnet',
|
@@ -16726,6 +16756,27 @@ const chainArray = [
|
|
16726
16756
|
],
|
16727
16757
|
status: 'active'
|
16728
16758
|
},
|
16759
|
+
{
|
16760
|
+
name: 'MeChain Testnet',
|
16761
|
+
chain: 'MeChain',
|
16762
|
+
rpc: [ 'https://testnet-rpc.mechain.tech' ],
|
16763
|
+
faucets: [ 'https://faucet.mechain.tech' ],
|
16764
|
+
nativeCurrency: { name: 'ZKME', symbol: 'ZKME', decimals: 18 },
|
16765
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
16766
|
+
infoURL: 'https://mechain.tech',
|
16767
|
+
shortName: 'ZKME',
|
16768
|
+
chainId: 5151,
|
16769
|
+
networkId: 5151,
|
16770
|
+
icon: 'mechain',
|
16771
|
+
explorers: [
|
16772
|
+
{
|
16773
|
+
name: 'MeChain Scan',
|
16774
|
+
url: 'https://testnet-scan.mechain.tech',
|
16775
|
+
icon: 'mechain',
|
16776
|
+
standard: 'EIP3091'
|
16777
|
+
}
|
16778
|
+
]
|
16779
|
+
},
|
16729
16780
|
{
|
16730
16781
|
name: 'Bahamut',
|
16731
16782
|
title: 'Bahamut mainnet',
|
@@ -17790,7 +17841,7 @@ const chainArray = [
|
|
17790
17841
|
}
|
17791
17842
|
},
|
17792
17843
|
{
|
17793
|
-
name: '
|
17844
|
+
name: 'Edge Matrix Chain',
|
17794
17845
|
chain: 'EMC',
|
17795
17846
|
icon: 'emc',
|
17796
17847
|
rpc: [ 'https://rpc1-mainnet.emc.network' ],
|
@@ -23930,6 +23981,51 @@ const chainArray = [
|
|
23930
23981
|
}
|
23931
23982
|
]
|
23932
23983
|
},
|
23984
|
+
{
|
23985
|
+
name: 'DucatusX Testnet',
|
23986
|
+
chain: 'DUCX',
|
23987
|
+
rpc: [
|
23988
|
+
'https://ducx-testnet-node1.rocknblock.io',
|
23989
|
+
'https://ducx-testnet-node2.rocknblock.io'
|
23990
|
+
],
|
23991
|
+
faucets: [],
|
23992
|
+
nativeCurrency: { name: 'DUCX', symbol: 'DUCX', decimals: 18 },
|
23993
|
+
infoURL: 'https://www.ducatuscoins.com/ducatusx',
|
23994
|
+
shortName: 'ducatusx-testnet',
|
23995
|
+
chainId: 26482,
|
23996
|
+
networkId: 26482,
|
23997
|
+
explorers: [
|
23998
|
+
{
|
23999
|
+
name: 'Blockscout',
|
24000
|
+
url: 'https://explorer-testnet.ducatusx.com',
|
24001
|
+
icon: 'blockscout',
|
24002
|
+
standard: 'EIP3091'
|
24003
|
+
}
|
24004
|
+
]
|
24005
|
+
},
|
24006
|
+
{
|
24007
|
+
name: 'DucatusX',
|
24008
|
+
chain: 'DUCX',
|
24009
|
+
rpc: [
|
24010
|
+
'https://ducx-mainnet-node1.rocknblock.io',
|
24011
|
+
'https://ducx-mainnet-node2.rocknblock.io',
|
24012
|
+
'https://ducx-mainnet-node3.rocknblock.io'
|
24013
|
+
],
|
24014
|
+
faucets: [],
|
24015
|
+
nativeCurrency: { name: 'DUCX', symbol: 'DUCX', decimals: 18 },
|
24016
|
+
infoURL: 'https://www.ducatuscoins.com/ducatusx',
|
24017
|
+
shortName: 'ducatusx',
|
24018
|
+
chainId: 26483,
|
24019
|
+
networkId: 26483,
|
24020
|
+
explorers: [
|
24021
|
+
{
|
24022
|
+
name: 'Blockscout',
|
24023
|
+
url: 'https://explorer.ducatusx.com',
|
24024
|
+
icon: 'blockscout',
|
24025
|
+
standard: 'EIP3091'
|
24026
|
+
}
|
24027
|
+
]
|
24028
|
+
},
|
23933
24029
|
{
|
23934
24030
|
name: 'Hertz Network Mainnet',
|
23935
24031
|
chain: 'HTZ',
|
@@ -28747,7 +28843,7 @@ const chainArray = [
|
|
28747
28843
|
]
|
28748
28844
|
},
|
28749
28845
|
{
|
28750
|
-
name: '
|
28846
|
+
name: 'Edge Matrix Chain Testnet',
|
28751
28847
|
chain: 'EMC Testnet',
|
28752
28848
|
icon: 'emctest',
|
28753
28849
|
rpc: [ 'https://rpc1-testnet.emc.network' ],
|
@@ -35156,6 +35252,27 @@ const chainArray = [
|
|
35156
35252
|
networkId: 99415706,
|
35157
35253
|
slip44: 1
|
35158
35254
|
},
|
35255
|
+
{
|
35256
|
+
name: 'Ethos',
|
35257
|
+
chain: 'ETHOS',
|
35258
|
+
rpc: [ 'https://rpc.ethos.cool' ],
|
35259
|
+
faucets: [ 'https://faucet.ethos.cool' ],
|
35260
|
+
nativeCurrency: { name: 'ETHOS', symbol: 'ETHOS', decimals: 18 },
|
35261
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
35262
|
+
infoURL: 'https://ethos.cool',
|
35263
|
+
shortName: 'ETHOS',
|
35264
|
+
chainId: 100000000,
|
35265
|
+
networkId: 100000000,
|
35266
|
+
icon: 'ethos',
|
35267
|
+
explorers: [
|
35268
|
+
{
|
35269
|
+
name: 'ethos scan',
|
35270
|
+
url: 'https://scan.ethos.cool',
|
35271
|
+
icon: 'ethos',
|
35272
|
+
standard: 'EIP3091'
|
35273
|
+
}
|
35274
|
+
]
|
35275
|
+
},
|
35159
35276
|
{
|
35160
35277
|
name: 'Oraichain Mainnet',
|
35161
35278
|
title: 'Oraichain Mainnet',
|