eth-chainlist 0.0.469 → 0.0.470
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 +101 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.470 (2024-08-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.469 ([cc4d2f0](https://github.com/poowf/eth-chainlist/commit/cc4d2f06ea62b462e2418fa0ff0d4c715cb58188))
|
|
9
|
+
* update chain data ([fd7ad27](https://github.com/poowf/eth-chainlist/commit/fd7ad274bc45b5540f0a5b6cd16d212343dba83a))
|
|
10
|
+
|
|
3
11
|
### 0.0.469 (2024-08-18)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -8459,6 +8459,20 @@ const chainArray = [
|
|
|
8459
8459
|
}
|
|
8460
8460
|
]
|
|
8461
8461
|
},
|
|
8462
|
+
{
|
|
8463
|
+
name: 'Bifrost Polkadot Mainnet',
|
|
8464
|
+
chain: 'Bifrost',
|
|
8465
|
+
rpc: [
|
|
8466
|
+
'https://hk.p.bifrost-rpc.liebi.com, wss://hk.p.bifrost-rpc.liebi.com/ws'
|
|
8467
|
+
],
|
|
8468
|
+
faucets: [],
|
|
8469
|
+
nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
|
|
8470
|
+
infoURL: 'https://bifrost.io/',
|
|
8471
|
+
shortName: 'bnc',
|
|
8472
|
+
chainId: 996,
|
|
8473
|
+
networkId: 996,
|
|
8474
|
+
icon: 'bifrost-polkadot'
|
|
8475
|
+
},
|
|
8462
8476
|
{
|
|
8463
8477
|
name: '5ireChain Thunder',
|
|
8464
8478
|
chain: '5ireChain Testnet',
|
|
@@ -16726,6 +16740,27 @@ const chainArray = [
|
|
|
16726
16740
|
],
|
|
16727
16741
|
status: 'active'
|
|
16728
16742
|
},
|
|
16743
|
+
{
|
|
16744
|
+
name: 'MeChain Testnet',
|
|
16745
|
+
chain: 'MeChain',
|
|
16746
|
+
rpc: [ 'https://testnet-rpc.mechain.tech' ],
|
|
16747
|
+
faucets: [ 'https://faucet.mechain.tech' ],
|
|
16748
|
+
nativeCurrency: { name: 'ZKME', symbol: 'ZKME', decimals: 18 },
|
|
16749
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
16750
|
+
infoURL: 'https://mechain.tech',
|
|
16751
|
+
shortName: 'ZKME',
|
|
16752
|
+
chainId: 5151,
|
|
16753
|
+
networkId: 5151,
|
|
16754
|
+
icon: 'mechain',
|
|
16755
|
+
explorers: [
|
|
16756
|
+
{
|
|
16757
|
+
name: 'MeChain Scan',
|
|
16758
|
+
url: 'https://testnet-scan.mechain.tech',
|
|
16759
|
+
icon: 'mechain',
|
|
16760
|
+
standard: 'EIP3091'
|
|
16761
|
+
}
|
|
16762
|
+
]
|
|
16763
|
+
},
|
|
16729
16764
|
{
|
|
16730
16765
|
name: 'Bahamut',
|
|
16731
16766
|
title: 'Bahamut mainnet',
|
|
@@ -23930,6 +23965,51 @@ const chainArray = [
|
|
|
23930
23965
|
}
|
|
23931
23966
|
]
|
|
23932
23967
|
},
|
|
23968
|
+
{
|
|
23969
|
+
name: 'DucatusX Testnet',
|
|
23970
|
+
chain: 'DUCX',
|
|
23971
|
+
rpc: [
|
|
23972
|
+
'https://ducx-testnet-node1.rocknblock.io',
|
|
23973
|
+
'https://ducx-testnet-node2.rocknblock.io'
|
|
23974
|
+
],
|
|
23975
|
+
faucets: [],
|
|
23976
|
+
nativeCurrency: { name: 'DUCX', symbol: 'DUCX', decimals: 18 },
|
|
23977
|
+
infoURL: 'https://www.ducatuscoins.com/ducatusx',
|
|
23978
|
+
shortName: 'ducatusx-testnet',
|
|
23979
|
+
chainId: 26482,
|
|
23980
|
+
networkId: 26482,
|
|
23981
|
+
explorers: [
|
|
23982
|
+
{
|
|
23983
|
+
name: 'Blockscout',
|
|
23984
|
+
url: 'https://explorer-testnet.ducatusx.com',
|
|
23985
|
+
icon: 'blockscout',
|
|
23986
|
+
standard: 'EIP3091'
|
|
23987
|
+
}
|
|
23988
|
+
]
|
|
23989
|
+
},
|
|
23990
|
+
{
|
|
23991
|
+
name: 'DucatusX',
|
|
23992
|
+
chain: 'DUCX',
|
|
23993
|
+
rpc: [
|
|
23994
|
+
'https://ducx-mainnet-node1.rocknblock.io',
|
|
23995
|
+
'https://ducx-mainnet-node2.rocknblock.io',
|
|
23996
|
+
'https://ducx-mainnet-node3.rocknblock.io'
|
|
23997
|
+
],
|
|
23998
|
+
faucets: [],
|
|
23999
|
+
nativeCurrency: { name: 'DUCX', symbol: 'DUCX', decimals: 18 },
|
|
24000
|
+
infoURL: 'https://www.ducatuscoins.com/ducatusx',
|
|
24001
|
+
shortName: 'ducatusx',
|
|
24002
|
+
chainId: 26483,
|
|
24003
|
+
networkId: 26483,
|
|
24004
|
+
explorers: [
|
|
24005
|
+
{
|
|
24006
|
+
name: 'Blockscout',
|
|
24007
|
+
url: 'https://explorer.ducatusx.com',
|
|
24008
|
+
icon: 'blockscout',
|
|
24009
|
+
standard: 'EIP3091'
|
|
24010
|
+
}
|
|
24011
|
+
]
|
|
24012
|
+
},
|
|
23933
24013
|
{
|
|
23934
24014
|
name: 'Hertz Network Mainnet',
|
|
23935
24015
|
chain: 'HTZ',
|
|
@@ -35156,6 +35236,27 @@ const chainArray = [
|
|
|
35156
35236
|
networkId: 99415706,
|
|
35157
35237
|
slip44: 1
|
|
35158
35238
|
},
|
|
35239
|
+
{
|
|
35240
|
+
name: 'Ethos',
|
|
35241
|
+
chain: 'ETHOS',
|
|
35242
|
+
rpc: [ 'https://rpc.ethos.cool' ],
|
|
35243
|
+
faucets: [ 'https://faucet.ethos.cool' ],
|
|
35244
|
+
nativeCurrency: { name: 'ETHOS', symbol: 'ETHOS', decimals: 18 },
|
|
35245
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
35246
|
+
infoURL: 'https://ethos.cool',
|
|
35247
|
+
shortName: 'ETHOS',
|
|
35248
|
+
chainId: 100000000,
|
|
35249
|
+
networkId: 100000000,
|
|
35250
|
+
icon: 'ethos',
|
|
35251
|
+
explorers: [
|
|
35252
|
+
{
|
|
35253
|
+
name: 'ethos scan',
|
|
35254
|
+
url: 'https://scan.ethos.cool',
|
|
35255
|
+
icon: 'ethos',
|
|
35256
|
+
standard: 'EIP3091'
|
|
35257
|
+
}
|
|
35258
|
+
]
|
|
35259
|
+
},
|
|
35159
35260
|
{
|
|
35160
35261
|
name: 'Oraichain Mainnet',
|
|
35161
35262
|
title: 'Oraichain Mainnet',
|