eth-chainlist 0.0.730 → 0.0.732
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 +109 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.732 (2026-02-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.731 ([c87537b](https://github.com/poowf/eth-chainlist/commit/c87537b34aeddf930bb7af609738f7444239a357))
|
|
9
|
+
* update chain data ([7e48169](https://github.com/poowf/eth-chainlist/commit/7e4816972086e97a3d0a16e71865c05e83a9bd2b))
|
|
10
|
+
|
|
11
|
+
### 0.0.731 (2026-01-29)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.730 ([13f7e46](https://github.com/poowf/eth-chainlist/commit/13f7e46a3276679f8624e87cabc4c50b771573f0))
|
|
17
|
+
* update chain data ([bc59931](https://github.com/poowf/eth-chainlist/commit/bc59931e75b0c0f47e8ebe848602152a134091d0))
|
|
18
|
+
|
|
3
19
|
### 0.0.730 (2026-01-28)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -11512,6 +11512,25 @@ const chainArray = [
|
|
|
11512
11512
|
}
|
|
11513
11513
|
]
|
|
11514
11514
|
},
|
|
11515
|
+
{
|
|
11516
|
+
name: 'POC Testnet',
|
|
11517
|
+
chain: 'POC',
|
|
11518
|
+
rpc: [ 'https://testnet-rpc.pochain.io' ],
|
|
11519
|
+
faucets: [ 'https://www.pochain.io/poc-faucet' ],
|
|
11520
|
+
nativeCurrency: { name: 'POC Native Token', symbol: 'POC', decimals: 18 },
|
|
11521
|
+
infoURL: 'https://www.pochain.io',
|
|
11522
|
+
shortName: 'poc',
|
|
11523
|
+
chainId: 1148,
|
|
11524
|
+
networkId: 1148,
|
|
11525
|
+
icon: 'pochain',
|
|
11526
|
+
explorers: [
|
|
11527
|
+
{
|
|
11528
|
+
name: 'pocscan',
|
|
11529
|
+
url: 'https://testnet.pocscan.com',
|
|
11530
|
+
standard: 'EIP3091'
|
|
11531
|
+
}
|
|
11532
|
+
]
|
|
11533
|
+
},
|
|
11515
11534
|
{
|
|
11516
11535
|
name: 'Symplexia Smart Chain',
|
|
11517
11536
|
chain: 'Plexchain',
|
|
@@ -13529,6 +13548,31 @@ const chainArray = [
|
|
|
13529
13548
|
bridges: [ { url: 'https://bridge.gravity.xyz' } ]
|
|
13530
13549
|
}
|
|
13531
13550
|
},
|
|
13551
|
+
{
|
|
13552
|
+
name: 'XGR Mainnet',
|
|
13553
|
+
chain: 'XGR',
|
|
13554
|
+
rpc: [
|
|
13555
|
+
'https://rpc.xgr.network',
|
|
13556
|
+
'https://rpc1.xgr.network',
|
|
13557
|
+
'https://rpc2.xgr.network'
|
|
13558
|
+
],
|
|
13559
|
+
faucets: [],
|
|
13560
|
+
nativeCurrency: { name: 'XGR', symbol: 'XGR', decimals: 18 },
|
|
13561
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
13562
|
+
infoURL: 'https://xgr.network',
|
|
13563
|
+
shortName: 'xgr',
|
|
13564
|
+
chainId: 1643,
|
|
13565
|
+
networkId: 1643,
|
|
13566
|
+
icon: 'xgr',
|
|
13567
|
+
explorers: [
|
|
13568
|
+
{
|
|
13569
|
+
name: 'XGRScan',
|
|
13570
|
+
url: 'https://explorer.xgr.network',
|
|
13571
|
+
icon: 'xgr',
|
|
13572
|
+
standard: 'EIP3091'
|
|
13573
|
+
}
|
|
13574
|
+
]
|
|
13575
|
+
},
|
|
13532
13576
|
{
|
|
13533
13577
|
name: 'Pivotal Mainnet',
|
|
13534
13578
|
chainId: 1648,
|
|
@@ -14383,6 +14427,31 @@ const chainArray = [
|
|
|
14383
14427
|
}
|
|
14384
14428
|
]
|
|
14385
14429
|
},
|
|
14430
|
+
{
|
|
14431
|
+
name: 'XGR Testnet',
|
|
14432
|
+
chain: 'XGR',
|
|
14433
|
+
rpc: [
|
|
14434
|
+
'https://rpc.testnet.xgr.network',
|
|
14435
|
+
'https://rpc1.testnet.xgr.network',
|
|
14436
|
+
'https://rpc2.testnet.xgr.network'
|
|
14437
|
+
],
|
|
14438
|
+
faucets: [ 'https://faucet.xgr.network' ],
|
|
14439
|
+
nativeCurrency: { name: 'XGR', symbol: 'XGR', decimals: 18 },
|
|
14440
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
14441
|
+
infoURL: 'https://xgr.network',
|
|
14442
|
+
shortName: 'xgrt',
|
|
14443
|
+
chainId: 1879,
|
|
14444
|
+
networkId: 1879,
|
|
14445
|
+
icon: 'xgr',
|
|
14446
|
+
explorers: [
|
|
14447
|
+
{
|
|
14448
|
+
name: 'XGRScan',
|
|
14449
|
+
url: 'https://explorer.testnet.xgr.network',
|
|
14450
|
+
icon: 'xgr',
|
|
14451
|
+
standard: 'EIP3091'
|
|
14452
|
+
}
|
|
14453
|
+
]
|
|
14454
|
+
},
|
|
14386
14455
|
{
|
|
14387
14456
|
name: 'Gitshock Cartenz Testnet',
|
|
14388
14457
|
chain: 'Gitshock Cartenz',
|
|
@@ -28235,6 +28304,26 @@ const chainArray = [
|
|
|
28235
28304
|
}
|
|
28236
28305
|
]
|
|
28237
28306
|
},
|
|
28307
|
+
{
|
|
28308
|
+
name: 'L2 Protocol Mainnet',
|
|
28309
|
+
chain: 'L2P',
|
|
28310
|
+
rpc: [ 'https://rpc.l2protocol.com', 'wss://rpc.l2protocol.com' ],
|
|
28311
|
+
faucets: [],
|
|
28312
|
+
nativeCurrency: { name: 'L2P', symbol: 'L2P', decimals: 18 },
|
|
28313
|
+
infoURL: 'https://l2protocol.com',
|
|
28314
|
+
shortName: 'l2p',
|
|
28315
|
+
chainId: 12216,
|
|
28316
|
+
networkId: 12216,
|
|
28317
|
+
slip44: 714,
|
|
28318
|
+
explorers: [
|
|
28319
|
+
{
|
|
28320
|
+
name: 'blockscout',
|
|
28321
|
+
url: 'https://l2pscan.com',
|
|
28322
|
+
icon: 'blockscout',
|
|
28323
|
+
standard: 'EIP3091'
|
|
28324
|
+
}
|
|
28325
|
+
]
|
|
28326
|
+
},
|
|
28238
28327
|
{
|
|
28239
28328
|
name: 'Fibonacci Mainnet',
|
|
28240
28329
|
chain: 'FIBO',
|
|
@@ -40649,6 +40738,26 @@ const chainArray = [
|
|
|
40649
40738
|
}
|
|
40650
40739
|
]
|
|
40651
40740
|
},
|
|
40741
|
+
{
|
|
40742
|
+
name: 'Transparency Solution',
|
|
40743
|
+
chain: 'CLT',
|
|
40744
|
+
icon: 'transparencysolution',
|
|
40745
|
+
rpc: [ 'https://rpc-api.transparency.solutions' ],
|
|
40746
|
+
faucets: [],
|
|
40747
|
+
nativeCurrency: { name: 'ClearToken', symbol: 'CLT', decimals: 18 },
|
|
40748
|
+
infoURL: 'https://transparency.solutions',
|
|
40749
|
+
shortName: 'clts',
|
|
40750
|
+
chainId: 179170,
|
|
40751
|
+
networkId: 179170,
|
|
40752
|
+
explorers: [
|
|
40753
|
+
{
|
|
40754
|
+
name: 'Transparency Solution Explorer',
|
|
40755
|
+
url: 'https://blockchain.transparency.solutions',
|
|
40756
|
+
icon: 'transparencysolution',
|
|
40757
|
+
standard: 'EIP3091'
|
|
40758
|
+
}
|
|
40759
|
+
]
|
|
40760
|
+
},
|
|
40652
40761
|
{
|
|
40653
40762
|
name: 'HPP Sepolia Testnet',
|
|
40654
40763
|
chain: 'ETH',
|