eth-chainlist 0.0.378 → 0.0.380
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 +236 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.380 (2024-04-17)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.379 ([cf97885](https://github.com/poowf/eth-chainlist/commit/cf97885145476be4cfa94e3b2f23af58b4b63e84))
|
9
|
+
* update chain data ([1118f0a](https://github.com/poowf/eth-chainlist/commit/1118f0a8f4289d64247ce7c6e8a3fcd782b8f44c))
|
10
|
+
|
11
|
+
### 0.0.379 (2024-04-16)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.378 ([df2fb36](https://github.com/poowf/eth-chainlist/commit/df2fb36bdc961e79728edc831de4121d39960aba))
|
17
|
+
* update chain data ([5f90bb7](https://github.com/poowf/eth-chainlist/commit/5f90bb707825796320d1cd2b0ec5d39b4af99ee7))
|
18
|
+
|
3
19
|
### 0.0.378 (2024-04-15)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3476,7 +3476,7 @@ const chainArray = [
|
|
3476
3476
|
standard: 'EIP3091'
|
3477
3477
|
}
|
3478
3478
|
],
|
3479
|
-
status: '
|
3479
|
+
status: 'active'
|
3480
3480
|
},
|
3481
3481
|
{
|
3482
3482
|
name: 'Neutrinos TestNet',
|
@@ -11125,6 +11125,20 @@ const chainArray = [
|
|
11125
11125
|
}
|
11126
11126
|
]
|
11127
11127
|
},
|
11128
|
+
{
|
11129
|
+
name: 'Vanar Mainnet',
|
11130
|
+
title: 'Vanarchain',
|
11131
|
+
chain: 'VANAR',
|
11132
|
+
rpc: [ 'https://rpc.vanarchain.com', 'wss://ws.vanarchain.com' ],
|
11133
|
+
faucets: [],
|
11134
|
+
nativeCurrency: { name: 'VANRY', symbol: 'VANRY', decimals: 18 },
|
11135
|
+
features: [ { name: 'EIP155' } ],
|
11136
|
+
infoURL: 'https://vanarchain.com',
|
11137
|
+
shortName: 'Vanar',
|
11138
|
+
chainId: 2040,
|
11139
|
+
networkId: 2040,
|
11140
|
+
icon: 'vanar'
|
11141
|
+
},
|
11128
11142
|
{
|
11129
11143
|
name: 'OriginTrail Parachain',
|
11130
11144
|
chain: 'OTP',
|
@@ -11830,7 +11844,7 @@ const chainArray = [
|
|
11830
11844
|
{
|
11831
11845
|
name: 'Atleta Testnet',
|
11832
11846
|
chain: 'Atleta',
|
11833
|
-
rpc: [ '
|
11847
|
+
rpc: [ 'wss://testnet-rpc.atleta.network:9944' ],
|
11834
11848
|
faucets: [ 'https://faucet.atleta.network' ],
|
11835
11849
|
nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
|
11836
11850
|
infoURL: 'https://atleta.network',
|
@@ -11843,7 +11857,7 @@ const chainArray = [
|
|
11843
11857
|
{
|
11844
11858
|
name: 'Atleta Testnet Explorer',
|
11845
11859
|
icon: 'atleta',
|
11846
|
-
url: '
|
11860
|
+
url: 'https://polkadot-explorer.atleta.network/#/explorer',
|
11847
11861
|
standard: 'none'
|
11848
11862
|
}
|
11849
11863
|
]
|
@@ -12371,6 +12385,34 @@ const chainArray = [
|
|
12371
12385
|
}
|
12372
12386
|
]
|
12373
12387
|
},
|
12388
|
+
{
|
12389
|
+
name: 'XR Sepolia',
|
12390
|
+
chain: 'ETH',
|
12391
|
+
rpc: [ 'https://xr-sepolia-testnet.rpc.caldera.xyz/http' ],
|
12392
|
+
faucets: [],
|
12393
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
12394
|
+
nativeCurrency: { name: 'tXR', symbol: 'tXR', decimals: 18 },
|
12395
|
+
infoURL: 'https://xr-one.gitbook.io',
|
12396
|
+
shortName: 'txr',
|
12397
|
+
chainId: 2730,
|
12398
|
+
networkId: 2730,
|
12399
|
+
icon: 'xr',
|
12400
|
+
slip44: 60,
|
12401
|
+
explorers: [
|
12402
|
+
{
|
12403
|
+
name: 'XR Sepolia Explorer',
|
12404
|
+
url: 'https://xr-sepolia-testnet.explorer.caldera.xyz',
|
12405
|
+
icon: 'blockscout',
|
12406
|
+
standard: 'EIP3091'
|
12407
|
+
}
|
12408
|
+
],
|
12409
|
+
parent: {
|
12410
|
+
type: 'L2',
|
12411
|
+
chain: 'eip155-421614',
|
12412
|
+
bridges: [ { url: 'https://xr-sepolia-testnet.bridge.caldera.xyz' } ]
|
12413
|
+
},
|
12414
|
+
status: 'active'
|
12415
|
+
},
|
12374
12416
|
{
|
12375
12417
|
name: 'Elizabeth Testnet',
|
12376
12418
|
chain: 'Elizabeth',
|
@@ -16049,6 +16091,7 @@ const chainArray = [
|
|
16049
16091
|
},
|
16050
16092
|
{
|
16051
16093
|
name: 'Karak Sepolia',
|
16094
|
+
title: 'Karak Testnet Sepolia',
|
16052
16095
|
chain: 'Karak',
|
16053
16096
|
icon: 'karak',
|
16054
16097
|
rpc: [ 'https://rpc.sepolia.karak.network' ],
|
@@ -19196,7 +19239,12 @@ const chainArray = [
|
|
19196
19239
|
{
|
19197
19240
|
name: 'Titan (TKX)',
|
19198
19241
|
chain: 'Titan (TKX)',
|
19199
|
-
rpc: [
|
19242
|
+
rpc: [
|
19243
|
+
'https://titan-json-rpc.titanlab.io',
|
19244
|
+
'https://titan-json-rpc-tokyo.titanlab.io',
|
19245
|
+
'https://titan-json-rpc-seoul.titanlab.io',
|
19246
|
+
'https://titan-json-rpc-hongkong.titanlab.io'
|
19247
|
+
],
|
19200
19248
|
faucets: [],
|
19201
19249
|
nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
|
19202
19250
|
infoURL: 'https://titanlab.io',
|
@@ -19208,7 +19256,7 @@ const chainArray = [
|
|
19208
19256
|
explorers: [
|
19209
19257
|
{
|
19210
19258
|
name: 'Titan Explorer',
|
19211
|
-
url: 'https://
|
19259
|
+
url: 'https://tkxscan.io/Titan',
|
19212
19260
|
standard: 'none',
|
19213
19261
|
icon: 'titan_tkx'
|
19214
19262
|
}
|
@@ -19888,6 +19936,30 @@ const chainArray = [
|
|
19888
19936
|
}
|
19889
19937
|
]
|
19890
19938
|
},
|
19939
|
+
{
|
19940
|
+
name: 'KLAOS Nova',
|
19941
|
+
title: 'KLAOS Nova Test Chain',
|
19942
|
+
chain: 'KLAOS Nova',
|
19943
|
+
icon: 'k-laos',
|
19944
|
+
rpc: [
|
19945
|
+
'https://rpc.klaosnova.laosfoundation.io',
|
19946
|
+
'wss://rpc.klaosnova.laosfoundation.io'
|
19947
|
+
],
|
19948
|
+
faucets: [],
|
19949
|
+
nativeCurrency: { name: 'KLAOS', symbol: 'KLAOS', decimals: 18 },
|
19950
|
+
infoURL: 'https://www.laosfoundation.io/',
|
19951
|
+
shortName: 'klaosnova',
|
19952
|
+
chainId: 27181,
|
19953
|
+
networkId: 27181,
|
19954
|
+
explorers: [
|
19955
|
+
{
|
19956
|
+
name: 'blockscout',
|
19957
|
+
url: 'https://blockscout.klaosnova.laosfoundation.io',
|
19958
|
+
icon: 'k-laos',
|
19959
|
+
standard: 'EIP3091'
|
19960
|
+
}
|
19961
|
+
]
|
19962
|
+
},
|
19891
19963
|
{
|
19892
19964
|
name: 'Vizing Mainnet',
|
19893
19965
|
title: 'Vizing Mainnet',
|
@@ -21376,6 +21448,24 @@ const chainArray = [
|
|
21376
21448
|
}
|
21377
21449
|
]
|
21378
21450
|
},
|
21451
|
+
{
|
21452
|
+
name: 'Photon Testnet',
|
21453
|
+
chain: 'Photon',
|
21454
|
+
rpc: [ 'https://rpc-test.photonchain.io' ],
|
21455
|
+
faucets: [ 'https://photonchain.io/airdrop' ],
|
21456
|
+
nativeCurrency: { name: 'Photon', symbol: 'PTON', decimals: 18 },
|
21457
|
+
infoURL: 'https://photonchain.io',
|
21458
|
+
shortName: 'pton',
|
21459
|
+
chainId: 54555,
|
21460
|
+
networkId: 54555,
|
21461
|
+
explorers: [
|
21462
|
+
{
|
21463
|
+
name: 'photon_testnet_explorer',
|
21464
|
+
url: 'https://testnet.photonchain.io',
|
21465
|
+
standard: 'none'
|
21466
|
+
}
|
21467
|
+
]
|
21468
|
+
},
|
21379
21469
|
{
|
21380
21470
|
name: 'Titan',
|
21381
21471
|
chain: 'ETH',
|
@@ -22612,7 +22702,7 @@ const chainArray = [
|
|
22612
22702
|
'wss://ws-vanguard.vanarchain.com'
|
22613
22703
|
],
|
22614
22704
|
faucets: [ 'https://faucet.vanarchain.com' ],
|
22615
|
-
nativeCurrency: { name: 'Vanguard Vanry', symbol: '
|
22705
|
+
nativeCurrency: { name: 'Vanguard Vanry', symbol: 'VANRY', decimals: 18 },
|
22616
22706
|
features: [ { name: 'EIP155' } ],
|
22617
22707
|
infoURL: 'https://vanarchain.com',
|
22618
22708
|
shortName: 'vanguard',
|
@@ -22681,7 +22771,7 @@ const chainArray = [
|
|
22681
22771
|
chain: 'Polygon',
|
22682
22772
|
icon: 'polygon',
|
22683
22773
|
rpc: [
|
22684
|
-
'https://
|
22774
|
+
'https://rpc-amoy.polygon.technology',
|
22685
22775
|
'https://polygon-amoy-bor-rpc.publicnode.com',
|
22686
22776
|
'wss://polygon-amoy-bor-rpc.publicnode.com'
|
22687
22777
|
],
|
@@ -24163,6 +24253,19 @@ const chainArray = [
|
|
24163
24253
|
}
|
24164
24254
|
]
|
24165
24255
|
},
|
24256
|
+
{
|
24257
|
+
name: 'PlayFi Mainnet',
|
24258
|
+
chain: 'PLAY',
|
24259
|
+
rpc: [],
|
24260
|
+
faucets: [],
|
24261
|
+
nativeCurrency: { name: 'Play', symbol: 'PLAY', decimals: 18 },
|
24262
|
+
infoURL: 'https://www.playfi.ai/',
|
24263
|
+
shortName: 'playfi',
|
24264
|
+
chainId: 161212,
|
24265
|
+
networkId: 161212,
|
24266
|
+
explorers: [],
|
24267
|
+
status: 'incubating'
|
24268
|
+
},
|
24166
24269
|
{
|
24167
24270
|
name: 'Taiko (Alpha-2 Testnet)',
|
24168
24271
|
chain: 'ETH',
|
@@ -25235,6 +25338,48 @@ const chainArray = [
|
|
25235
25338
|
chainId: 333999,
|
25236
25339
|
networkId: 333999
|
25237
25340
|
},
|
25341
|
+
{
|
25342
|
+
name: 'UPchain Testnet',
|
25343
|
+
chain: 'UPchain',
|
25344
|
+
rpc: [ 'https://rpc-testnet.uniport.network' ],
|
25345
|
+
faucets: [ 'https://faucet-testnet.uniport.network' ],
|
25346
|
+
nativeCurrency: { name: 'UBTC', symbol: 'UBTC', decimals: 18 },
|
25347
|
+
features: [ { name: 'EIP155' } ],
|
25348
|
+
infoURL: 'https://uniport.network',
|
25349
|
+
shortName: 'UPchain-testnet',
|
25350
|
+
chainId: 336655,
|
25351
|
+
networkId: 336655,
|
25352
|
+
icon: 'up',
|
25353
|
+
explorers: [
|
25354
|
+
{
|
25355
|
+
name: 'UPchain Testnet Explorer',
|
25356
|
+
url: 'https://explorer-testnet.uniport.network',
|
25357
|
+
icon: 'up',
|
25358
|
+
standard: 'EIP3091'
|
25359
|
+
}
|
25360
|
+
]
|
25361
|
+
},
|
25362
|
+
{
|
25363
|
+
name: 'UPchain Mainnet',
|
25364
|
+
chain: 'UPchain',
|
25365
|
+
rpc: [ 'https://rpc.uniport.network' ],
|
25366
|
+
nativeCurrency: { name: 'UBTC', symbol: 'UBTC', decimals: 18 },
|
25367
|
+
features: [ { name: 'EIP155' } ],
|
25368
|
+
faucets: [],
|
25369
|
+
infoURL: 'https://uniport.network',
|
25370
|
+
shortName: 'UPchain-mainnet',
|
25371
|
+
chainId: 336666,
|
25372
|
+
networkId: 336666,
|
25373
|
+
icon: 'up',
|
25374
|
+
explorers: [
|
25375
|
+
{
|
25376
|
+
name: 'UPchain Mainnet Explorer',
|
25377
|
+
url: 'https://explorer.uniport.network',
|
25378
|
+
icon: 'up',
|
25379
|
+
standard: 'EIP3091'
|
25380
|
+
}
|
25381
|
+
]
|
25382
|
+
},
|
25238
25383
|
{
|
25239
25384
|
name: 'Bitfinity Network Testnet',
|
25240
25385
|
chain: 'BFT',
|
@@ -25345,6 +25490,26 @@ const chainArray = [
|
|
25345
25490
|
}
|
25346
25491
|
]
|
25347
25492
|
},
|
25493
|
+
{
|
25494
|
+
name: 'AIE Testnet',
|
25495
|
+
chain: 'AIE',
|
25496
|
+
rpc: [ 'https://rpc1-testnet.aiechain.io' ],
|
25497
|
+
faucets: [],
|
25498
|
+
nativeCurrency: { name: 'AIE', symbol: 'tAIE', decimals: 18 },
|
25499
|
+
infoURL: 'https://testnet.aiescan.io',
|
25500
|
+
shortName: 'aiet',
|
25501
|
+
chainId: 413413,
|
25502
|
+
networkId: 413413,
|
25503
|
+
icon: 'aie',
|
25504
|
+
explorers: [
|
25505
|
+
{
|
25506
|
+
name: 'aiescan-testnet',
|
25507
|
+
icon: 'aie',
|
25508
|
+
url: 'https://testnet.aiescan.io',
|
25509
|
+
standard: 'none'
|
25510
|
+
}
|
25511
|
+
]
|
25512
|
+
},
|
25348
25513
|
{
|
25349
25514
|
name: 'Kekchain',
|
25350
25515
|
chain: 'kek',
|
@@ -26738,6 +26903,30 @@ const chainArray = [
|
|
26738
26903
|
}
|
26739
26904
|
]
|
26740
26905
|
},
|
26906
|
+
{
|
26907
|
+
name: 'PlayFi Albireo Testnet',
|
26908
|
+
chain: 'ETH',
|
26909
|
+
rpc: [ 'https://albireo-rpc.playfi.ai' ],
|
26910
|
+
faucets: [],
|
26911
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
26912
|
+
infoURL: 'https://www.playfi.ai/',
|
26913
|
+
shortName: 'alberio',
|
26914
|
+
chainId: 1612127,
|
26915
|
+
networkId: 1612127,
|
26916
|
+
slip44: 1,
|
26917
|
+
explorers: [
|
26918
|
+
{
|
26919
|
+
name: 'PlayFi Block Explorer',
|
26920
|
+
url: 'https://albireo-explorer.playfi.ai',
|
26921
|
+
standard: 'EIP3091'
|
26922
|
+
}
|
26923
|
+
],
|
26924
|
+
parent: {
|
26925
|
+
type: 'L2',
|
26926
|
+
chain: 'eip155-1',
|
26927
|
+
bridges: [ { url: 'https://portal.playfi.ai/bridge' } ]
|
26928
|
+
}
|
26929
|
+
},
|
26741
26930
|
{
|
26742
26931
|
name: 'Turkey Demo Dev',
|
26743
26932
|
chain: 'ETH',
|
@@ -27107,6 +27296,46 @@ const chainArray = [
|
|
27107
27296
|
]
|
27108
27297
|
}
|
27109
27298
|
},
|
27299
|
+
{
|
27300
|
+
name: 'Safe(AnWang) Mainnet',
|
27301
|
+
chain: 'Safe(AnWang)',
|
27302
|
+
icon: 'safe-anwang',
|
27303
|
+
rpc: [ 'https://rpc.anwang.com' ],
|
27304
|
+
faucets: [],
|
27305
|
+
nativeCurrency: { name: 'SAFE(AnWang)', symbol: 'SAFE', decimals: 18 },
|
27306
|
+
infoURL: 'https://www.anwang.com',
|
27307
|
+
shortName: 'SafeMainnet',
|
27308
|
+
chainId: 6666665,
|
27309
|
+
networkId: 6666665,
|
27310
|
+
explorers: [
|
27311
|
+
{
|
27312
|
+
name: 'Safe(AnWang) Explorer',
|
27313
|
+
url: 'http://safe4.anwang.com',
|
27314
|
+
icon: 'safe-anwang',
|
27315
|
+
standard: 'EIP3091'
|
27316
|
+
}
|
27317
|
+
]
|
27318
|
+
},
|
27319
|
+
{
|
27320
|
+
name: 'Safe(AnWang) Testnet',
|
27321
|
+
chain: 'Safe(AnWang)',
|
27322
|
+
icon: 'safe-anwang',
|
27323
|
+
rpc: [ 'https://rpc-testnet.anwang.com' ],
|
27324
|
+
faucets: [],
|
27325
|
+
nativeCurrency: { name: 'SAFE(AnWang)', symbol: 'SAFE', decimals: 18 },
|
27326
|
+
infoURL: 'https://www.anwang.com',
|
27327
|
+
shortName: 'SafeTestnet',
|
27328
|
+
chainId: 6666666,
|
27329
|
+
networkId: 6666666,
|
27330
|
+
explorers: [
|
27331
|
+
{
|
27332
|
+
name: 'Safe(AnWang) Testnet Explorer',
|
27333
|
+
url: 'http://safe4-testnet.anwang.com',
|
27334
|
+
icon: 'safe-anwang',
|
27335
|
+
standard: 'EIP3091'
|
27336
|
+
}
|
27337
|
+
]
|
27338
|
+
},
|
27110
27339
|
{
|
27111
27340
|
name: 'Saakuru Mainnet',
|
27112
27341
|
chain: 'Saakuru',
|