eth-chainlist 0.0.699 → 0.0.701
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 +87 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.701 (2025-11-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.700 ([68e9c0a](https://github.com/poowf/eth-chainlist/commit/68e9c0a4ee09c0554cfd17c85baa19cb4394e662))
|
|
9
|
+
* update chain data ([4c4014e](https://github.com/poowf/eth-chainlist/commit/4c4014eb6d63c4bd0a155caec7b038d301a7e23d))
|
|
10
|
+
|
|
11
|
+
### 0.0.700 (2025-11-11)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.699 ([c6e88a4](https://github.com/poowf/eth-chainlist/commit/c6e88a4a83d4161a394c0e269ee928d8f06f43c0))
|
|
17
|
+
* update chain data ([f78f1b6](https://github.com/poowf/eth-chainlist/commit/f78f1b67ce6c51b6f990d0ee42f5aa15c241c126))
|
|
18
|
+
|
|
3
19
|
### 0.0.699 (2025-11-04)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -8039,6 +8039,35 @@ const chainArray = [
|
|
|
8039
8039
|
explorers: [],
|
|
8040
8040
|
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
|
8041
8041
|
},
|
|
8042
|
+
{
|
|
8043
|
+
name: 'Jasmy Chain',
|
|
8044
|
+
chain: 'Jasmy Chain',
|
|
8045
|
+
rpc: [ 'https://rpc.jasmychain.io', 'wss://rpc.jasmychain.io' ],
|
|
8046
|
+
faucets: [],
|
|
8047
|
+
nativeCurrency: { name: 'JasmyCoin', symbol: 'JASMY', decimals: 18 },
|
|
8048
|
+
infoURL: 'https://jasmychain.io',
|
|
8049
|
+
shortName: 'jasmychain',
|
|
8050
|
+
chainId: 680,
|
|
8051
|
+
networkId: 680,
|
|
8052
|
+
explorers: [],
|
|
8053
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
|
8054
|
+
},
|
|
8055
|
+
{
|
|
8056
|
+
name: 'Jasmy Chain Testnet',
|
|
8057
|
+
chain: 'Jasmy Chain Testnet',
|
|
8058
|
+
rpc: [
|
|
8059
|
+
'https://rpc_testnet.jasmychain.io',
|
|
8060
|
+
'wss://rpc_testnet.jasmychain.io'
|
|
8061
|
+
],
|
|
8062
|
+
faucets: [],
|
|
8063
|
+
nativeCurrency: { name: 'JasmyCoin', symbol: 'JASMY', decimals: 18 },
|
|
8064
|
+
infoURL: 'https://jasmychain.io',
|
|
8065
|
+
shortName: 'jasmychain_testnet',
|
|
8066
|
+
chainId: 681,
|
|
8067
|
+
networkId: 681,
|
|
8068
|
+
explorers: [],
|
|
8069
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
|
8070
|
+
},
|
|
8042
8071
|
{
|
|
8043
8072
|
name: 'Karura Network',
|
|
8044
8073
|
chain: 'KAR',
|
|
@@ -21251,12 +21280,12 @@ const chainArray = [
|
|
|
21251
21280
|
name: 'Tanssi Demo',
|
|
21252
21281
|
chain: 'TANGO',
|
|
21253
21282
|
rpc: [
|
|
21254
|
-
'https://
|
|
21255
|
-
'wss://
|
|
21283
|
+
'https://services.tanssi-testnet.network/dancelight-2001',
|
|
21284
|
+
'wss://services.tanssi-testnet.network/dancelight-2001'
|
|
21256
21285
|
],
|
|
21257
21286
|
faucets: [ 'https://apps.tanssi.network/demo' ],
|
|
21258
21287
|
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
|
21259
|
-
infoURL: 'https://docs.tanssi.network/builders/tanssi-network/
|
|
21288
|
+
infoURL: 'https://docs.tanssi.network/builders/tanssi-network/testnet/demo-evm-network/',
|
|
21260
21289
|
shortName: 'tango',
|
|
21261
21290
|
chainId: 5678,
|
|
21262
21291
|
networkId: 5678,
|
|
@@ -32038,7 +32067,7 @@ const chainArray = [
|
|
|
32038
32067
|
icon: 'etherlink',
|
|
32039
32068
|
chainId: 42793,
|
|
32040
32069
|
networkId: 42793,
|
|
32041
|
-
features: [ { name: 'EIP1559' } ],
|
|
32070
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
32042
32071
|
infoURL: 'https://etherlink.com',
|
|
32043
32072
|
shortName: 'etlk',
|
|
32044
32073
|
nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
|
|
@@ -38473,12 +38502,32 @@ const chainArray = [
|
|
|
38473
38502
|
]
|
|
38474
38503
|
},
|
|
38475
38504
|
{
|
|
38476
|
-
name: 'Etherlink Testnet',
|
|
38505
|
+
name: 'Etherlink Shadownet Testnet',
|
|
38506
|
+
chain: 'Etherlink',
|
|
38507
|
+
icon: 'etherlink',
|
|
38508
|
+
chainId: 127823,
|
|
38509
|
+
networkId: 127823,
|
|
38510
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
38511
|
+
infoURL: 'https://etherlink.com',
|
|
38512
|
+
shortName: 'etlst',
|
|
38513
|
+
nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
|
|
38514
|
+
rpc: [ 'https://node.shadownet.etherlink.com' ],
|
|
38515
|
+
faucets: [ 'https://faucet.etherlink.com' ],
|
|
38516
|
+
explorers: [
|
|
38517
|
+
{
|
|
38518
|
+
name: 'Etherlink Shadownet Testnet Explorer',
|
|
38519
|
+
url: 'https://shadownet.explorer.etherlink.com',
|
|
38520
|
+
standard: 'EIP3091'
|
|
38521
|
+
}
|
|
38522
|
+
]
|
|
38523
|
+
},
|
|
38524
|
+
{
|
|
38525
|
+
name: 'Etherlink Ghostnet Testnet',
|
|
38477
38526
|
chain: 'Etherlink',
|
|
38478
38527
|
icon: 'etherlink',
|
|
38479
38528
|
chainId: 128123,
|
|
38480
38529
|
networkId: 128123,
|
|
38481
|
-
features: [ { name: 'EIP1559' } ],
|
|
38530
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
38482
38531
|
infoURL: 'https://etherlink.com',
|
|
38483
38532
|
shortName: 'etlt',
|
|
38484
38533
|
nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
|
|
@@ -38486,11 +38535,12 @@ const chainArray = [
|
|
|
38486
38535
|
faucets: [ 'https://faucet.etherlink.com' ],
|
|
38487
38536
|
explorers: [
|
|
38488
38537
|
{
|
|
38489
|
-
name: 'Etherlink Testnet Explorer',
|
|
38538
|
+
name: 'Etherlink Ghostnet Testnet Explorer',
|
|
38490
38539
|
url: 'https://testnet.explorer.etherlink.com',
|
|
38491
38540
|
standard: 'EIP3091'
|
|
38492
38541
|
}
|
|
38493
|
-
]
|
|
38542
|
+
],
|
|
38543
|
+
status: 'deprecated'
|
|
38494
38544
|
},
|
|
38495
38545
|
{
|
|
38496
38546
|
name: 'Tatara Testnet',
|
|
@@ -44351,6 +44401,32 @@ const chainArray = [
|
|
|
44351
44401
|
}
|
|
44352
44402
|
]
|
|
44353
44403
|
},
|
|
44404
|
+
{
|
|
44405
|
+
name: 'Arc Network Testnet',
|
|
44406
|
+
chain: 'Arc Network',
|
|
44407
|
+
icon: 'arcnetwork',
|
|
44408
|
+
rpc: [
|
|
44409
|
+
'https://rpc.testnet.arc.network',
|
|
44410
|
+
'wss://rpc.testnet.arc.network',
|
|
44411
|
+
'https://rpc.quicknode.testnet.arc.network',
|
|
44412
|
+
'wss://rpc.quicknode.testnet.arc.network',
|
|
44413
|
+
'https://rpc.blockdaemon.testnet.arc.network'
|
|
44414
|
+
],
|
|
44415
|
+
faucets: [ 'https://faucet.circle.com/' ],
|
|
44416
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
|
44417
|
+
infoURL: 'https://arc.network',
|
|
44418
|
+
shortName: 'arc-testnet',
|
|
44419
|
+
chainId: 5042002,
|
|
44420
|
+
networkId: 5042002,
|
|
44421
|
+
slip44: 1,
|
|
44422
|
+
explorers: [
|
|
44423
|
+
{
|
|
44424
|
+
name: 'Arcscan',
|
|
44425
|
+
url: 'https://testnet.arcscan.app',
|
|
44426
|
+
standard: 'EIP3091'
|
|
44427
|
+
}
|
|
44428
|
+
]
|
|
44429
|
+
},
|
|
44354
44430
|
{
|
|
44355
44431
|
name: 'NumBlock Chain',
|
|
44356
44432
|
chain: 'NumBlock',
|
|
@@ -45653,8 +45729,9 @@ const chainArray = [
|
|
|
45653
45729
|
name: 'quarkblockchain',
|
|
45654
45730
|
chain: 'QKI',
|
|
45655
45731
|
rpc: [
|
|
45656
|
-
'https://
|
|
45657
|
-
'https://
|
|
45732
|
+
'https://rpc1.qkirpc.org',
|
|
45733
|
+
'https://rpc2.qkirpc.org',
|
|
45734
|
+
'https://rpc3.qkirpc.org',
|
|
45658
45735
|
'https://rpc1.qkiscan.io',
|
|
45659
45736
|
'https://rpc2.qkiscan.io',
|
|
45660
45737
|
'https://rpc3.qkiscan.io'
|