eth-chainlist 0.0.459 → 0.0.461
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 +270 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.461 (2024-08-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.460 ([5502d6a](https://github.com/poowf/eth-chainlist/commit/5502d6ae69bdfda498471676960144a6451bf747))
|
|
9
|
+
* update chain data ([502a70a](https://github.com/poowf/eth-chainlist/commit/502a70a60475ce03c681acf726fff246f9a6b447))
|
|
10
|
+
|
|
11
|
+
### 0.0.460 (2024-08-07)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.459 ([4a705ec](https://github.com/poowf/eth-chainlist/commit/4a705ec624dcd0313bed7da3eeaf338567c17b63))
|
|
17
|
+
* update chain data ([ab0ce93](https://github.com/poowf/eth-chainlist/commit/ab0ce935129a4256b9d57730b1c8b451b2cbb7b1))
|
|
18
|
+
|
|
3
19
|
### 0.0.459 (2024-08-06)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -1714,7 +1714,8 @@ const chainArray = [
|
|
|
1714
1714
|
chain: 'JOC',
|
|
1715
1715
|
rpc: [
|
|
1716
1716
|
'https://rpc-1.japanopenchain.org:8545',
|
|
1717
|
-
'https://rpc-2.japanopenchain.org:8545'
|
|
1717
|
+
'https://rpc-2.japanopenchain.org:8545',
|
|
1718
|
+
'https://rpc-3.japanopenchain.org'
|
|
1718
1719
|
],
|
|
1719
1720
|
faucets: [],
|
|
1720
1721
|
nativeCurrency: { name: 'Japan Open Chain Token', symbol: 'JOC', decimals: 18 },
|
|
@@ -10930,7 +10931,7 @@ const chainArray = [
|
|
|
10930
10931
|
chain: 'Gravity',
|
|
10931
10932
|
rpc: [ 'https://rpc.gravity.xyz' ],
|
|
10932
10933
|
faucets: [],
|
|
10933
|
-
nativeCurrency: { name: 'Gravity', symbol: 'G
|
|
10934
|
+
nativeCurrency: { name: 'Gravity', symbol: 'G', decimals: 18 },
|
|
10934
10935
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' } ],
|
|
10935
10936
|
infoURL: 'https://gravity.xyz',
|
|
10936
10937
|
shortName: 'gravity',
|
|
@@ -17713,6 +17714,25 @@ const chainArray = [
|
|
|
17713
17714
|
bridges: [ { url: 'https://app.optimism.io/bridge' } ]
|
|
17714
17715
|
}
|
|
17715
17716
|
},
|
|
17717
|
+
{
|
|
17718
|
+
name: 'EdgaMatrix Chain',
|
|
17719
|
+
chain: 'EMC',
|
|
17720
|
+
icon: 'emc',
|
|
17721
|
+
rpc: [ 'https://rpc1-mainnet.emc.network' ],
|
|
17722
|
+
faucets: [],
|
|
17723
|
+
nativeCurrency: { name: 'EdgaMatrix Chain Token', symbol: 'EMC', decimals: 18 },
|
|
17724
|
+
infoURL: '',
|
|
17725
|
+
shortName: 'EMC',
|
|
17726
|
+
chainId: 6678,
|
|
17727
|
+
networkId: 6678,
|
|
17728
|
+
explorers: [
|
|
17729
|
+
{
|
|
17730
|
+
name: 'blockscout',
|
|
17731
|
+
url: 'https://emcscan.com',
|
|
17732
|
+
standard: 'EIP3091'
|
|
17733
|
+
}
|
|
17734
|
+
]
|
|
17735
|
+
},
|
|
17716
17736
|
{
|
|
17717
17737
|
name: 'IRIShub',
|
|
17718
17738
|
chain: 'IRIShub',
|
|
@@ -18114,6 +18134,26 @@ const chainArray = [
|
|
|
18114
18134
|
}
|
|
18115
18135
|
]
|
|
18116
18136
|
},
|
|
18137
|
+
{
|
|
18138
|
+
name: 'ZEUS Testnet',
|
|
18139
|
+
chain: 'tZEUS',
|
|
18140
|
+
icon: 'zeusicon',
|
|
18141
|
+
rpc: [ 'https://testnet-rpc.zeuschainscan.io' ],
|
|
18142
|
+
nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
|
|
18143
|
+
infoURL: 'https://testnet-explorer.zeuschainscan.io',
|
|
18144
|
+
shortName: 'ZEUS-Testnet',
|
|
18145
|
+
chainId: 7244,
|
|
18146
|
+
networkId: 7244,
|
|
18147
|
+
faucets: [ 'https://faucet.zeuschainscan.io' ],
|
|
18148
|
+
explorers: [
|
|
18149
|
+
{
|
|
18150
|
+
name: 'ZEUS Testnet Explorer',
|
|
18151
|
+
url: 'https://testnet-explorer.zeuschainscan.io',
|
|
18152
|
+
icon: 'zeusicon',
|
|
18153
|
+
standard: 'EIP3091'
|
|
18154
|
+
}
|
|
18155
|
+
]
|
|
18156
|
+
},
|
|
18117
18157
|
{
|
|
18118
18158
|
name: 'XPLA Verse',
|
|
18119
18159
|
chain: 'XPLA Verse',
|
|
@@ -18458,6 +18498,24 @@ const chainArray = [
|
|
|
18458
18498
|
}
|
|
18459
18499
|
]
|
|
18460
18500
|
},
|
|
18501
|
+
{
|
|
18502
|
+
name: 'PandaSea Mainnet',
|
|
18503
|
+
chain: 'PandaSea',
|
|
18504
|
+
rpc: [ 'https://rpc1.pandasea.io' ],
|
|
18505
|
+
faucets: [],
|
|
18506
|
+
nativeCurrency: { name: 'PandaSea Coin', symbol: 'PANDA', decimals: 18 },
|
|
18507
|
+
infoURL: '',
|
|
18508
|
+
shortName: 'pandaSea-mainnet',
|
|
18509
|
+
chainId: 7776,
|
|
18510
|
+
networkId: 7776,
|
|
18511
|
+
explorers: [
|
|
18512
|
+
{
|
|
18513
|
+
name: 'Tracehawk',
|
|
18514
|
+
url: 'https://pandaseascan.com',
|
|
18515
|
+
standard: 'none'
|
|
18516
|
+
}
|
|
18517
|
+
]
|
|
18518
|
+
},
|
|
18461
18519
|
{
|
|
18462
18520
|
name: 'Rise of the Warbots Testnet',
|
|
18463
18521
|
chain: 'nmactest',
|
|
@@ -18550,6 +18608,52 @@ const chainArray = [
|
|
|
18550
18608
|
}
|
|
18551
18609
|
]
|
|
18552
18610
|
},
|
|
18611
|
+
{
|
|
18612
|
+
name: 'MaalChain V2',
|
|
18613
|
+
chain: 'MAAL',
|
|
18614
|
+
icon: 'maal',
|
|
18615
|
+
rpc: [
|
|
18616
|
+
'https://node1-mainnet-new.maalscan.io/',
|
|
18617
|
+
'https://node2-mainnet-new.maalscan.io/',
|
|
18618
|
+
'https://node3-mainnet-new.maalscan.io/'
|
|
18619
|
+
],
|
|
18620
|
+
faucets: [],
|
|
18621
|
+
nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
|
|
18622
|
+
infoURL: 'https://www.maalchain.com/',
|
|
18623
|
+
shortName: 'maal-v2',
|
|
18624
|
+
chainId: 7862,
|
|
18625
|
+
networkId: 7862,
|
|
18626
|
+
explorers: [
|
|
18627
|
+
{
|
|
18628
|
+
name: 'maalscan',
|
|
18629
|
+
url: 'https://maalscan.io',
|
|
18630
|
+
standard: 'EIP3091'
|
|
18631
|
+
}
|
|
18632
|
+
]
|
|
18633
|
+
},
|
|
18634
|
+
{
|
|
18635
|
+
name: 'MaalChain Testnet V2',
|
|
18636
|
+
chain: 'MaalChain Testnet V2',
|
|
18637
|
+
icon: 'maal-test',
|
|
18638
|
+
rpc: [
|
|
18639
|
+
'https://node-testnet.maalscan.io/',
|
|
18640
|
+
'https://node2-testnet.maalscan.io/'
|
|
18641
|
+
],
|
|
18642
|
+
faucets: [ 'https://faucet-new-testnet.maalscan.io/' ],
|
|
18643
|
+
nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
|
|
18644
|
+
infoURL: 'https://www.maalchain.com/',
|
|
18645
|
+
shortName: 'maal-test-v2',
|
|
18646
|
+
chainId: 7863,
|
|
18647
|
+
networkId: 7863,
|
|
18648
|
+
slip44: 1,
|
|
18649
|
+
explorers: [
|
|
18650
|
+
{
|
|
18651
|
+
name: 'maalscan testnet',
|
|
18652
|
+
url: 'https://new-testnet.maalscan.io',
|
|
18653
|
+
standard: 'EIP3091'
|
|
18654
|
+
}
|
|
18655
|
+
]
|
|
18656
|
+
},
|
|
18553
18657
|
{
|
|
18554
18658
|
name: 'Hazlor Testnet',
|
|
18555
18659
|
chain: 'SCAS',
|
|
@@ -18726,6 +18830,26 @@ const chainArray = [
|
|
|
18726
18830
|
}
|
|
18727
18831
|
]
|
|
18728
18832
|
},
|
|
18833
|
+
{
|
|
18834
|
+
name: 'Polynomial',
|
|
18835
|
+
chain: 'Polynomial',
|
|
18836
|
+
rpc: [ 'https://rpc.polynomial.fi' ],
|
|
18837
|
+
faucets: [],
|
|
18838
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18839
|
+
infoURL: 'https://polynomial.fi',
|
|
18840
|
+
shortName: 'polynomial',
|
|
18841
|
+
chainId: 8008,
|
|
18842
|
+
networkId: 8008,
|
|
18843
|
+
icon: 'polynomial',
|
|
18844
|
+
explorers: [
|
|
18845
|
+
{
|
|
18846
|
+
name: 'Polynomial Explorer',
|
|
18847
|
+
url: 'https://polynomialscan.io',
|
|
18848
|
+
standard: 'none',
|
|
18849
|
+
icon: 'polynomial'
|
|
18850
|
+
}
|
|
18851
|
+
]
|
|
18852
|
+
},
|
|
18729
18853
|
{
|
|
18730
18854
|
name: 'MDGL Testnet',
|
|
18731
18855
|
chain: 'MDGL',
|
|
@@ -20687,7 +20811,8 @@ const chainArray = [
|
|
|
20687
20811
|
chain: 'JOCT',
|
|
20688
20812
|
rpc: [
|
|
20689
20813
|
'https://rpc-1.testnet.japanopenchain.org:8545',
|
|
20690
|
-
'https://rpc-2.testnet.japanopenchain.org:8545'
|
|
20814
|
+
'https://rpc-2.testnet.japanopenchain.org:8545',
|
|
20815
|
+
'https://rpc-3.testnet.japanopenchain.org'
|
|
20691
20816
|
],
|
|
20692
20817
|
faucets: [],
|
|
20693
20818
|
nativeCurrency: {
|
|
@@ -21461,6 +21586,24 @@ const chainArray = [
|
|
|
21461
21586
|
],
|
|
21462
21587
|
parent: { chain: 'eip155-1', type: 'L2' }
|
|
21463
21588
|
},
|
|
21589
|
+
{
|
|
21590
|
+
name: 'Fuse Testnet',
|
|
21591
|
+
chain: 'Fuse',
|
|
21592
|
+
rpc: [ 'https://rpc.flash.fuse.io' ],
|
|
21593
|
+
faucets: [ 'https://faucet.flash.fuse.io' ],
|
|
21594
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
21595
|
+
infoURL: '',
|
|
21596
|
+
shortName: 'fuseZK',
|
|
21597
|
+
chainId: 12001,
|
|
21598
|
+
networkId: 12001,
|
|
21599
|
+
explorers: [
|
|
21600
|
+
{
|
|
21601
|
+
name: 'Blockscout',
|
|
21602
|
+
url: 'https://explorer.flash.fuse.io',
|
|
21603
|
+
standard: 'none'
|
|
21604
|
+
}
|
|
21605
|
+
]
|
|
21606
|
+
},
|
|
21464
21607
|
{
|
|
21465
21608
|
name: 'SatoshiChain Mainnet',
|
|
21466
21609
|
chain: 'SATS',
|
|
@@ -24568,6 +24711,26 @@ const chainArray = [
|
|
|
24568
24711
|
}
|
|
24569
24712
|
]
|
|
24570
24713
|
},
|
|
24714
|
+
{
|
|
24715
|
+
name: 'ZEUS Mainnet',
|
|
24716
|
+
chain: 'ZEUS',
|
|
24717
|
+
icon: 'zeusicon',
|
|
24718
|
+
rpc: [ 'https://mainnet-rpc.zeuschainscan.io' ],
|
|
24719
|
+
nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
|
|
24720
|
+
infoURL: 'https://zeuschainscan.io',
|
|
24721
|
+
shortName: 'ZEUS',
|
|
24722
|
+
chainId: 34504,
|
|
24723
|
+
networkId: 34504,
|
|
24724
|
+
faucets: [],
|
|
24725
|
+
explorers: [
|
|
24726
|
+
{
|
|
24727
|
+
name: 'ZEUS Mainnet Explorer',
|
|
24728
|
+
url: 'https://zeuschainscan.io',
|
|
24729
|
+
icon: 'zeusicon',
|
|
24730
|
+
standard: 'EIP3091'
|
|
24731
|
+
}
|
|
24732
|
+
]
|
|
24733
|
+
},
|
|
24571
24734
|
{
|
|
24572
24735
|
name: 'J2O Taro',
|
|
24573
24736
|
chain: 'TARO',
|
|
@@ -26586,7 +26749,7 @@ const chainArray = [
|
|
|
26586
26749
|
'https://cratd2c-testnet-node2.cratd2csmartchain.io/'
|
|
26587
26750
|
],
|
|
26588
26751
|
faucets: [],
|
|
26589
|
-
nativeCurrency: { name: 'CRATD2C', symbol: '
|
|
26752
|
+
nativeCurrency: { name: 'CRATD2C', symbol: 'CRAT', decimals: 18 },
|
|
26590
26753
|
infoURL: 'https://cratd2csmartchain.io',
|
|
26591
26754
|
shortName: 'cratd2c-testnet',
|
|
26592
26755
|
chainId: 65349,
|
|
@@ -27389,6 +27552,26 @@ const chainArray = [
|
|
|
27389
27552
|
}
|
|
27390
27553
|
]
|
|
27391
27554
|
},
|
|
27555
|
+
{
|
|
27556
|
+
name: 'Polynomia Sepolia',
|
|
27557
|
+
chain: 'polynomialSepolia',
|
|
27558
|
+
rpc: [ 'https://rpc.sepolia.polynomial.fi' ],
|
|
27559
|
+
faucets: [],
|
|
27560
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
27561
|
+
infoURL: 'https://polynomial.fi',
|
|
27562
|
+
shortName: 'polynomialSepolia',
|
|
27563
|
+
chainId: 80008,
|
|
27564
|
+
networkId: 80008,
|
|
27565
|
+
icon: 'polynomialSepolia',
|
|
27566
|
+
explorers: [
|
|
27567
|
+
{
|
|
27568
|
+
name: 'Polynomial Sepolia Explorer',
|
|
27569
|
+
url: 'https://sepolia.polynomialscan.io',
|
|
27570
|
+
standard: 'none',
|
|
27571
|
+
icon: 'polynomialSepolia'
|
|
27572
|
+
}
|
|
27573
|
+
]
|
|
27574
|
+
},
|
|
27392
27575
|
{
|
|
27393
27576
|
name: 'Berachain bArtio',
|
|
27394
27577
|
chain: 'Berachain bArtio',
|
|
@@ -28923,11 +29106,14 @@ const chainArray = [
|
|
|
28923
29106
|
parent: { type: 'L2', chain: 'eip155-110000' }
|
|
28924
29107
|
},
|
|
28925
29108
|
{
|
|
28926
|
-
name: '
|
|
29109
|
+
name: 'Mars Credit',
|
|
28927
29110
|
chain: 'MARS',
|
|
28928
|
-
rpc: [
|
|
29111
|
+
rpc: [
|
|
29112
|
+
'https://node99-production-dd5f.up.railway.app:443',
|
|
29113
|
+
'https://rpc.marscredit.xyz:443'
|
|
29114
|
+
],
|
|
28929
29115
|
faucets: [],
|
|
28930
|
-
nativeCurrency: { name: 'Mars', symbol: 'MARS', decimals: 18 },
|
|
29116
|
+
nativeCurrency: { name: 'Mars Credit', symbol: 'MARS', decimals: 18 },
|
|
28931
29117
|
infoURL: 'https://marscredit.xyz/',
|
|
28932
29118
|
shortName: 'mars',
|
|
28933
29119
|
chainId: 110110,
|
|
@@ -30049,6 +30235,27 @@ const chainArray = [
|
|
|
30049
30235
|
}
|
|
30050
30236
|
]
|
|
30051
30237
|
},
|
|
30238
|
+
{
|
|
30239
|
+
name: 'Abyss Protocol',
|
|
30240
|
+
chain: 'Abyss Protocol Testnet',
|
|
30241
|
+
rpc: [ 'https://testnet.rpc.abyssprotocol.ai/' ],
|
|
30242
|
+
faucets: [ 'https://faucet.abyssprotocol.ai/' ],
|
|
30243
|
+
nativeCurrency: { name: 'AbyssETH', symbol: 'aETH', decimals: 18 },
|
|
30244
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
30245
|
+
infoURL: 'https://abyssprotocol.ai/',
|
|
30246
|
+
shortName: 'abyss',
|
|
30247
|
+
chainId: 229772,
|
|
30248
|
+
networkId: 229772,
|
|
30249
|
+
icon: 'abyss',
|
|
30250
|
+
explorers: [
|
|
30251
|
+
{
|
|
30252
|
+
name: 'blockscout',
|
|
30253
|
+
url: 'https://testnet.abyssprotocol.ai',
|
|
30254
|
+
icon: 'blockscout',
|
|
30255
|
+
standard: 'EIP3091'
|
|
30256
|
+
}
|
|
30257
|
+
]
|
|
30258
|
+
},
|
|
30052
30259
|
{
|
|
30053
30260
|
name: 'HashKey Chain Testnet(discard)',
|
|
30054
30261
|
chain: 'HashKey',
|
|
@@ -31775,6 +31982,24 @@ const chainArray = [
|
|
|
31775
31982
|
}
|
|
31776
31983
|
]
|
|
31777
31984
|
},
|
|
31985
|
+
{
|
|
31986
|
+
name: 'Ternoa Testnet',
|
|
31987
|
+
chain: 'Ternoa',
|
|
31988
|
+
rpc: [ 'https://rpc.zkevm.ternoa.network' ],
|
|
31989
|
+
faucets: [ 'https://faucet.zkevm.ternoa.network' ],
|
|
31990
|
+
nativeCurrency: { name: 'Capsule Coin', symbol: 'CAPS', decimals: 18 },
|
|
31991
|
+
infoURL: '',
|
|
31992
|
+
shortName: 'ternoa',
|
|
31993
|
+
chainId: 752024,
|
|
31994
|
+
networkId: 7502024,
|
|
31995
|
+
explorers: [
|
|
31996
|
+
{
|
|
31997
|
+
name: 'Tracehawk',
|
|
31998
|
+
url: 'https://explorer.zkevm.ternoa.network',
|
|
31999
|
+
standard: 'none'
|
|
32000
|
+
}
|
|
32001
|
+
]
|
|
32002
|
+
},
|
|
31778
32003
|
{
|
|
31779
32004
|
name: 'Miexs Smartchain',
|
|
31780
32005
|
chain: 'MiexsSmartchain',
|
|
@@ -32058,6 +32283,24 @@ const chainArray = [
|
|
|
32058
32283
|
}
|
|
32059
32284
|
]
|
|
32060
32285
|
},
|
|
32286
|
+
{
|
|
32287
|
+
name: 'RUNEVM Testnet',
|
|
32288
|
+
chain: 'RuneVM',
|
|
32289
|
+
rpc: [ 'https://rpc.runevm.io/' ],
|
|
32290
|
+
faucets: [ 'https://faucet.runevm.io/' ],
|
|
32291
|
+
nativeCurrency: { name: 'Test Bitcoin', symbol: 'tBTC', decimals: 8 },
|
|
32292
|
+
infoURL: '',
|
|
32293
|
+
shortName: 'runevm-test',
|
|
32294
|
+
chainId: 840000,
|
|
32295
|
+
networkId: 840000,
|
|
32296
|
+
explorers: [
|
|
32297
|
+
{
|
|
32298
|
+
name: 'Tracehawk',
|
|
32299
|
+
url: 'https://explorer.runevm.io',
|
|
32300
|
+
standard: 'none'
|
|
32301
|
+
}
|
|
32302
|
+
]
|
|
32303
|
+
},
|
|
32061
32304
|
{
|
|
32062
32305
|
name: '4GoodNetwork',
|
|
32063
32306
|
chain: '4GN',
|
|
@@ -33650,6 +33893,26 @@ const chainArray = [
|
|
|
33650
33893
|
}
|
|
33651
33894
|
]
|
|
33652
33895
|
},
|
|
33896
|
+
{
|
|
33897
|
+
name: 'Memento Testnet',
|
|
33898
|
+
chain: 'Memento',
|
|
33899
|
+
rpc: [
|
|
33900
|
+
'https://test-rpc.mementoblockchain.com/IRkghvI3FfEArEJMr4zC/rpc'
|
|
33901
|
+
],
|
|
33902
|
+
faucets: [],
|
|
33903
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
33904
|
+
infoURL: '',
|
|
33905
|
+
shortName: 'memento-test',
|
|
33906
|
+
chainId: 12052024,
|
|
33907
|
+
networkId: 12052024,
|
|
33908
|
+
explorers: [
|
|
33909
|
+
{
|
|
33910
|
+
name: 'Tracehawk',
|
|
33911
|
+
url: 'https://test-explorer.mementoblockchain.com',
|
|
33912
|
+
standard: 'none'
|
|
33913
|
+
}
|
|
33914
|
+
]
|
|
33915
|
+
},
|
|
33653
33916
|
{
|
|
33654
33917
|
name: 'NeoX Testnet T3',
|
|
33655
33918
|
chain: 'NeoX',
|