eth-chainlist 0.0.371 → 0.0.373
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 +135 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.373 (2024-04-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.372 ([e822fd0](https://github.com/poowf/eth-chainlist/commit/e822fd04f9d99736cd1550c2d08ddb7393b92f09))
|
9
|
+
* update chain data ([4770f6a](https://github.com/poowf/eth-chainlist/commit/4770f6a0afb74a321cede3b7e27e6d1839b62a6f))
|
10
|
+
|
11
|
+
### 0.0.372 (2024-04-08)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.371 ([87f3b81](https://github.com/poowf/eth-chainlist/commit/87f3b812cd8f24c0533900e3f037a7173c1d2b47))
|
17
|
+
* update chain data ([7596f10](https://github.com/poowf/eth-chainlist/commit/7596f10b491430baa01e920d08b4bcf265b00a91))
|
18
|
+
|
3
19
|
### 0.0.371 (2024-04-05)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -8246,6 +8246,26 @@ const chainArray = [
|
|
8246
8246
|
}
|
8247
8247
|
]
|
8248
8248
|
},
|
8249
|
+
{
|
8250
|
+
name: 'B2 Hub Habitat Testnet',
|
8251
|
+
chain: 'BSQ',
|
8252
|
+
rpc: [ 'https://habitat-hub-rpc.bsquared.network' ],
|
8253
|
+
faucets: [],
|
8254
|
+
nativeCurrency: { name: 'BSquared Token', symbol: 'BSQ', decimals: 18 },
|
8255
|
+
infoURL: 'https://www.bsquared.network',
|
8256
|
+
shortName: 'B2Hub-testnet',
|
8257
|
+
chainId: 1113,
|
8258
|
+
networkId: 1113,
|
8259
|
+
icon: 'bsquare',
|
8260
|
+
explorers: [
|
8261
|
+
{
|
8262
|
+
name: 'B2 Hub Habitat Testnet Explorer',
|
8263
|
+
url: 'https://habitat-hub-explorer.bsquared.network',
|
8264
|
+
icon: 'bsquare',
|
8265
|
+
standard: 'EIP3091'
|
8266
|
+
}
|
8267
|
+
]
|
8268
|
+
},
|
8249
8269
|
{
|
8250
8270
|
name: 'Core Blockchain Testnet',
|
8251
8271
|
chain: 'Core',
|
@@ -8319,6 +8339,32 @@ const chainArray = [
|
|
8319
8339
|
}
|
8320
8340
|
]
|
8321
8341
|
},
|
8342
|
+
{
|
8343
|
+
name: 'B2 Habitat Testnet',
|
8344
|
+
title: 'B2 Habitat Testnet',
|
8345
|
+
chain: 'Habitat',
|
8346
|
+
rpc: [
|
8347
|
+
'https://b2habitat-testnet.alt.technology',
|
8348
|
+
'https://habitat-rpc.bsquared.network',
|
8349
|
+
'https://habitat-rpc-public.bsquared.network'
|
8350
|
+
],
|
8351
|
+
faucets: [],
|
8352
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
8353
|
+
infoURL: 'https://www.bsquared.network',
|
8354
|
+
shortName: 'B2-testnet',
|
8355
|
+
chainId: 1123,
|
8356
|
+
networkId: 1123,
|
8357
|
+
icon: 'bsquare',
|
8358
|
+
explorers: [
|
8359
|
+
{
|
8360
|
+
name: 'blockscout',
|
8361
|
+
url: 'https://habitat-explorer.bsquared.network',
|
8362
|
+
icon: 'bsquare',
|
8363
|
+
standard: 'EIP3091'
|
8364
|
+
}
|
8365
|
+
],
|
8366
|
+
parent: { type: 'L2', chain: 'eip155-1113' }
|
8367
|
+
},
|
8322
8368
|
{
|
8323
8369
|
name: 'DeFiChain EVM Network Mainnet',
|
8324
8370
|
chain: 'defichain-evm',
|
@@ -9619,6 +9665,31 @@ const chainArray = [
|
|
9619
9665
|
bridges: [ { url: 'https://testnet-bridge.mintchain.io' } ]
|
9620
9666
|
}
|
9621
9667
|
},
|
9668
|
+
{
|
9669
|
+
name: 'Mint Sepolia Testnet',
|
9670
|
+
chain: 'ETH',
|
9671
|
+
rpc: [ 'https://sepolia-testnet-rpc.mintchain.io' ],
|
9672
|
+
faucets: [],
|
9673
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
9674
|
+
infoURL: 'https://www.mintchain.io',
|
9675
|
+
shortName: 'mintsepoliatest',
|
9676
|
+
chainId: 1687,
|
9677
|
+
networkId: 1687,
|
9678
|
+
icon: 'mintTestnet',
|
9679
|
+
explorers: [
|
9680
|
+
{
|
9681
|
+
name: 'blockscout',
|
9682
|
+
url: 'https://sepolia-testnet-explorer.mintchain.io',
|
9683
|
+
icon: 'mintTestnet',
|
9684
|
+
standard: 'EIP3091'
|
9685
|
+
}
|
9686
|
+
],
|
9687
|
+
parent: {
|
9688
|
+
type: 'L2',
|
9689
|
+
chain: 'eip155-1',
|
9690
|
+
bridges: [ { url: 'https://sepolia-testnet-bridge.mintchain.io' } ]
|
9691
|
+
}
|
9692
|
+
},
|
9622
9693
|
{
|
9623
9694
|
name: 'LUDAN Mainnet',
|
9624
9695
|
chain: 'LUDAN',
|
@@ -10836,9 +10907,13 @@ const chainArray = [
|
|
10836
10907
|
chain: 'CFG',
|
10837
10908
|
icon: 'centrifuge',
|
10838
10909
|
rpc: [
|
10839
|
-
'
|
10910
|
+
'https://fullnode.centrifuge.io',
|
10911
|
+
'wss://fullnode.centrifuge.io',
|
10912
|
+
'https://centrifuge-parachain.api.onfinality.io/public',
|
10840
10913
|
'wss://centrifuge-parachain.api.onfinality.io/public-ws',
|
10914
|
+
'https://centrifuge-rpc.dwellir.com',
|
10841
10915
|
'wss://centrifuge-rpc.dwellir.com',
|
10916
|
+
'https://rpc-centrifuge.luckyfriday.io',
|
10842
10917
|
'wss://rpc-centrifuge.luckyfriday.io'
|
10843
10918
|
],
|
10844
10919
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -14988,7 +15063,11 @@ const chainArray = [
|
|
14988
15063
|
name: 'ZetaChain Athens 3 Testnet',
|
14989
15064
|
chain: 'ZetaChain',
|
14990
15065
|
icon: 'zetachain',
|
14991
|
-
rpc: [
|
15066
|
+
rpc: [
|
15067
|
+
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
15068
|
+
'wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket',
|
15069
|
+
'https://zetachain-testnet-archive.allthatnode.com:8545'
|
15070
|
+
],
|
14992
15071
|
faucets: [ 'https://labs.zetachain.com/get-zeta' ],
|
14993
15072
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
14994
15073
|
infoURL: 'https://zetachain.com/docs',
|
@@ -18750,12 +18829,13 @@ const chainArray = [
|
|
18750
18829
|
name: 'Titan (TKX) Testnet',
|
18751
18830
|
chain: 'Titan (TKX)',
|
18752
18831
|
rpc: [
|
18753
|
-
'https://titan-testnet-json-rpc
|
18754
|
-
'https://titan-testnet-json-rpc-
|
18832
|
+
'https://titan-testnet-json-rpc.titanlab.io',
|
18833
|
+
'https://titan-testnet-json-rpc-1.titanlab.io',
|
18834
|
+
'https://titan-testnet-json-rpc-2.titanlab.io'
|
18755
18835
|
],
|
18756
18836
|
faucets: [],
|
18757
18837
|
nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
|
18758
|
-
infoURL: 'https://
|
18838
|
+
infoURL: 'https://titanlab.io',
|
18759
18839
|
shortName: 'titan_tkx-testnet',
|
18760
18840
|
chainId: 18889,
|
18761
18841
|
networkId: 18889,
|
@@ -18764,7 +18844,7 @@ const chainArray = [
|
|
18764
18844
|
explorers: [
|
18765
18845
|
{
|
18766
18846
|
name: 'Titan Explorer',
|
18767
|
-
url: 'https://titan-testnet-explorer-light.
|
18847
|
+
url: 'https://titan-testnet-explorer-light.titanlab.io/Titan%20Testnet',
|
18768
18848
|
standard: 'none',
|
18769
18849
|
icon: 'titan_tkx'
|
18770
18850
|
}
|
@@ -21759,13 +21839,14 @@ const chainArray = [
|
|
21759
21839
|
name: 'BORAchain mainnet',
|
21760
21840
|
chain: 'BORA',
|
21761
21841
|
icon: 'bora',
|
21762
|
-
rpc: [ 'https://public-node.api.boraportal.
|
21842
|
+
rpc: [ 'https://public-node.api.boraportal.com/bora/mainnet' ],
|
21763
21843
|
faucets: [],
|
21764
21844
|
nativeCurrency: { name: 'BGAS', symbol: 'BGAS', decimals: 18 },
|
21765
21845
|
infoURL: 'https://www.boraportal.com',
|
21766
21846
|
shortName: 'BORAchain',
|
21767
21847
|
chainId: 77001,
|
21768
21848
|
networkId: 77001,
|
21849
|
+
slip44: 8217,
|
21769
21850
|
explorers: [
|
21770
21851
|
{
|
21771
21852
|
name: 'BORAchainscope',
|
@@ -24234,6 +24315,20 @@ const chainArray = [
|
|
24234
24315
|
],
|
24235
24316
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
24236
24317
|
},
|
24318
|
+
{
|
24319
|
+
name: 'SaharaAI Testnet',
|
24320
|
+
chain: 'Sahara',
|
24321
|
+
rpc: [ 'https://testnet.saharalabs.ai' ],
|
24322
|
+
faucets: [],
|
24323
|
+
nativeCurrency: { name: 'SAHARA', symbol: 'SAH', decimals: 18 },
|
24324
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
24325
|
+
infoURL: 'https://saharalabs.ai',
|
24326
|
+
shortName: 'saharatest',
|
24327
|
+
chainId: 313313,
|
24328
|
+
networkId: 313313,
|
24329
|
+
icon: 'sahara',
|
24330
|
+
explorers: []
|
24331
|
+
},
|
24237
24332
|
{
|
24238
24333
|
name: 'Filecoin - Calibration testnet',
|
24239
24334
|
chain: 'FIL',
|
@@ -25947,6 +26042,20 @@ const chainArray = [
|
|
25947
26042
|
chainId: 2611555,
|
25948
26043
|
networkId: 2611555
|
25949
26044
|
},
|
26045
|
+
{
|
26046
|
+
name: 'SaharaAI Network',
|
26047
|
+
chain: 'Sahara',
|
26048
|
+
rpc: [ 'https://mainnet.saharalabs.ai' ],
|
26049
|
+
faucets: [],
|
26050
|
+
nativeCurrency: { name: 'SAHARA', symbol: 'SAH', decimals: 18 },
|
26051
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
26052
|
+
infoURL: 'https://saharalabs.ai',
|
26053
|
+
shortName: 'sahara',
|
26054
|
+
chainId: 3132023,
|
26055
|
+
networkId: 3132023,
|
26056
|
+
icon: 'sahara',
|
26057
|
+
explorers: []
|
26058
|
+
},
|
25950
26059
|
{
|
25951
26060
|
name: 'Filecoin - Butterfly testnet',
|
25952
26061
|
chain: 'FIL',
|
@@ -27580,6 +27689,25 @@ const chainArray = [
|
|
27580
27689
|
}
|
27581
27690
|
]
|
27582
27691
|
},
|
27692
|
+
{
|
27693
|
+
name: 'PTCESCAN Testnet',
|
27694
|
+
title: 'PTCESCAN Testnet',
|
27695
|
+
chain: 'PTCE',
|
27696
|
+
rpc: [ 'https://rpc-testnet.ptcscan.io' ],
|
27697
|
+
faucets: [ 'https://faucet.ptcscan.io/' ],
|
27698
|
+
nativeCurrency: { name: 'PTCE', symbol: 'PTCE', decimals: 18 },
|
27699
|
+
infoURL: 'https://ptcscan.io',
|
27700
|
+
shortName: 'PTCE',
|
27701
|
+
chainId: 889910245,
|
27702
|
+
networkId: 889910245,
|
27703
|
+
explorers: [
|
27704
|
+
{
|
27705
|
+
name: 'PTCESCAN Testnet Explorer',
|
27706
|
+
url: 'https://explorer-testnet.ptcscan.io',
|
27707
|
+
standard: 'EIP3091'
|
27708
|
+
}
|
27709
|
+
]
|
27710
|
+
},
|
27583
27711
|
{
|
27584
27712
|
name: 'SKALE Calypso Hub Testnet',
|
27585
27713
|
title: 'SKALE Calypso Hub Testnet',
|