eth-chainlist 0.0.381 → 0.0.382
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 +141 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.382 (2024-04-19)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.381 ([76342f9](https://github.com/poowf/eth-chainlist/commit/76342f91ee735d1fb6015391f4656f99f0d779ba))
|
9
|
+
* update chain data ([aea24a3](https://github.com/poowf/eth-chainlist/commit/aea24a3a072ef85d5961a4d7ddb0bc91c581f373))
|
10
|
+
|
3
11
|
### 0.0.381 (2024-04-18)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4234,9 +4234,9 @@ const chainArray = [
|
|
4234
4234
|
explorers: [
|
4235
4235
|
{
|
4236
4236
|
name: 'ankrscan-neura',
|
4237
|
-
url: 'https://testnet.neuraprotocol.io
|
4237
|
+
url: 'https://testnet.explorer.neuraprotocol.io',
|
4238
4238
|
icon: 'neura',
|
4239
|
-
standard: '
|
4239
|
+
standard: 'EIP3091'
|
4240
4240
|
},
|
4241
4241
|
{
|
4242
4242
|
name: 'blockscout',
|
@@ -8173,6 +8173,19 @@ const chainArray = [
|
|
8173
8173
|
}
|
8174
8174
|
]
|
8175
8175
|
},
|
8176
|
+
{
|
8177
|
+
name: 'IOTA EVM Testnet',
|
8178
|
+
title: 'IOTA EVM Testnet',
|
8179
|
+
chain: 'IOTA EVM',
|
8180
|
+
icon: 'iotaevm',
|
8181
|
+
rpc: [ 'https://json-rpc.evm.testnet.iotaledger.net' ],
|
8182
|
+
faucets: [ 'https://evm-toolkit.evm.testnet.iotaledger.net' ],
|
8183
|
+
nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
|
8184
|
+
infoURL: 'https://www.iota.org',
|
8185
|
+
shortName: 'iotaevm-testnet',
|
8186
|
+
chainId: 1075,
|
8187
|
+
networkId: 1075
|
8188
|
+
},
|
8176
8189
|
{
|
8177
8190
|
name: 'Mintara Testnet',
|
8178
8191
|
title: 'Mintara Testnet',
|
@@ -8701,6 +8714,26 @@ const chainArray = [
|
|
8701
8714
|
}
|
8702
8715
|
]
|
8703
8716
|
},
|
8717
|
+
{
|
8718
|
+
name: 'ClubMos Mainnet',
|
8719
|
+
chain: 'MOS',
|
8720
|
+
rpc: [ 'https://mainnet.mosscan.com' ],
|
8721
|
+
faucets: [],
|
8722
|
+
nativeCurrency: { name: 'ClubMos', symbol: 'MOS', decimals: 18 },
|
8723
|
+
infoURL: 'https://www.mosscan.com',
|
8724
|
+
shortName: 'MOS',
|
8725
|
+
chainId: 1188,
|
8726
|
+
networkId: 1188,
|
8727
|
+
icon: 'clubmos',
|
8728
|
+
explorers: [
|
8729
|
+
{
|
8730
|
+
name: 'mosscan',
|
8731
|
+
url: 'https://www.mosscan.com',
|
8732
|
+
icon: 'clubmos',
|
8733
|
+
standard: 'none'
|
8734
|
+
}
|
8735
|
+
]
|
8736
|
+
},
|
8704
8737
|
{
|
8705
8738
|
name: 'Iora Chain',
|
8706
8739
|
chain: 'IORA',
|
@@ -8788,6 +8821,18 @@ const chainArray = [
|
|
8788
8821
|
}
|
8789
8822
|
]
|
8790
8823
|
},
|
8824
|
+
{
|
8825
|
+
name: 'Cycle Network Testnet',
|
8826
|
+
chain: 'ETH',
|
8827
|
+
rpc: [ 'https://rpc-testnet.cyclenetwork.io' ],
|
8828
|
+
faucets: [],
|
8829
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
8830
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
8831
|
+
shortName: 'Cycle',
|
8832
|
+
chainId: 1221,
|
8833
|
+
networkId: 1221,
|
8834
|
+
icon: 'cycle'
|
8835
|
+
},
|
8791
8836
|
{
|
8792
8837
|
name: 'Hybrid Testnet',
|
8793
8838
|
chain: 'HYB',
|
@@ -12016,6 +12061,25 @@ const chainArray = [
|
|
12016
12061
|
bridges: [ { url: 'https://kroma.network/bridge' } ]
|
12017
12062
|
}
|
12018
12063
|
},
|
12064
|
+
{
|
12065
|
+
name: 'Nexis Network Testnet',
|
12066
|
+
chain: 'Nexis Network',
|
12067
|
+
icon: 'nexis',
|
12068
|
+
rpc: [ 'https://evm-testnet.nexis.network' ],
|
12069
|
+
faucets: [ 'https://evm-faucet.nexis.network' ],
|
12070
|
+
nativeCurrency: { name: 'Nexis', symbol: 'NZT', decimals: 18 },
|
12071
|
+
infoURL: 'https://nexis.network/',
|
12072
|
+
shortName: 'nzt',
|
12073
|
+
chainId: 2370,
|
12074
|
+
networkId: 2370,
|
12075
|
+
explorers: [
|
12076
|
+
{
|
12077
|
+
name: 'Nexis Testnet Explorer',
|
12078
|
+
url: 'https://evm-testnet.nexscan.io',
|
12079
|
+
standard: 'EIP3091'
|
12080
|
+
}
|
12081
|
+
]
|
12082
|
+
},
|
12019
12083
|
{
|
12020
12084
|
name: 'BOMB Chain Testnet',
|
12021
12085
|
chain: 'BOMB',
|
@@ -12513,6 +12577,31 @@ const chainArray = [
|
|
12513
12577
|
}
|
12514
12578
|
]
|
12515
12579
|
},
|
12580
|
+
{
|
12581
|
+
name: 'Morph Holesky',
|
12582
|
+
title: 'Morph Holesky Testnet',
|
12583
|
+
chain: 'ETH',
|
12584
|
+
rpc: [ 'https://rpc-holesky.morphl2.io' ],
|
12585
|
+
faucets: [],
|
12586
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12587
|
+
infoURL: 'https://morphl2.io',
|
12588
|
+
shortName: 'hmorph',
|
12589
|
+
chainId: 2810,
|
12590
|
+
networkId: 2810,
|
12591
|
+
slip44: 1,
|
12592
|
+
explorers: [
|
12593
|
+
{
|
12594
|
+
name: 'Morph Holesky Testnet Explorer',
|
12595
|
+
url: 'https://explorer-holesky.morphl2.io',
|
12596
|
+
standard: 'EIP3091'
|
12597
|
+
}
|
12598
|
+
],
|
12599
|
+
parent: {
|
12600
|
+
type: 'L2',
|
12601
|
+
chain: 'eip155-1',
|
12602
|
+
bridges: [ { url: 'https://bridge-holesky.morphl2.io' } ]
|
12603
|
+
}
|
12604
|
+
},
|
12516
12605
|
{
|
12517
12606
|
name: 'Boba Network Goerli Testnet',
|
12518
12607
|
chain: 'ETH',
|
@@ -15591,6 +15680,19 @@ const chainArray = [
|
|
15591
15680
|
}
|
15592
15681
|
]
|
15593
15682
|
},
|
15683
|
+
{
|
15684
|
+
name: 'Planq Atlas Testnet',
|
15685
|
+
chain: 'Planq',
|
15686
|
+
icon: 'planq',
|
15687
|
+
rpc: [ 'https://evm-rpc-atlas.planq.network' ],
|
15688
|
+
faucets: [],
|
15689
|
+
nativeCurrency: { name: 'Planq', symbol: 'tPLQ', decimals: 18 },
|
15690
|
+
infoURL: 'https://planq.network',
|
15691
|
+
shortName: 'planq-atlas-testnet',
|
15692
|
+
chainId: 7077,
|
15693
|
+
networkId: 7077,
|
15694
|
+
explorers: []
|
15695
|
+
},
|
15594
15696
|
{
|
15595
15697
|
name: 'Nume',
|
15596
15698
|
title: 'Nume',
|
@@ -24328,6 +24430,28 @@ const chainArray = [
|
|
24328
24430
|
}
|
24329
24431
|
]
|
24330
24432
|
},
|
24433
|
+
{
|
24434
|
+
name: 'MagApe Testnet',
|
24435
|
+
title: 'MagApeChain',
|
24436
|
+
chain: 'MagApe',
|
24437
|
+
rpc: [ 'https://testnet-api.magape.io/chain/' ],
|
24438
|
+
faucets: [],
|
24439
|
+
nativeCurrency: { name: 'MagApe', symbol: 'MAG', decimals: 18 },
|
24440
|
+
features: [ { name: 'EIP155' } ],
|
24441
|
+
infoURL: 'https://magape.io',
|
24442
|
+
shortName: 'mag',
|
24443
|
+
chainId: 141319,
|
24444
|
+
networkId: 141319,
|
24445
|
+
icon: 'magape',
|
24446
|
+
explorers: [
|
24447
|
+
{
|
24448
|
+
name: 'etherscan',
|
24449
|
+
url: 'http://testnet-api.magape.io:81',
|
24450
|
+
icon: 'magape',
|
24451
|
+
standard: 'EIP3091'
|
24452
|
+
}
|
24453
|
+
]
|
24454
|
+
},
|
24331
24455
|
{
|
24332
24456
|
name: 'ICPlaza Mainnet',
|
24333
24457
|
chain: 'ICPlaza',
|
@@ -24360,6 +24484,20 @@ const chainArray = [
|
|
24360
24484
|
explorers: [],
|
24361
24485
|
status: 'incubating'
|
24362
24486
|
},
|
24487
|
+
{
|
24488
|
+
name: 'Taiko Mainnet',
|
24489
|
+
chain: 'ETH',
|
24490
|
+
status: 'incubating',
|
24491
|
+
icon: 'taiko',
|
24492
|
+
rpc: [ 'https://rpc.taiko.xyz', 'wss://ws.taiko.xyz' ],
|
24493
|
+
faucets: [],
|
24494
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
24495
|
+
infoURL: 'https://taiko.xyz',
|
24496
|
+
shortName: 'tko-mainnet',
|
24497
|
+
chainId: 167000,
|
24498
|
+
networkId: 167000,
|
24499
|
+
explorers: []
|
24500
|
+
},
|
24363
24501
|
{
|
24364
24502
|
name: 'Taiko (Alpha-2 Testnet)',
|
24365
24503
|
chain: 'ETH',
|
@@ -24448,7 +24586,7 @@ const chainArray = [
|
|
24448
24586
|
icon: 'taiko',
|
24449
24587
|
rpc: [
|
24450
24588
|
'https://rpc.katla.taiko.xyz',
|
24451
|
-
'wss://
|
24589
|
+
'wss://ws.katla.taiko.xyz',
|
24452
24590
|
'https://taiko-katla.drpc.org',
|
24453
24591
|
'wss://taiko-katla.drpc.org'
|
24454
24592
|
],
|