eth-chainlist 0.0.640 → 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 +8 -0
- package/data/chain.js +67 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.640 (2025-03-15)
|
4
12
|
|
5
13
|
|
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,
|
@@ -22475,6 +22498,26 @@ const chainArray = [
|
|
22475
22498
|
}
|
22476
22499
|
]
|
22477
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
|
+
},
|
22478
22521
|
{
|
22479
22522
|
name: 'OpenEX LONG Testnet',
|
22480
22523
|
title: 'OpenEX LONG Testnet',
|
@@ -39963,6 +40006,30 @@ const chainArray = [
|
|
39963
40006
|
}
|
39964
40007
|
]
|
39965
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
|
+
},
|
39966
40033
|
{
|
39967
40034
|
name: 'DJT Testnet',
|
39968
40035
|
chain: 'DJT',
|