eth-chainlist 0.0.379 → 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 +8 -0
- package/data/chain.js +162 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.379 (2024-04-16)
|
4
12
|
|
5
13
|
|
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',
|
@@ -11844,7 +11844,7 @@ const chainArray = [
|
|
11844
11844
|
{
|
11845
11845
|
name: 'Atleta Testnet',
|
11846
11846
|
chain: 'Atleta',
|
11847
|
-
rpc: [ '
|
11847
|
+
rpc: [ 'wss://testnet-rpc.atleta.network:9944' ],
|
11848
11848
|
faucets: [ 'https://faucet.atleta.network' ],
|
11849
11849
|
nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
|
11850
11850
|
infoURL: 'https://atleta.network',
|
@@ -11857,7 +11857,7 @@ const chainArray = [
|
|
11857
11857
|
{
|
11858
11858
|
name: 'Atleta Testnet Explorer',
|
11859
11859
|
icon: 'atleta',
|
11860
|
-
url: '
|
11860
|
+
url: 'https://polkadot-explorer.atleta.network/#/explorer',
|
11861
11861
|
standard: 'none'
|
11862
11862
|
}
|
11863
11863
|
]
|
@@ -12385,6 +12385,34 @@ const chainArray = [
|
|
12385
12385
|
}
|
12386
12386
|
]
|
12387
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
|
+
},
|
12388
12416
|
{
|
12389
12417
|
name: 'Elizabeth Testnet',
|
12390
12418
|
chain: 'Elizabeth',
|
@@ -19211,7 +19239,12 @@ const chainArray = [
|
|
19211
19239
|
{
|
19212
19240
|
name: 'Titan (TKX)',
|
19213
19241
|
chain: 'Titan (TKX)',
|
19214
|
-
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
|
+
],
|
19215
19248
|
faucets: [],
|
19216
19249
|
nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
|
19217
19250
|
infoURL: 'https://titanlab.io',
|
@@ -19223,7 +19256,7 @@ const chainArray = [
|
|
19223
19256
|
explorers: [
|
19224
19257
|
{
|
19225
19258
|
name: 'Titan Explorer',
|
19226
|
-
url: 'https://
|
19259
|
+
url: 'https://tkxscan.io/Titan',
|
19227
19260
|
standard: 'none',
|
19228
19261
|
icon: 'titan_tkx'
|
19229
19262
|
}
|
@@ -19903,6 +19936,30 @@ const chainArray = [
|
|
19903
19936
|
}
|
19904
19937
|
]
|
19905
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
|
+
},
|
19906
19963
|
{
|
19907
19964
|
name: 'Vizing Mainnet',
|
19908
19965
|
title: 'Vizing Mainnet',
|
@@ -21391,6 +21448,24 @@ const chainArray = [
|
|
21391
21448
|
}
|
21392
21449
|
]
|
21393
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
|
+
},
|
21394
21469
|
{
|
21395
21470
|
name: 'Titan',
|
21396
21471
|
chain: 'ETH',
|
@@ -25263,6 +25338,48 @@ const chainArray = [
|
|
25263
25338
|
chainId: 333999,
|
25264
25339
|
networkId: 333999
|
25265
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
|
+
},
|
25266
25383
|
{
|
25267
25384
|
name: 'Bitfinity Network Testnet',
|
25268
25385
|
chain: 'BFT',
|
@@ -27179,6 +27296,46 @@ const chainArray = [
|
|
27179
27296
|
]
|
27180
27297
|
}
|
27181
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
|
+
},
|
27182
27339
|
{
|
27183
27340
|
name: 'Saakuru Mainnet',
|
27184
27341
|
chain: 'Saakuru',
|