eth-chainlist 0.0.472 → 0.0.474
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +81 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.474 (2024-08-24)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.473 ([3965709](https://github.com/poowf/eth-chainlist/commit/3965709bf8f3a4616f9a6188254c97a2c8cbe905))
|
9
|
+
* update chain data ([4c0d15c](https://github.com/poowf/eth-chainlist/commit/4c0d15c4017f128c2a2b084e82690621ee87713a))
|
10
|
+
|
11
|
+
### 0.0.473 (2024-08-23)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.472 ([540d955](https://github.com/poowf/eth-chainlist/commit/540d9550905b52b40db3d284d0177adaa0f322e8))
|
17
|
+
* update chain data ([ebdd495](https://github.com/poowf/eth-chainlist/commit/ebdd4954659524d9c31940da46f3f59da68f137c))
|
18
|
+
|
3
19
|
### 0.0.472 (2024-08-22)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -9797,6 +9797,18 @@ const chainArray = [
|
|
9797
9797
|
],
|
9798
9798
|
status: 'active'
|
9799
9799
|
},
|
9800
|
+
{
|
9801
|
+
name: 'Cycle Network Testnet Cuttlefish',
|
9802
|
+
chain: 'ETH',
|
9803
|
+
rpc: [ 'https://cuttlefish-rpc-testnet.cyclenetwork.io' ],
|
9804
|
+
faucets: [],
|
9805
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
9806
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
9807
|
+
shortName: 'cyclec',
|
9808
|
+
chainId: 1228,
|
9809
|
+
networkId: 1228,
|
9810
|
+
icon: 'cycle'
|
9811
|
+
},
|
9800
9812
|
{
|
9801
9813
|
name: 'Exzo Network Mainnet',
|
9802
9814
|
chain: 'EXZO',
|
@@ -15776,20 +15788,20 @@ const chainArray = [
|
|
15776
15788
|
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
|
15777
15789
|
},
|
15778
15790
|
{
|
15779
|
-
name: 'Tobe Chain',
|
15791
|
+
name: 'Tobe Chain Testnet',
|
15780
15792
|
chain: 'TBC',
|
15781
15793
|
icon: 'tobe',
|
15782
|
-
rpc: [ 'https://rpc.tobescan.com' ],
|
15783
|
-
faucets: [],
|
15784
|
-
nativeCurrency: { name: 'Tobe Coin', symbol: '
|
15794
|
+
rpc: [ 'https://rpc-testnet.tobescan.com' ],
|
15795
|
+
faucets: [ 'https://faucet.tobescan.com/faucet' ],
|
15796
|
+
nativeCurrency: { name: 'Tobe Coin', symbol: 'TOBE', decimals: 18 },
|
15785
15797
|
infoURL: 'https://tobechain.net',
|
15786
15798
|
shortName: 'tbc',
|
15787
15799
|
chainId: 4080,
|
15788
15800
|
networkId: 4080,
|
15789
15801
|
explorers: [
|
15790
15802
|
{
|
15791
|
-
name: 'tobescan',
|
15792
|
-
url: 'https://tobescan.com',
|
15803
|
+
name: 'tobescan testnet',
|
15804
|
+
url: 'https://testnet.tobescan.com',
|
15793
15805
|
standard: 'EIP3091'
|
15794
15806
|
}
|
15795
15807
|
]
|
@@ -20761,6 +20773,30 @@ const chainArray = [
|
|
20761
20773
|
}
|
20762
20774
|
]
|
20763
20775
|
},
|
20776
|
+
{
|
20777
|
+
name: 'UXER TESTNET NETWORK',
|
20778
|
+
chain: 'UXER',
|
20779
|
+
rpc: [
|
20780
|
+
'https://dev-testnet.uxer.network',
|
20781
|
+
'https://data-cloud-testnet.uxer.network'
|
20782
|
+
],
|
20783
|
+
faucets: [ 'https://faucet.uxer.network' ],
|
20784
|
+
nativeCurrency: { name: 'UXER', symbol: 'tUXER', decimals: 18 },
|
20785
|
+
infoURL: 'https://uxer.network',
|
20786
|
+
shortName: 'uxer',
|
20787
|
+
chainId: 9966,
|
20788
|
+
networkId: 9966,
|
20789
|
+
slip44: 1,
|
20790
|
+
icon: 'uxer',
|
20791
|
+
explorers: [
|
20792
|
+
{
|
20793
|
+
name: 'UXER TESTNET EXPLORER',
|
20794
|
+
icon: 'uxer',
|
20795
|
+
url: 'https://testnet.uxer.network',
|
20796
|
+
standard: 'none'
|
20797
|
+
}
|
20798
|
+
]
|
20799
|
+
},
|
20764
20800
|
{
|
20765
20801
|
name: 'Mind Smart Chain Testnet',
|
20766
20802
|
chain: 'tMIND',
|
@@ -23552,6 +23588,26 @@ const chainArray = [
|
|
23552
23588
|
}
|
23553
23589
|
]
|
23554
23590
|
},
|
23591
|
+
{
|
23592
|
+
name: 'Lestnet',
|
23593
|
+
chain: 'LETH',
|
23594
|
+
rpc: [ 'https://service.lestnet.org' ],
|
23595
|
+
faucets: [],
|
23596
|
+
nativeCurrency: { name: 'Lestnet Ether', symbol: 'LETH', decimals: 18 },
|
23597
|
+
infoURL: 'https://lestnet.org',
|
23598
|
+
shortName: 'leth',
|
23599
|
+
chainId: 21363,
|
23600
|
+
networkId: 21363,
|
23601
|
+
icon: 'lestnet',
|
23602
|
+
explorers: [
|
23603
|
+
{
|
23604
|
+
name: 'Lestnet Explorer',
|
23605
|
+
url: 'https://explore.lestnet.org',
|
23606
|
+
icon: 'blockscout',
|
23607
|
+
standard: 'EIP3091'
|
23608
|
+
}
|
23609
|
+
]
|
23610
|
+
},
|
23555
23611
|
{
|
23556
23612
|
name: 'omChain Mainnet',
|
23557
23613
|
chain: 'OML',
|
@@ -34864,6 +34920,25 @@ const chainArray = [
|
|
34864
34920
|
slip44: 1,
|
34865
34921
|
explorers: []
|
34866
34922
|
},
|
34923
|
+
{
|
34924
|
+
name: 'Toliman Suave Testnet',
|
34925
|
+
chain: 'ETH',
|
34926
|
+
rpc: [ 'https://rpc.toliman.suave.flashbots.net' ],
|
34927
|
+
faucets: [ 'https://faucet.toliman.suave.flashbots.net' ],
|
34928
|
+
nativeCurrency: { name: 'SUAVE Toliman Eth', symbol: 'TEEth', decimals: 18 },
|
34929
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
34930
|
+
infoURL: 'https://suave-alpha.flashbots.net/toliman',
|
34931
|
+
shortName: 'suave-toliman',
|
34932
|
+
chainId: 33626250,
|
34933
|
+
networkId: 33626250,
|
34934
|
+
explorers: [
|
34935
|
+
{
|
34936
|
+
name: 'Blockscout',
|
34937
|
+
url: 'https://explorer.toliman.suave.flashbots.net',
|
34938
|
+
standard: 'EIP3091'
|
34939
|
+
}
|
34940
|
+
]
|
34941
|
+
},
|
34867
34942
|
{
|
34868
34943
|
name: 'Joys Digital Mainnet',
|
34869
34944
|
chain: 'JOYS',
|