eth-chainlist 0.0.639 → 0.0.641
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 +16 -0
- package/data/chain.js +99 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.641 (2025-03-17)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.640 ([cde1212](https://github.com/poowf/eth-chainlist/commit/cde12125f621464b7a90083dd518c1e40bbdb0e6))
|
9
|
+
* update chain data ([0ee1363](https://github.com/poowf/eth-chainlist/commit/0ee136367ba5020bc75db3ad4c31b9101481a41a))
|
10
|
+
|
11
|
+
### 0.0.640 (2025-03-15)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.639 ([1ad31aa](https://github.com/poowf/eth-chainlist/commit/1ad31aaa909ce20c46290ee1231f7121948d73f4))
|
17
|
+
* update chain data ([4bd41db](https://github.com/poowf/eth-chainlist/commit/4bd41db6d072ac83b5068881edeca85ffeb30f7f))
|
18
|
+
|
3
19
|
### 0.0.639 (2025-03-14)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4277,6 +4277,29 @@ const chainArray = [
|
|
4277
4277
|
}
|
4278
4278
|
]
|
4279
4279
|
},
|
4280
|
+
{
|
4281
|
+
name: 'IDN Mainnet',
|
4282
|
+
chain: 'IDN',
|
4283
|
+
icon: 'idn',
|
4284
|
+
rpc: [
|
4285
|
+
'https://dataseed1.idn-rpc.com',
|
4286
|
+
'https://dataseed2.idn-rpc.com',
|
4287
|
+
'https://dataseed3.idn-rpc.com'
|
4288
|
+
],
|
4289
|
+
faucets: [],
|
4290
|
+
nativeCurrency: { name: 'IDN', symbol: 'IDN', decimals: 18 },
|
4291
|
+
infoURL: 'https://www.idn.world',
|
4292
|
+
shortName: 'IDN',
|
4293
|
+
chainId: 215,
|
4294
|
+
networkId: 215,
|
4295
|
+
explorers: [
|
4296
|
+
{
|
4297
|
+
name: 'Idn Explorer',
|
4298
|
+
url: 'https://scan.idn-network.com',
|
4299
|
+
standard: 'EIP3091'
|
4300
|
+
}
|
4301
|
+
]
|
4302
|
+
},
|
4280
4303
|
{
|
4281
4304
|
name: 'Happychain Testnet',
|
4282
4305
|
chainId: 216,
|
@@ -21916,6 +21939,7 @@ const chainArray = [
|
|
21916
21939
|
rpc: [ 'https://evm-rpc.testnet-1.nibiru.fi' ],
|
21917
21940
|
faucets: [],
|
21918
21941
|
nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
|
21942
|
+
status: 'deprecated',
|
21919
21943
|
infoURL: 'https://nibiru.fi',
|
21920
21944
|
shortName: 'nibiru-testnet-1',
|
21921
21945
|
chainId: 7210,
|
@@ -21929,6 +21953,7 @@ const chainArray = [
|
|
21929
21953
|
rpc: [ 'https://evm-rpc.devnet-3.nibiru.fi' ],
|
21930
21954
|
faucets: [],
|
21931
21955
|
nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
|
21956
|
+
status: 'deprecated',
|
21932
21957
|
infoURL: 'https://nibiru.fi',
|
21933
21958
|
shortName: 'nibiru-devnet-3',
|
21934
21959
|
chainId: 7222,
|
@@ -22473,6 +22498,26 @@ const chainArray = [
|
|
22473
22498
|
}
|
22474
22499
|
]
|
22475
22500
|
},
|
22501
|
+
{
|
22502
|
+
name: 'Draw Coin',
|
22503
|
+
chain: 'DRW',
|
22504
|
+
icon: 'drawchain',
|
22505
|
+
rpc: [ 'https://rpc.drawchain.org' ],
|
22506
|
+
faucets: [],
|
22507
|
+
nativeCurrency: { name: 'DRW', symbol: 'DRW', decimals: 18 },
|
22508
|
+
infoURL: 'https://drawchain.io/',
|
22509
|
+
shortName: 'drw',
|
22510
|
+
chainId: 7788,
|
22511
|
+
networkId: 7788,
|
22512
|
+
explorers: [
|
22513
|
+
{
|
22514
|
+
name: 'Draw Chain Explorer',
|
22515
|
+
url: 'https://drawscan.io',
|
22516
|
+
standard: 'EIP3091',
|
22517
|
+
icon: 'drawchain'
|
22518
|
+
}
|
22519
|
+
]
|
22520
|
+
},
|
22476
22521
|
{
|
22477
22522
|
name: 'OpenEX LONG Testnet',
|
22478
22523
|
title: 'OpenEX LONG Testnet',
|
@@ -27796,6 +27841,25 @@ const chainArray = [
|
|
27796
27841
|
}
|
27797
27842
|
]
|
27798
27843
|
},
|
27844
|
+
{
|
27845
|
+
name: 'Esports Chain',
|
27846
|
+
chain: 'ESPT',
|
27847
|
+
icon: 'esports',
|
27848
|
+
rpc: [ 'https://esportsblock.org/rpc/' ],
|
27849
|
+
faucets: [],
|
27850
|
+
nativeCurrency: { name: 'Esport Token', symbol: 'ESPT', decimals: 18 },
|
27851
|
+
infoURL: 'https://esportsblock.org',
|
27852
|
+
shortName: 'Esports',
|
27853
|
+
chainId: 17735,
|
27854
|
+
networkId: 17735,
|
27855
|
+
explorers: [
|
27856
|
+
{
|
27857
|
+
name: 'esportsblock_explorer',
|
27858
|
+
url: 'https://esportsblock.org/explorer',
|
27859
|
+
standard: 'none'
|
27860
|
+
}
|
27861
|
+
]
|
27862
|
+
},
|
27799
27863
|
{
|
27800
27864
|
name: 'EOS EVM Network',
|
27801
27865
|
chain: 'EOS',
|
@@ -39942,6 +40006,30 @@ const chainArray = [
|
|
39942
40006
|
}
|
39943
40007
|
]
|
39944
40008
|
},
|
40009
|
+
{
|
40010
|
+
name: 'Hoodi testnet',
|
40011
|
+
chain: 'ETH',
|
40012
|
+
icon: 'ethereum',
|
40013
|
+
rpc: [ 'https://rpc.hoodi.ethpandaops.io' ],
|
40014
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
40015
|
+
faucets: [
|
40016
|
+
'https://faucet.hoodi.ethpandaops.io',
|
40017
|
+
'https://hoodi-faucet.pk910.de/'
|
40018
|
+
],
|
40019
|
+
nativeCurrency: { name: 'Hoodi Ether', symbol: 'ETH', decimals: 18 },
|
40020
|
+
infoURL: 'https://hoodi.ethpandaops.io',
|
40021
|
+
shortName: 'hoe',
|
40022
|
+
chainId: 560048,
|
40023
|
+
networkId: 560048,
|
40024
|
+
slip44: 1,
|
40025
|
+
explorers: [
|
40026
|
+
{
|
40027
|
+
name: 'dora',
|
40028
|
+
url: 'https://light-hoodi.beaconcha.in',
|
40029
|
+
standard: 'none'
|
40030
|
+
}
|
40031
|
+
]
|
40032
|
+
},
|
39945
40033
|
{
|
39946
40034
|
name: 'DJT Testnet',
|
39947
40035
|
chain: 'DJT',
|
@@ -40968,8 +41056,8 @@ const chainArray = [
|
|
40968
41056
|
name: 'Dodao',
|
40969
41057
|
chain: 'EVMCC',
|
40970
41058
|
rpc: [
|
40971
|
-
'https://fraa-
|
40972
|
-
'wss://fraa-
|
41059
|
+
'https://fraa-flashbox-4643-rpc.a.stagenet.tanssi.network',
|
41060
|
+
'wss://fraa-flashbox-4643-rpc.a.stagenet.tanssi.network'
|
40973
41061
|
],
|
40974
41062
|
faucets: [],
|
40975
41063
|
nativeCurrency: { name: 'Dodao', symbol: 'DODAO', decimals: 18 },
|
@@ -40980,10 +41068,16 @@ const chainArray = [
|
|
40980
41068
|
icon: 'dodao',
|
40981
41069
|
explorers: [
|
40982
41070
|
{
|
40983
|
-
name: 'Dodao Explorer',
|
40984
|
-
url: 'https://tanssi-
|
41071
|
+
name: 'Dodao EVM Explorer',
|
41072
|
+
url: 'https://evmexplorer.tanssi-chains.network/?rpcUrl=https://fraa-flashbox-4643-rpc.a.stagenet.tanssi.network',
|
40985
41073
|
icon: 'dodao',
|
40986
|
-
standard: '
|
41074
|
+
standard: 'none'
|
41075
|
+
},
|
41076
|
+
{
|
41077
|
+
name: 'Dodao Polkadot Explorer',
|
41078
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss://fraa-flashbox-4643-rpc.a.stagenet.tanssi.network#/explorer',
|
41079
|
+
icon: 'dodao',
|
41080
|
+
standard: 'none'
|
40987
41081
|
}
|
40988
41082
|
]
|
40989
41083
|
},
|