eth-chainlist 0.0.381 → 0.0.383
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 +180 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.383 (2024-04-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.382 ([8771308](https://github.com/poowf/eth-chainlist/commit/8771308308ee9a912b9996e011332150463e1d17))
|
9
|
+
* update chain data ([daac480](https://github.com/poowf/eth-chainlist/commit/daac480a9f4c09b2b9c9db925c78f7a303da5f86))
|
10
|
+
|
11
|
+
### 0.0.382 (2024-04-19)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.381 ([76342f9](https://github.com/poowf/eth-chainlist/commit/76342f91ee735d1fb6015391f4656f99f0d779ba))
|
17
|
+
* update chain data ([aea24a3](https://github.com/poowf/eth-chainlist/commit/aea24a3a072ef85d5961a4d7ddb0bc91c581f373))
|
18
|
+
|
3
19
|
### 0.0.381 (2024-04-18)
|
4
20
|
|
5
21
|
|
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',
|
@@ -10408,6 +10453,18 @@ const chainArray = [
|
|
10408
10453
|
}
|
10409
10454
|
]
|
10410
10455
|
},
|
10456
|
+
{
|
10457
|
+
name: 'UPB CRESCDI Testnet',
|
10458
|
+
chain: 'UPBEth',
|
10459
|
+
rpc: [ 'https://testnet.crescdi.pub.ro' ],
|
10460
|
+
infoURL: 'https://mobylab.docs.crescdi.pub.ro/blog/UPB-CRESCDI-Testnet',
|
10461
|
+
faucets: [],
|
10462
|
+
nativeCurrency: { name: 'UPBEth', symbol: 'UPBEth', decimals: 18 },
|
10463
|
+
shortName: 'UPBEth',
|
10464
|
+
chainId: 1918,
|
10465
|
+
networkId: 1918,
|
10466
|
+
explorers: []
|
10467
|
+
},
|
10411
10468
|
{
|
10412
10469
|
name: 'ONUS Chain Testnet',
|
10413
10470
|
title: 'ONUS Chain Testnet',
|
@@ -12016,6 +12073,25 @@ const chainArray = [
|
|
12016
12073
|
bridges: [ { url: 'https://kroma.network/bridge' } ]
|
12017
12074
|
}
|
12018
12075
|
},
|
12076
|
+
{
|
12077
|
+
name: 'Nexis Network Testnet',
|
12078
|
+
chain: 'Nexis Network',
|
12079
|
+
icon: 'nexis',
|
12080
|
+
rpc: [ 'https://evm-testnet.nexis.network' ],
|
12081
|
+
faucets: [ 'https://evm-faucet.nexis.network' ],
|
12082
|
+
nativeCurrency: { name: 'Nexis', symbol: 'NZT', decimals: 18 },
|
12083
|
+
infoURL: 'https://nexis.network/',
|
12084
|
+
shortName: 'nzt',
|
12085
|
+
chainId: 2370,
|
12086
|
+
networkId: 2370,
|
12087
|
+
explorers: [
|
12088
|
+
{
|
12089
|
+
name: 'Nexis Testnet Explorer',
|
12090
|
+
url: 'https://evm-testnet.nexscan.io',
|
12091
|
+
standard: 'EIP3091'
|
12092
|
+
}
|
12093
|
+
]
|
12094
|
+
},
|
12019
12095
|
{
|
12020
12096
|
name: 'BOMB Chain Testnet',
|
12021
12097
|
chain: 'BOMB',
|
@@ -12513,6 +12589,31 @@ const chainArray = [
|
|
12513
12589
|
}
|
12514
12590
|
]
|
12515
12591
|
},
|
12592
|
+
{
|
12593
|
+
name: 'Morph Holesky',
|
12594
|
+
title: 'Morph Holesky Testnet',
|
12595
|
+
chain: 'ETH',
|
12596
|
+
rpc: [ 'https://rpc-holesky.morphl2.io' ],
|
12597
|
+
faucets: [],
|
12598
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12599
|
+
infoURL: 'https://morphl2.io',
|
12600
|
+
shortName: 'hmorph',
|
12601
|
+
chainId: 2810,
|
12602
|
+
networkId: 2810,
|
12603
|
+
slip44: 1,
|
12604
|
+
explorers: [
|
12605
|
+
{
|
12606
|
+
name: 'Morph Holesky Testnet Explorer',
|
12607
|
+
url: 'https://explorer-holesky.morphl2.io',
|
12608
|
+
standard: 'EIP3091'
|
12609
|
+
}
|
12610
|
+
],
|
12611
|
+
parent: {
|
12612
|
+
type: 'L2',
|
12613
|
+
chain: 'eip155-1',
|
12614
|
+
bridges: [ { url: 'https://bridge-holesky.morphl2.io' } ]
|
12615
|
+
}
|
12616
|
+
},
|
12516
12617
|
{
|
12517
12618
|
name: 'Boba Network Goerli Testnet',
|
12518
12619
|
chain: 'ETH',
|
@@ -13822,7 +13923,10 @@ const chainArray = [
|
|
13822
13923
|
name: 'Merlin Mainnet',
|
13823
13924
|
title: 'Merlin Mainnet',
|
13824
13925
|
chain: 'Merlin',
|
13825
|
-
rpc: [
|
13926
|
+
rpc: [
|
13927
|
+
'https://rpc.merlinchain.io',
|
13928
|
+
'https://merlin-mainnet-enterprise.unifra.io'
|
13929
|
+
],
|
13826
13930
|
faucets: [],
|
13827
13931
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
13828
13932
|
infoURL: 'https://merlinchain.io',
|
@@ -13832,7 +13936,7 @@ const chainArray = [
|
|
13832
13936
|
icon: 'merlin',
|
13833
13937
|
explorers: [
|
13834
13938
|
{
|
13835
|
-
name: '
|
13939
|
+
name: 'L2scan',
|
13836
13940
|
url: 'https://scan.merlinchain.io',
|
13837
13941
|
icon: 'merlin',
|
13838
13942
|
standard: 'EIP3091'
|
@@ -14885,19 +14989,25 @@ const chainArray = [
|
|
14885
14989
|
]
|
14886
14990
|
},
|
14887
14991
|
{
|
14888
|
-
name: 'Tanssi
|
14889
|
-
chain: '
|
14992
|
+
name: 'Tanssi Demo',
|
14993
|
+
chain: 'TANGO',
|
14890
14994
|
rpc: [
|
14891
14995
|
'https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network',
|
14892
14996
|
'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
|
14893
14997
|
],
|
14894
14998
|
faucets: [],
|
14895
14999
|
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
14896
|
-
infoURL: 'https://tanssi.network',
|
14897
|
-
shortName: '
|
15000
|
+
infoURL: 'https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain',
|
15001
|
+
shortName: 'tango',
|
14898
15002
|
chainId: 5678,
|
14899
15003
|
networkId: 5678,
|
14900
|
-
explorers: [
|
15004
|
+
explorers: [
|
15005
|
+
{
|
15006
|
+
name: 'BlockScout',
|
15007
|
+
url: 'https://3001-blockscout.a.dancebox.tanssi.network',
|
15008
|
+
standard: 'EIP3091'
|
15009
|
+
}
|
15010
|
+
]
|
14901
15011
|
},
|
14902
15012
|
{
|
14903
15013
|
name: 'Syscoin Tanenbaum Testnet',
|
@@ -15591,6 +15701,19 @@ const chainArray = [
|
|
15591
15701
|
}
|
15592
15702
|
]
|
15593
15703
|
},
|
15704
|
+
{
|
15705
|
+
name: 'Planq Atlas Testnet',
|
15706
|
+
chain: 'Planq',
|
15707
|
+
icon: 'planq',
|
15708
|
+
rpc: [ 'https://evm-rpc-atlas.planq.network' ],
|
15709
|
+
faucets: [],
|
15710
|
+
nativeCurrency: { name: 'Planq', symbol: 'tPLQ', decimals: 18 },
|
15711
|
+
infoURL: 'https://planq.network',
|
15712
|
+
shortName: 'planq-atlas-testnet',
|
15713
|
+
chainId: 7077,
|
15714
|
+
networkId: 7077,
|
15715
|
+
explorers: []
|
15716
|
+
},
|
15594
15717
|
{
|
15595
15718
|
name: 'Nume',
|
15596
15719
|
title: 'Nume',
|
@@ -24328,6 +24451,28 @@ const chainArray = [
|
|
24328
24451
|
}
|
24329
24452
|
]
|
24330
24453
|
},
|
24454
|
+
{
|
24455
|
+
name: 'MagApe Testnet',
|
24456
|
+
title: 'MagApeChain',
|
24457
|
+
chain: 'MagApe',
|
24458
|
+
rpc: [ 'https://testnet-api.magape.io/chain/' ],
|
24459
|
+
faucets: [],
|
24460
|
+
nativeCurrency: { name: 'MagApe', symbol: 'MAG', decimals: 18 },
|
24461
|
+
features: [ { name: 'EIP155' } ],
|
24462
|
+
infoURL: 'https://magape.io',
|
24463
|
+
shortName: 'mag',
|
24464
|
+
chainId: 141319,
|
24465
|
+
networkId: 141319,
|
24466
|
+
icon: 'magape',
|
24467
|
+
explorers: [
|
24468
|
+
{
|
24469
|
+
name: 'etherscan',
|
24470
|
+
url: 'http://testnet-api.magape.io:81',
|
24471
|
+
icon: 'magape',
|
24472
|
+
standard: 'EIP3091'
|
24473
|
+
}
|
24474
|
+
]
|
24475
|
+
},
|
24331
24476
|
{
|
24332
24477
|
name: 'ICPlaza Mainnet',
|
24333
24478
|
chain: 'ICPlaza',
|
@@ -24360,6 +24505,20 @@ const chainArray = [
|
|
24360
24505
|
explorers: [],
|
24361
24506
|
status: 'incubating'
|
24362
24507
|
},
|
24508
|
+
{
|
24509
|
+
name: 'Taiko Mainnet',
|
24510
|
+
chain: 'ETH',
|
24511
|
+
status: 'incubating',
|
24512
|
+
icon: 'taiko',
|
24513
|
+
rpc: [ 'https://rpc.taiko.xyz', 'wss://ws.taiko.xyz' ],
|
24514
|
+
faucets: [],
|
24515
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
24516
|
+
infoURL: 'https://taiko.xyz',
|
24517
|
+
shortName: 'tko-mainnet',
|
24518
|
+
chainId: 167000,
|
24519
|
+
networkId: 167000,
|
24520
|
+
explorers: []
|
24521
|
+
},
|
24363
24522
|
{
|
24364
24523
|
name: 'Taiko (Alpha-2 Testnet)',
|
24365
24524
|
chain: 'ETH',
|
@@ -24448,7 +24607,7 @@ const chainArray = [
|
|
24448
24607
|
icon: 'taiko',
|
24449
24608
|
rpc: [
|
24450
24609
|
'https://rpc.katla.taiko.xyz',
|
24451
|
-
'wss://
|
24610
|
+
'wss://ws.katla.taiko.xyz',
|
24452
24611
|
'https://taiko-katla.drpc.org',
|
24453
24612
|
'wss://taiko-katla.drpc.org'
|
24454
24613
|
],
|
@@ -24827,6 +24986,17 @@ const chainArray = [
|
|
24827
24986
|
}
|
24828
24987
|
]
|
24829
24988
|
},
|
24989
|
+
{
|
24990
|
+
name: 'GitAGI Atlas Testnet',
|
24991
|
+
chain: 'GitAGI',
|
24992
|
+
rpc: [ 'https://rpc.gitagi.org' ],
|
24993
|
+
faucets: [],
|
24994
|
+
nativeCurrency: { name: 'GitAGI', symbol: 'tGAGI', decimals: 18 },
|
24995
|
+
infoURL: 'https://gitagi.org/',
|
24996
|
+
shortName: 'atlas',
|
24997
|
+
chainId: 210049,
|
24998
|
+
networkId: 210049
|
24999
|
+
},
|
24830
25000
|
{
|
24831
25001
|
name: 'PlatON Mainnet',
|
24832
25002
|
chain: 'PlatON',
|