eth-chainlist 0.0.337 → 0.0.338
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 +280 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.338 (2024-02-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.337 ([09a7206](https://github.com/poowf/eth-chainlist/commit/09a720678e9ad676a0478c29e62e640603116b21))
|
9
|
+
* update chain data ([2185d29](https://github.com/poowf/eth-chainlist/commit/2185d2950b3fb80ae8a9b6a7419046cee7978e01))
|
10
|
+
|
3
11
|
### 0.0.337 (2024-02-10)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -3611,6 +3611,25 @@ const chainArray = [
|
|
3611
3611
|
slip44: 2221,
|
3612
3612
|
status: 'deprecated'
|
3613
3613
|
},
|
3614
|
+
{
|
3615
|
+
name: 'Viridis Testnet',
|
3616
|
+
chain: 'VRD',
|
3617
|
+
icon: 'viridis',
|
3618
|
+
rpc: [ 'https://testnet-rpc.vrd.network' ],
|
3619
|
+
faucets: [ 'https://faucet.vrd.network' ],
|
3620
|
+
nativeCurrency: { name: 'Viridis Token', symbol: 'VRD', decimals: 18 },
|
3621
|
+
infoURL: 'https://viridis.network',
|
3622
|
+
shortName: 'VRD-Testnet',
|
3623
|
+
chainId: 224,
|
3624
|
+
networkId: 224,
|
3625
|
+
explorers: [
|
3626
|
+
{
|
3627
|
+
name: 'Viridis Testnet',
|
3628
|
+
url: 'https://testnet.vrd.network',
|
3629
|
+
standard: 'EIP3091'
|
3630
|
+
}
|
3631
|
+
]
|
3632
|
+
},
|
3614
3633
|
{
|
3615
3634
|
name: 'LACHAIN Mainnet',
|
3616
3635
|
chain: 'LA',
|
@@ -4256,6 +4275,27 @@ const chainArray = [
|
|
4256
4275
|
}
|
4257
4276
|
]
|
4258
4277
|
},
|
4278
|
+
{
|
4279
|
+
name: 'ZKSats Mainnet',
|
4280
|
+
title: 'ZKSats Mainnet',
|
4281
|
+
chain: 'ZKSats',
|
4282
|
+
rpc: [ 'https://mainnet.zksats.io' ],
|
4283
|
+
faucets: [],
|
4284
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
4285
|
+
infoURL: 'https://zksats.io',
|
4286
|
+
shortName: 'ZKSats-Mainnet',
|
4287
|
+
chainId: 305,
|
4288
|
+
networkId: 305,
|
4289
|
+
icon: 'zksats',
|
4290
|
+
explorers: [
|
4291
|
+
{
|
4292
|
+
name: 'blockscout',
|
4293
|
+
url: 'https://explorer.zksats.io',
|
4294
|
+
icon: 'zksats',
|
4295
|
+
standard: 'EIP3091'
|
4296
|
+
}
|
4297
|
+
]
|
4298
|
+
},
|
4259
4299
|
{
|
4260
4300
|
name: 'Lovely Network Testnet',
|
4261
4301
|
chain: 'Lovely',
|
@@ -4911,6 +4951,25 @@ const chainArray = [
|
|
4911
4951
|
}
|
4912
4952
|
]
|
4913
4953
|
},
|
4954
|
+
{
|
4955
|
+
name: 'Viridis Mainnet',
|
4956
|
+
chain: 'VRD',
|
4957
|
+
icon: 'viridis',
|
4958
|
+
rpc: [ 'https://mainnet-rpc.vrd.network' ],
|
4959
|
+
faucets: [],
|
4960
|
+
nativeCurrency: { name: 'Viridis Token', symbol: 'VRD', decimals: 18 },
|
4961
|
+
infoURL: 'https://viridis.network',
|
4962
|
+
shortName: 'vrd',
|
4963
|
+
chainId: 422,
|
4964
|
+
networkId: 422,
|
4965
|
+
explorers: [
|
4966
|
+
{
|
4967
|
+
name: 'Viridis Mainnet',
|
4968
|
+
url: 'https://explorer.vrd.network',
|
4969
|
+
standard: 'EIP3091'
|
4970
|
+
}
|
4971
|
+
]
|
4972
|
+
},
|
4914
4973
|
{
|
4915
4974
|
name: 'PGN (Public Goods Network)',
|
4916
4975
|
chain: 'ETH',
|
@@ -6377,6 +6436,24 @@ const chainArray = [
|
|
6377
6436
|
slip44: 1,
|
6378
6437
|
status: 'deprecated'
|
6379
6438
|
},
|
6439
|
+
{
|
6440
|
+
name: 'CheckDot Blockchain Devnet',
|
6441
|
+
chain: 'CDT Blockchain',
|
6442
|
+
rpc: [ 'https://devnet.checkdot.io' ],
|
6443
|
+
faucets: [],
|
6444
|
+
nativeCurrency: { name: 'CDT', symbol: 'CDT', decimals: 18 },
|
6445
|
+
infoURL: 'https://checkdot.io',
|
6446
|
+
shortName: 'cdt',
|
6447
|
+
chainId: 831,
|
6448
|
+
networkId: 831,
|
6449
|
+
explorers: [
|
6450
|
+
{
|
6451
|
+
name: 'CDT Explorer',
|
6452
|
+
url: 'https://explorer.checkdot.io',
|
6453
|
+
standard: 'none'
|
6454
|
+
}
|
6455
|
+
]
|
6456
|
+
},
|
6380
6457
|
{
|
6381
6458
|
name: 'Taraxa Mainnet',
|
6382
6459
|
chain: 'Tara',
|
@@ -12436,6 +12513,8 @@ const chainArray = [
|
|
12436
12513
|
name: 'Beam',
|
12437
12514
|
chain: 'BEAM',
|
12438
12515
|
rpc: [
|
12516
|
+
'https://build.onbeam.com/rpc',
|
12517
|
+
'wss://build.onbeam.com/ws',
|
12439
12518
|
'https://subnets.avax.network/beam/mainnet/rpc',
|
12440
12519
|
'wss://subnets.avax.network/beam/mainnet/ws'
|
12441
12520
|
],
|
@@ -12518,6 +12597,27 @@ const chainArray = [
|
|
12518
12597
|
}
|
12519
12598
|
]
|
12520
12599
|
},
|
12600
|
+
{
|
12601
|
+
name: 'Emoney Network Testnet',
|
12602
|
+
chain: 'Emoney',
|
12603
|
+
rpc: [ 'https://testnet.emoney.network/' ],
|
12604
|
+
faucets: [ 'https://faucet.emoney.network/faucet' ],
|
12605
|
+
nativeCurrency: { name: 'Emoney Network', symbol: 'EMYC', decimals: 18 },
|
12606
|
+
infoURL: 'https://emoney.network/',
|
12607
|
+
shortName: 'emoney',
|
12608
|
+
chainId: 4544,
|
12609
|
+
networkId: 4544,
|
12610
|
+
slip44: 118,
|
12611
|
+
icon: 'emoney',
|
12612
|
+
explorers: [
|
12613
|
+
{
|
12614
|
+
name: 'EMoney ethscan',
|
12615
|
+
url: 'https://ethscan.emoney.network',
|
12616
|
+
icon: 'emoney',
|
12617
|
+
standard: 'EIP3091'
|
12618
|
+
}
|
12619
|
+
]
|
12620
|
+
},
|
12521
12621
|
{
|
12522
12622
|
name: 'IoTeX Network Mainnet',
|
12523
12623
|
chain: 'iotex.io',
|
@@ -15078,19 +15178,39 @@ const chainArray = [
|
|
15078
15178
|
]
|
15079
15179
|
},
|
15080
15180
|
{
|
15081
|
-
name: 'Nexa Block',
|
15082
|
-
chain: 'Nexa',
|
15181
|
+
name: 'Nexa Testnet Block',
|
15182
|
+
chain: 'Nexa Testnet',
|
15083
15183
|
rpc: [ 'https://rpc-testnet-nodes.nexablockscan.io' ],
|
15084
|
-
faucets: [ 'https://nexablockscan.io/faucet' ],
|
15085
|
-
nativeCurrency: { name: 'Nexa Token', symbol: 'NEXB', decimals: 18 },
|
15086
|
-
infoURL: 'https://www.nexablock.io
|
15087
|
-
shortName: '
|
15184
|
+
faucets: [ 'https://testnet.nexablockscan.io/faucet' ],
|
15185
|
+
nativeCurrency: { name: 'Nexa Testnet Token', symbol: 'NEXB', decimals: 18 },
|
15186
|
+
infoURL: 'https://www.nexablock.io',
|
15187
|
+
shortName: 'NexaTestnet',
|
15088
15188
|
chainId: 9024,
|
15089
15189
|
networkId: 9024,
|
15090
15190
|
icon: 'nexaChain',
|
15091
15191
|
explorers: [
|
15092
15192
|
{
|
15093
|
-
name: 'Nexablock Explorer',
|
15193
|
+
name: 'Nexablock Testnet Explorer',
|
15194
|
+
url: 'https://testnet.nexablockscan.io',
|
15195
|
+
standard: 'none',
|
15196
|
+
icon: 'nexaChain'
|
15197
|
+
}
|
15198
|
+
]
|
15199
|
+
},
|
15200
|
+
{
|
15201
|
+
name: 'Nexa Mainnet Block',
|
15202
|
+
chain: 'Nexa Mainnet',
|
15203
|
+
rpc: [ 'https://rpc-nodes.nexablockscan.io' ],
|
15204
|
+
faucets: [],
|
15205
|
+
nativeCurrency: { name: 'Nexa Mainnet Token', symbol: 'NEXB', decimals: 18 },
|
15206
|
+
infoURL: 'https://www.nexablock.io',
|
15207
|
+
shortName: 'Nexa',
|
15208
|
+
chainId: 9025,
|
15209
|
+
networkId: 9025,
|
15210
|
+
icon: 'nexaChain',
|
15211
|
+
explorers: [
|
15212
|
+
{
|
15213
|
+
name: 'Nexablock Mainnet Explorer',
|
15094
15214
|
url: 'https://nexablockscan.io',
|
15095
15215
|
standard: 'none',
|
15096
15216
|
icon: 'nexaChain'
|
@@ -16137,6 +16257,26 @@ const chainArray = [
|
|
16137
16257
|
}
|
16138
16258
|
]
|
16139
16259
|
},
|
16260
|
+
{
|
16261
|
+
name: 'Aternos',
|
16262
|
+
chain: 'Aternos',
|
16263
|
+
icon: 'aternos',
|
16264
|
+
rpc: [ 'https://rpc.aternoschain.com' ],
|
16265
|
+
faucets: [ 'https://faucet.aternoschain.com' ],
|
16266
|
+
nativeCurrency: { name: 'Aternos', symbol: 'ATR', decimals: 18 },
|
16267
|
+
infoURL: 'https://aternoschain.com',
|
16268
|
+
shortName: 'ATR',
|
16269
|
+
chainId: 12020,
|
16270
|
+
networkId: 12020,
|
16271
|
+
explorers: [
|
16272
|
+
{
|
16273
|
+
name: 'blockscout',
|
16274
|
+
url: 'https://explorer.aternoschain.com',
|
16275
|
+
icon: 'blockscout',
|
16276
|
+
standard: 'EIP3091'
|
16277
|
+
}
|
16278
|
+
]
|
16279
|
+
},
|
16140
16280
|
{
|
16141
16281
|
name: 'Singularity ZERO Testnet',
|
16142
16282
|
chain: 'ZERO',
|
@@ -16368,6 +16508,8 @@ const chainArray = [
|
|
16368
16508
|
name: 'Beam Testnet',
|
16369
16509
|
chain: 'BEAM',
|
16370
16510
|
rpc: [
|
16511
|
+
'https://build.onbeam.com/rpc/testnet',
|
16512
|
+
'wss://build.onbeam.com/ws/testnet',
|
16371
16513
|
'https://subnets.avax.network/beam/testnet/rpc',
|
16372
16514
|
'wss://subnets.avax.network/beam/testnet/ws'
|
16373
16515
|
],
|
@@ -16923,6 +17065,36 @@ const chainArray = [
|
|
16923
17065
|
}
|
16924
17066
|
]
|
16925
17067
|
},
|
17068
|
+
{
|
17069
|
+
name: 'unreal',
|
17070
|
+
title: 'unreal testnet for re.al',
|
17071
|
+
chain: 'unreal',
|
17072
|
+
rpc: [
|
17073
|
+
'https://rpc.unreal.gelato.digital',
|
17074
|
+
'wss://ws.unreal.gelato.digital'
|
17075
|
+
],
|
17076
|
+
nativeCurrency: { name: 'unreal Ether', symbol: 'ETH', decimals: 18 },
|
17077
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/unreal',
|
17078
|
+
faucets: [],
|
17079
|
+
shortName: 'unreal',
|
17080
|
+
chainId: 18231,
|
17081
|
+
networkId: 18231,
|
17082
|
+
slip44: 60,
|
17083
|
+
icon: 'unreal',
|
17084
|
+
explorers: [
|
17085
|
+
{
|
17086
|
+
name: 'blockscout',
|
17087
|
+
url: 'https://unreal.blockscout.com',
|
17088
|
+
icon: 'unreal',
|
17089
|
+
standard: 'EIP3091'
|
17090
|
+
}
|
17091
|
+
],
|
17092
|
+
parent: {
|
17093
|
+
type: 'L2',
|
17094
|
+
chain: 'eip155-11155111',
|
17095
|
+
bridges: [ { url: 'https://bridge.unreal.gelato.digital' } ]
|
17096
|
+
}
|
17097
|
+
},
|
16926
17098
|
{
|
16927
17099
|
name: 'MXC zkEVM Mainnet',
|
16928
17100
|
chain: 'MXC zkEVM',
|
@@ -19802,6 +19974,31 @@ const chainArray = [
|
|
19802
19974
|
}
|
19803
19975
|
]
|
19804
19976
|
},
|
19977
|
+
{
|
19978
|
+
name: 'Vanguard',
|
19979
|
+
title: 'Vanar Testnet Vanguard',
|
19980
|
+
chain: 'VANAR',
|
19981
|
+
rpc: [
|
19982
|
+
'https://rpc-vanguard.vanarchain.com',
|
19983
|
+
'wss://ws-vanguard.vanarchain.com'
|
19984
|
+
],
|
19985
|
+
faucets: [ 'https://faucet.vanarchain.com' ],
|
19986
|
+
nativeCurrency: { name: 'Vanguard Vanry', symbol: 'VG', decimals: 18 },
|
19987
|
+
features: [ { name: 'EIP155' } ],
|
19988
|
+
infoURL: 'https://vanarchain.com',
|
19989
|
+
shortName: 'vanguard',
|
19990
|
+
chainId: 78600,
|
19991
|
+
networkId: 78600,
|
19992
|
+
icon: 'vanguard',
|
19993
|
+
explorers: [
|
19994
|
+
{
|
19995
|
+
name: 'Vanguard Explorer',
|
19996
|
+
url: 'https://explorer-vanguard.vanarchain.com',
|
19997
|
+
icon: 'vanguard',
|
19998
|
+
standard: 'EIP3091'
|
19999
|
+
}
|
20000
|
+
]
|
20001
|
+
},
|
19805
20002
|
{
|
19806
20003
|
name: 'Gold Smart Chain Testnet',
|
19807
20004
|
chain: 'STAND',
|
@@ -19872,6 +20069,25 @@ const chainArray = [
|
|
19872
20069
|
}
|
19873
20070
|
]
|
19874
20071
|
},
|
20072
|
+
{
|
20073
|
+
name: 'Hizoco mainnet',
|
20074
|
+
chain: 'HZC',
|
20075
|
+
icon: 'hizoco',
|
20076
|
+
rpc: [ 'https://hizoco.net/rpc' ],
|
20077
|
+
faucets: [],
|
20078
|
+
nativeCurrency: { name: 'Hizoco', symbol: 'HZC', decimals: 18 },
|
20079
|
+
infoURL: 'http://hizoco.net',
|
20080
|
+
shortName: 'hzc',
|
20081
|
+
chainId: 80096,
|
20082
|
+
networkId: 80096,
|
20083
|
+
explorers: [
|
20084
|
+
{
|
20085
|
+
name: 'blockscout',
|
20086
|
+
url: 'https://hizoco.net:38443',
|
20087
|
+
standard: 'none'
|
20088
|
+
}
|
20089
|
+
]
|
20090
|
+
},
|
19875
20091
|
{
|
19876
20092
|
name: 'Nordek Mainnet',
|
19877
20093
|
chain: 'Nordek',
|
@@ -24254,6 +24470,33 @@ const chainArray = [
|
|
24254
24470
|
networkId: 99415706,
|
24255
24471
|
slip44: 1
|
24256
24472
|
},
|
24473
|
+
{
|
24474
|
+
name: 'Plume Testnet',
|
24475
|
+
title: 'Plume Sepolia Rollup Testnet',
|
24476
|
+
chain: 'ETH',
|
24477
|
+
rpc: [ 'https://plume-testnet.rpc.caldera.xyz/http' ],
|
24478
|
+
faucets: [],
|
24479
|
+
nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
24480
|
+
infoURL: 'https://www.plumenetwork.xyz/',
|
24481
|
+
shortName: 'plume-testnet',
|
24482
|
+
chainId: 161221135,
|
24483
|
+
networkId: 161221135,
|
24484
|
+
slip44: 1,
|
24485
|
+
icon: 'plume',
|
24486
|
+
explorers: [
|
24487
|
+
{
|
24488
|
+
name: 'Blockscout',
|
24489
|
+
url: 'https://plume-testnet.explorer.caldera.xyz',
|
24490
|
+
icon: 'blockscout',
|
24491
|
+
standard: 'EIP3091'
|
24492
|
+
}
|
24493
|
+
],
|
24494
|
+
parent: {
|
24495
|
+
type: 'L2',
|
24496
|
+
chain: 'eip155-11155111',
|
24497
|
+
bridges: [ { url: 'https://plume-testnet.calderabridge.xyz' } ]
|
24498
|
+
}
|
24499
|
+
},
|
24257
24500
|
{
|
24258
24501
|
name: 'Blast Sepolia Testnet',
|
24259
24502
|
chain: 'ETH',
|
@@ -25156,6 +25399,36 @@ const chainArray = [
|
|
25156
25399
|
}
|
25157
25400
|
]
|
25158
25401
|
},
|
25402
|
+
{
|
25403
|
+
name: 'GitSwarm Test Network',
|
25404
|
+
title: 'GitSwarm Test Network',
|
25405
|
+
chain: 'ETH',
|
25406
|
+
icon: 'gitswarm',
|
25407
|
+
rpc: [ 'https://gitswarm.com:2096' ],
|
25408
|
+
faucets: [],
|
25409
|
+
nativeCurrency: { name: 'GitSwarm Ether', symbol: 'GS-ETH', decimals: 18 },
|
25410
|
+
infoURL: 'https://gitswarm.com/',
|
25411
|
+
shortName: 'GS-ETH',
|
25412
|
+
chainId: 28872323069,
|
25413
|
+
networkId: 28872323069,
|
25414
|
+
slip44: 1,
|
25415
|
+
explorers: [],
|
25416
|
+
status: 'incubating'
|
25417
|
+
},
|
25418
|
+
{
|
25419
|
+
name: 'Kakarot Sepolia',
|
25420
|
+
chain: 'ETH',
|
25421
|
+
icon: 'kakarot',
|
25422
|
+
rpc: [],
|
25423
|
+
faucets: [],
|
25424
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
25425
|
+
infoURL: 'https://kakarot.org',
|
25426
|
+
shortName: 'kkrt-sepolia',
|
25427
|
+
chainId: 107107114116,
|
25428
|
+
networkId: 107107114116,
|
25429
|
+
explorers: [],
|
25430
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
25431
|
+
},
|
25159
25432
|
{
|
25160
25433
|
name: 'Alphabet Mainnet',
|
25161
25434
|
chain: 'Alphabet Network',
|