eth-chainlist 0.0.729 → 0.0.731
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 +190 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.731 (2026-01-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.730 ([13f7e46](https://github.com/poowf/eth-chainlist/commit/13f7e46a3276679f8624e87cabc4c50b771573f0))
|
|
9
|
+
* update chain data ([bc59931](https://github.com/poowf/eth-chainlist/commit/bc59931e75b0c0f47e8ebe848602152a134091d0))
|
|
10
|
+
|
|
11
|
+
### 0.0.730 (2026-01-28)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.729 ([d45d3b8](https://github.com/poowf/eth-chainlist/commit/d45d3b8026d8a51a0e32f9136104a1ea7246c7c9))
|
|
17
|
+
* update chain data ([852abaf](https://github.com/poowf/eth-chainlist/commit/852abaf523bb01e0aab9d179050fccc799455549))
|
|
18
|
+
|
|
3
19
|
### 0.0.729 (2026-01-27)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -12604,7 +12604,7 @@ const chainArray = [
|
|
|
12604
12604
|
name: 'Kii Testnet Oro',
|
|
12605
12605
|
chain: 'KII',
|
|
12606
12606
|
rpc: [ 'https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com' ],
|
|
12607
|
-
faucets: [ 'https://explorer.kiichain.io/
|
|
12607
|
+
faucets: [ 'https://testnet.explorer.kiichain.io/faucet' ],
|
|
12608
12608
|
nativeCurrency: { name: 'Kii', symbol: 'KII', decimals: 18 },
|
|
12609
12609
|
features: [],
|
|
12610
12610
|
infoURL: 'https://kiichain.io',
|
|
@@ -12615,7 +12615,7 @@ const chainArray = [
|
|
|
12615
12615
|
explorers: [
|
|
12616
12616
|
{
|
|
12617
12617
|
name: 'KiiExplorer',
|
|
12618
|
-
url: 'https://explorer.kiichain.io
|
|
12618
|
+
url: 'https://testnet.explorer.kiichain.io',
|
|
12619
12619
|
icon: 'kii',
|
|
12620
12620
|
standard: 'none'
|
|
12621
12621
|
}
|
|
@@ -13529,6 +13529,31 @@ const chainArray = [
|
|
|
13529
13529
|
bridges: [ { url: 'https://bridge.gravity.xyz' } ]
|
|
13530
13530
|
}
|
|
13531
13531
|
},
|
|
13532
|
+
{
|
|
13533
|
+
name: 'XGR Mainnet',
|
|
13534
|
+
chain: 'XGR',
|
|
13535
|
+
rpc: [
|
|
13536
|
+
'https://rpc.xgr.network',
|
|
13537
|
+
'https://rpc1.xgr.network',
|
|
13538
|
+
'https://rpc2.xgr.network'
|
|
13539
|
+
],
|
|
13540
|
+
faucets: [],
|
|
13541
|
+
nativeCurrency: { name: 'XGR', symbol: 'XGR', decimals: 18 },
|
|
13542
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
13543
|
+
infoURL: 'https://xgr.network',
|
|
13544
|
+
shortName: 'xgr',
|
|
13545
|
+
chainId: 1643,
|
|
13546
|
+
networkId: 1643,
|
|
13547
|
+
icon: 'xgr',
|
|
13548
|
+
explorers: [
|
|
13549
|
+
{
|
|
13550
|
+
name: 'XGRScan',
|
|
13551
|
+
url: 'https://explorer.xgr.network',
|
|
13552
|
+
icon: 'xgr',
|
|
13553
|
+
standard: 'EIP3091'
|
|
13554
|
+
}
|
|
13555
|
+
]
|
|
13556
|
+
},
|
|
13532
13557
|
{
|
|
13533
13558
|
name: 'Pivotal Mainnet',
|
|
13534
13559
|
chainId: 1648,
|
|
@@ -13999,6 +14024,27 @@ const chainArray = [
|
|
|
13999
14024
|
}
|
|
14000
14025
|
]
|
|
14001
14026
|
},
|
|
14027
|
+
{
|
|
14028
|
+
name: 'KiiChain',
|
|
14029
|
+
chain: 'KII',
|
|
14030
|
+
rpc: [ 'https://json-rpc.kiivalidator.com' ],
|
|
14031
|
+
faucets: [],
|
|
14032
|
+
nativeCurrency: { name: 'Kii', symbol: 'KII', decimals: 18 },
|
|
14033
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
14034
|
+
infoURL: 'https://kiichain.io',
|
|
14035
|
+
shortName: 'kiichain',
|
|
14036
|
+
chainId: 1783,
|
|
14037
|
+
networkId: 1783,
|
|
14038
|
+
icon: 'kii',
|
|
14039
|
+
explorers: [
|
|
14040
|
+
{
|
|
14041
|
+
name: 'KiiExplorer',
|
|
14042
|
+
url: 'https://explorer.kiichain.io',
|
|
14043
|
+
icon: 'kii',
|
|
14044
|
+
standard: 'none'
|
|
14045
|
+
}
|
|
14046
|
+
]
|
|
14047
|
+
},
|
|
14002
14048
|
{
|
|
14003
14049
|
name: 'ZKBase Sepolia Testnet',
|
|
14004
14050
|
chain: 'ETH',
|
|
@@ -14362,6 +14408,31 @@ const chainArray = [
|
|
|
14362
14408
|
}
|
|
14363
14409
|
]
|
|
14364
14410
|
},
|
|
14411
|
+
{
|
|
14412
|
+
name: 'XGR Testnet',
|
|
14413
|
+
chain: 'XGR',
|
|
14414
|
+
rpc: [
|
|
14415
|
+
'https://rpc.testnet.xgr.network',
|
|
14416
|
+
'https://rpc1.testnet.xgr.network',
|
|
14417
|
+
'https://rpc2.testnet.xgr.network'
|
|
14418
|
+
],
|
|
14419
|
+
faucets: [ 'https://faucet.xgr.network' ],
|
|
14420
|
+
nativeCurrency: { name: 'XGR', symbol: 'XGR', decimals: 18 },
|
|
14421
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
14422
|
+
infoURL: 'https://xgr.network',
|
|
14423
|
+
shortName: 'xgrt',
|
|
14424
|
+
chainId: 1879,
|
|
14425
|
+
networkId: 1879,
|
|
14426
|
+
icon: 'xgr',
|
|
14427
|
+
explorers: [
|
|
14428
|
+
{
|
|
14429
|
+
name: 'XGRScan',
|
|
14430
|
+
url: 'https://explorer.testnet.xgr.network',
|
|
14431
|
+
icon: 'xgr',
|
|
14432
|
+
standard: 'EIP3091'
|
|
14433
|
+
}
|
|
14434
|
+
]
|
|
14435
|
+
},
|
|
14365
14436
|
{
|
|
14366
14437
|
name: 'Gitshock Cartenz Testnet',
|
|
14367
14438
|
chain: 'Gitshock Cartenz',
|
|
@@ -19816,6 +19887,27 @@ const chainArray = [
|
|
|
19816
19887
|
}
|
|
19817
19888
|
]
|
|
19818
19889
|
},
|
|
19890
|
+
{
|
|
19891
|
+
name: 'Citrea Mainnet',
|
|
19892
|
+
chain: 'Citrea',
|
|
19893
|
+
rpc: [ 'https://rpc.mainnet.citrea.xyz' ],
|
|
19894
|
+
faucets: [],
|
|
19895
|
+
nativeCurrency: { name: 'Citrea BTC', symbol: 'cBTC', decimals: 18 },
|
|
19896
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
19897
|
+
infoURL: 'https://citrea.xyz',
|
|
19898
|
+
shortName: 'citrea',
|
|
19899
|
+
chainId: 4114,
|
|
19900
|
+
networkId: 4114,
|
|
19901
|
+
icon: 'citrea',
|
|
19902
|
+
explorers: [
|
|
19903
|
+
{
|
|
19904
|
+
name: 'Citrea Mainnet Explorer',
|
|
19905
|
+
url: 'https://explorer.mainnet.citrea.xyz',
|
|
19906
|
+
icon: 'citrea',
|
|
19907
|
+
standard: 'EIP3091'
|
|
19908
|
+
}
|
|
19909
|
+
]
|
|
19910
|
+
},
|
|
19819
19911
|
{
|
|
19820
19912
|
name: 'Humans.ai Testnet',
|
|
19821
19913
|
chain: 'Humans Testnet',
|
|
@@ -24651,7 +24743,7 @@ const chainArray = [
|
|
|
24651
24743
|
name: 'Alpen Testnet',
|
|
24652
24744
|
chain: 'alpen-testnet',
|
|
24653
24745
|
rpc: [ 'https://rpc.testnet.alpenlabs.io' ],
|
|
24654
|
-
faucets: [],
|
|
24746
|
+
faucets: [ 'https://faucet.testnet.alpenlabs.io' ],
|
|
24655
24747
|
nativeCurrency: { name: 'Signet BTC', symbol: 'sBTC', decimals: 18 },
|
|
24656
24748
|
features: [],
|
|
24657
24749
|
infoURL: 'https://alpenlabs.io/',
|
|
@@ -33113,16 +33205,40 @@ const chainArray = [
|
|
|
33113
33205
|
]
|
|
33114
33206
|
},
|
|
33115
33207
|
{
|
|
33116
|
-
name: 'Tempo Testnet',
|
|
33208
|
+
name: 'Tempo Testnet Andantino (Deprecated)',
|
|
33117
33209
|
chain: 'ETH',
|
|
33118
33210
|
rpc: [ 'https://rpc.testnet.tempo.xyz' ],
|
|
33119
33211
|
faucets: [],
|
|
33120
33212
|
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 6 },
|
|
33121
33213
|
infoURL: 'https://tempo.xyz',
|
|
33122
|
-
shortName: '
|
|
33214
|
+
shortName: 'tempo-andantino',
|
|
33123
33215
|
chainId: 42429,
|
|
33124
33216
|
networkId: 42429,
|
|
33125
33217
|
icon: 'tempo',
|
|
33218
|
+
status: 'deprecated',
|
|
33219
|
+
explorers: [
|
|
33220
|
+
{
|
|
33221
|
+
name: 'tempo-explorer',
|
|
33222
|
+
url: 'https://explore.andantino.tempo.xyz',
|
|
33223
|
+
icon: 'tempo',
|
|
33224
|
+
standard: 'EIP3091'
|
|
33225
|
+
}
|
|
33226
|
+
]
|
|
33227
|
+
},
|
|
33228
|
+
{
|
|
33229
|
+
name: 'Tempo Testnet Moderato',
|
|
33230
|
+
chain: 'ETH',
|
|
33231
|
+
rpc: [
|
|
33232
|
+
'https://rpc.moderato.tempo.xyz',
|
|
33233
|
+
'wss://rpc.moderato.tempo.xyz'
|
|
33234
|
+
],
|
|
33235
|
+
faucets: [],
|
|
33236
|
+
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 6 },
|
|
33237
|
+
infoURL: 'https://tempo.xyz',
|
|
33238
|
+
shortName: 'tempo-moderato',
|
|
33239
|
+
chainId: 42431,
|
|
33240
|
+
networkId: 42431,
|
|
33241
|
+
icon: 'tempo',
|
|
33126
33242
|
explorers: [
|
|
33127
33243
|
{
|
|
33128
33244
|
name: 'tempo-explorer',
|
|
@@ -36855,11 +36971,12 @@ const chainArray = [
|
|
|
36855
36971
|
{
|
|
36856
36972
|
name: 'Nillion Network Sepolia Testnet',
|
|
36857
36973
|
chain: 'ETH',
|
|
36974
|
+
icon: 'nillion',
|
|
36858
36975
|
rpc: [
|
|
36859
36976
|
'https://rpc.testnet.nillion.network',
|
|
36860
36977
|
'wss://rpc.testnet.nillion.network'
|
|
36861
36978
|
],
|
|
36862
|
-
faucets: [],
|
|
36979
|
+
faucets: [ 'https://faucet.testnet.nillion.network' ],
|
|
36863
36980
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
36864
36981
|
infoURL: 'https://nillion.com/',
|
|
36865
36982
|
shortName: 'nilsep',
|
|
@@ -38636,9 +38753,10 @@ const chainArray = [
|
|
|
38636
38753
|
{
|
|
38637
38754
|
name: 'Nillion Network',
|
|
38638
38755
|
chain: 'ETH',
|
|
38756
|
+
icon: 'nillion',
|
|
38639
38757
|
rpc: [ 'https://rpc.nillion.network', 'wss://rpc.nillion.network' ],
|
|
38640
38758
|
faucets: [],
|
|
38641
|
-
nativeCurrency: { name: '
|
|
38759
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
38642
38760
|
infoURL: 'https://nillion.com/',
|
|
38643
38761
|
shortName: 'nil',
|
|
38644
38762
|
chainId: 98875,
|
|
@@ -40581,6 +40699,26 @@ const chainArray = [
|
|
|
40581
40699
|
}
|
|
40582
40700
|
]
|
|
40583
40701
|
},
|
|
40702
|
+
{
|
|
40703
|
+
name: 'Transparency Solution',
|
|
40704
|
+
chain: 'CLT',
|
|
40705
|
+
icon: 'transparencysolution',
|
|
40706
|
+
rpc: [ 'https://rpc-api.transparency.solutions' ],
|
|
40707
|
+
faucets: [],
|
|
40708
|
+
nativeCurrency: { name: 'ClearToken', symbol: 'CLT', decimals: 18 },
|
|
40709
|
+
infoURL: 'https://transparency.solutions',
|
|
40710
|
+
shortName: 'clts',
|
|
40711
|
+
chainId: 179170,
|
|
40712
|
+
networkId: 179170,
|
|
40713
|
+
explorers: [
|
|
40714
|
+
{
|
|
40715
|
+
name: 'Transparency Solution Explorer',
|
|
40716
|
+
url: 'https://blockchain.transparency.solutions',
|
|
40717
|
+
icon: 'transparencysolution',
|
|
40718
|
+
standard: 'EIP3091'
|
|
40719
|
+
}
|
|
40720
|
+
]
|
|
40721
|
+
},
|
|
40584
40722
|
{
|
|
40585
40723
|
name: 'HPP Sepolia Testnet',
|
|
40586
40724
|
chain: 'ETH',
|
|
@@ -44079,6 +44217,32 @@ const chainArray = [
|
|
|
44079
44217
|
}
|
|
44080
44218
|
]
|
|
44081
44219
|
},
|
|
44220
|
+
{
|
|
44221
|
+
name: 'bokuto',
|
|
44222
|
+
chain: 'bokuto',
|
|
44223
|
+
rpc: [ 'https://rpc-bokuto.katanarpc.com' ],
|
|
44224
|
+
faucets: [ 'https://faucet.katana.tools' ],
|
|
44225
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
44226
|
+
infoURL: 'https://katana.network',
|
|
44227
|
+
shortName: 'bokuto',
|
|
44228
|
+
chainId: 737373,
|
|
44229
|
+
networkId: 737373,
|
|
44230
|
+
icon: 'katana',
|
|
44231
|
+
explorers: [
|
|
44232
|
+
{
|
|
44233
|
+
name: 'bokutoscan',
|
|
44234
|
+
url: 'https://bokuto.katanascan.com',
|
|
44235
|
+
icon: 'katana',
|
|
44236
|
+
standard: 'EIP3091'
|
|
44237
|
+
},
|
|
44238
|
+
{
|
|
44239
|
+
name: 'bokuto explorer',
|
|
44240
|
+
url: 'https://explorer-bokuto.katanarpc.com',
|
|
44241
|
+
icon: 'katana',
|
|
44242
|
+
standard: 'EIP3091'
|
|
44243
|
+
}
|
|
44244
|
+
]
|
|
44245
|
+
},
|
|
44082
44246
|
{
|
|
44083
44247
|
name: 'Hemi Sepolia',
|
|
44084
44248
|
chain: 'ETH',
|
|
@@ -45278,6 +45442,25 @@ const chainArray = [
|
|
|
45278
45442
|
}
|
|
45279
45443
|
]
|
|
45280
45444
|
},
|
|
45445
|
+
{
|
|
45446
|
+
name: 'WebChain ETK',
|
|
45447
|
+
chain: 'WVM',
|
|
45448
|
+
rpc: [ 'https://rpc.webchain.e-talk.xyz' ],
|
|
45449
|
+
faucets: [],
|
|
45450
|
+
nativeCurrency: { name: 'ETK', symbol: 'ETK', decimals: 18 },
|
|
45451
|
+
shortName: 'wvm',
|
|
45452
|
+
infoURL: 'https://e-talk.xyz/webchain',
|
|
45453
|
+
chainId: 1000001,
|
|
45454
|
+
networkId: 1000001,
|
|
45455
|
+
explorers: [
|
|
45456
|
+
{
|
|
45457
|
+
name: 'WebChain Explorer',
|
|
45458
|
+
url: 'https://e-talk.xyz/webchain',
|
|
45459
|
+
standard: 'EIP3091'
|
|
45460
|
+
}
|
|
45461
|
+
],
|
|
45462
|
+
icon: 'webchain'
|
|
45463
|
+
},
|
|
45281
45464
|
{
|
|
45282
45465
|
name: 'Wirex Pay Testnet',
|
|
45283
45466
|
chain: 'WirexPay',
|