eth-chainlist 0.0.595 → 0.0.597
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 +63 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.597 (2025-01-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.596 ([d6c77e8](https://github.com/poowf/eth-chainlist/commit/d6c77e87e59cc219bd33f389acbe91ca0e50fcde))
|
9
|
+
* update chain data ([fd950b6](https://github.com/poowf/eth-chainlist/commit/fd950b677eeb7f54bd2525b0b57cb456aa819831))
|
10
|
+
|
11
|
+
### 0.0.596 (2025-01-28)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.595 ([df35f21](https://github.com/poowf/eth-chainlist/commit/df35f21d02ba7531db79e5ec9044757d54bab39b))
|
17
|
+
* update chain data ([4854747](https://github.com/poowf/eth-chainlist/commit/4854747c0fd979bba7d1610a500085373f2ff0f2))
|
18
|
+
|
3
19
|
### 0.0.595 (2025-01-26)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -12733,7 +12733,7 @@ const chainArray = [
|
|
12733
12733
|
],
|
12734
12734
|
parent: {
|
12735
12735
|
type: 'L2',
|
12736
|
-
chain: 'eip155-
|
12736
|
+
chain: 'eip155-11155111',
|
12737
12737
|
bridges: [ { url: 'https://sepolia-testnet-bridge.mintchain.io' } ]
|
12738
12738
|
}
|
12739
12739
|
},
|
@@ -14335,21 +14335,21 @@ const chainArray = [
|
|
14335
14335
|
]
|
14336
14336
|
},
|
14337
14337
|
{
|
14338
|
-
name: '
|
14339
|
-
title: '
|
14340
|
-
chain: '
|
14341
|
-
rpc: [ 'https://
|
14338
|
+
name: 'Ronin Mainnet',
|
14339
|
+
title: 'Ronin',
|
14340
|
+
chain: 'ronin',
|
14341
|
+
rpc: [ 'https://api.roninchain.com/rpc' ],
|
14342
14342
|
faucets: [],
|
14343
|
-
nativeCurrency: { name: '
|
14344
|
-
infoURL: 'https://
|
14345
|
-
shortName: '
|
14343
|
+
nativeCurrency: { name: 'RON', symbol: 'RON', decimals: 18 },
|
14344
|
+
infoURL: 'https://roninchain.com',
|
14345
|
+
shortName: 'ron',
|
14346
14346
|
chainId: 2020,
|
14347
14347
|
networkId: 2020,
|
14348
|
-
|
14348
|
+
redFlags: [ 'reusedChainId' ],
|
14349
14349
|
explorers: [
|
14350
14350
|
{
|
14351
|
-
name: '
|
14352
|
-
url: 'https://
|
14351
|
+
name: 'Ronin Block Explorer',
|
14352
|
+
url: 'https://app.roninchain.com',
|
14353
14353
|
standard: 'EIP3091'
|
14354
14354
|
}
|
14355
14355
|
]
|
@@ -16433,7 +16433,7 @@ const chainArray = [
|
|
16433
16433
|
{
|
16434
16434
|
name: 'Abstract',
|
16435
16435
|
chain: 'Abstract',
|
16436
|
-
rpc: [],
|
16436
|
+
rpc: [ 'https://api.mainnet.abs.xyz' ],
|
16437
16437
|
faucets: [],
|
16438
16438
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
16439
16439
|
infoURL: 'https://abs.xyz',
|
@@ -16441,8 +16441,23 @@ const chainArray = [
|
|
16441
16441
|
chainId: 2741,
|
16442
16442
|
networkId: 2741,
|
16443
16443
|
icon: 'abstract',
|
16444
|
-
explorers: [
|
16445
|
-
|
16444
|
+
explorers: [
|
16445
|
+
{
|
16446
|
+
name: 'Etherscan',
|
16447
|
+
url: 'https://abscan.org',
|
16448
|
+
standard: 'EIP3091'
|
16449
|
+
},
|
16450
|
+
{
|
16451
|
+
name: 'Abstract Explorer',
|
16452
|
+
url: 'https://explorer.mainnet.abs.xyz',
|
16453
|
+
standard: 'EIP3091'
|
16454
|
+
}
|
16455
|
+
],
|
16456
|
+
parent: {
|
16457
|
+
type: 'L2',
|
16458
|
+
chain: 'eip155-1',
|
16459
|
+
bridges: [ { url: 'https://portal.mainnet.abs.xyz/bridge' } ]
|
16460
|
+
}
|
16446
16461
|
},
|
16447
16462
|
{
|
16448
16463
|
name: 'Nanon',
|
@@ -23509,6 +23524,29 @@ const chainArray = [
|
|
23509
23524
|
}
|
23510
23525
|
]
|
23511
23526
|
},
|
23527
|
+
{
|
23528
|
+
name: 'Qubetics Testnet',
|
23529
|
+
chain: 'Qubetics Testnet',
|
23530
|
+
rpc: [
|
23531
|
+
'https://alphatestnet-evm-rpc.qubetics.work/',
|
23532
|
+
'wss://wss-testnet-nodes.shidoscan.com'
|
23533
|
+
],
|
23534
|
+
faucets: [ 'https://alphatestnet-explorer.qubetics.work/faucet' ],
|
23535
|
+
nativeCurrency: { name: 'Qubetics Testnet Token', symbol: 'TICS', decimals: 18 },
|
23536
|
+
infoURL: 'https://www.qubetics.com/',
|
23537
|
+
shortName: 'Qubetics',
|
23538
|
+
chainId: 9003,
|
23539
|
+
networkId: 9003,
|
23540
|
+
icon: 'qubetics',
|
23541
|
+
explorers: [
|
23542
|
+
{
|
23543
|
+
name: 'Qubetics Testnet Explorer',
|
23544
|
+
url: 'https://testnet.shidoscan.com',
|
23545
|
+
standard: 'none',
|
23546
|
+
icon: 'qubetics'
|
23547
|
+
}
|
23548
|
+
]
|
23549
|
+
},
|
23512
23550
|
{
|
23513
23551
|
name: 'Shido Testnet Block',
|
23514
23552
|
chain: 'Shido Testnet',
|
@@ -24566,6 +24604,17 @@ const chainArray = [
|
|
24566
24604
|
}
|
24567
24605
|
]
|
24568
24606
|
},
|
24607
|
+
{
|
24608
|
+
name: 'Chain Opera Testnet',
|
24609
|
+
chain: 'Chain Opera Testnet',
|
24610
|
+
rpc: [ 'http://40.78.123.6:8545' ],
|
24611
|
+
faucets: [],
|
24612
|
+
nativeCurrency: { name: 'coai', symbol: 'CO', decimals: 18 },
|
24613
|
+
infoURL: 'https://chainopera.ai/',
|
24614
|
+
shortName: 'chainopera-testnet',
|
24615
|
+
chainId: 10066,
|
24616
|
+
networkId: 10066
|
24617
|
+
},
|
24569
24618
|
{
|
24570
24619
|
name: 'Japan Open Chain Testnet',
|
24571
24620
|
chain: 'JOCT',
|