eth-chainlist 0.0.471 → 0.0.473
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 +66 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.473 (2024-08-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.472 ([540d955](https://github.com/poowf/eth-chainlist/commit/540d9550905b52b40db3d284d0177adaa0f322e8))
|
9
|
+
* update chain data ([ebdd495](https://github.com/poowf/eth-chainlist/commit/ebdd4954659524d9c31940da46f3f59da68f137c))
|
10
|
+
|
11
|
+
### 0.0.472 (2024-08-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.471 ([e80a980](https://github.com/poowf/eth-chainlist/commit/e80a9808cb0f96038bf1041de6311299cd71f91b))
|
17
|
+
* update chain data ([34477d6](https://github.com/poowf/eth-chainlist/commit/34477d669c4fbe510d2fd4fb246039cfa4fea9c4))
|
18
|
+
|
3
19
|
### 0.0.471 (2024-08-20)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -17846,7 +17846,7 @@ const chainArray = [
|
|
17846
17846
|
icon: 'emc',
|
17847
17847
|
rpc: [ 'https://rpc1-mainnet.emc.network' ],
|
17848
17848
|
faucets: [],
|
17849
|
-
nativeCurrency: { name: '
|
17849
|
+
nativeCurrency: { name: 'Edge Matrix Chain Token', symbol: 'EMC', decimals: 18 },
|
17850
17850
|
infoURL: '',
|
17851
17851
|
shortName: 'EMC',
|
17852
17852
|
chainId: 6678,
|
@@ -23552,6 +23552,26 @@ const chainArray = [
|
|
23552
23552
|
}
|
23553
23553
|
]
|
23554
23554
|
},
|
23555
|
+
{
|
23556
|
+
name: 'Lestnet',
|
23557
|
+
chain: 'LETH',
|
23558
|
+
rpc: [ 'https://service.lestnet.org' ],
|
23559
|
+
faucets: [],
|
23560
|
+
nativeCurrency: { name: 'Lestnet Ether', symbol: 'LETH', decimals: 18 },
|
23561
|
+
infoURL: 'https://lestnet.org',
|
23562
|
+
shortName: 'leth',
|
23563
|
+
chainId: 21363,
|
23564
|
+
networkId: 21363,
|
23565
|
+
icon: 'lestnet',
|
23566
|
+
explorers: [
|
23567
|
+
{
|
23568
|
+
name: 'Lestnet Explorer',
|
23569
|
+
url: 'https://explore.lestnet.org',
|
23570
|
+
icon: 'blockscout',
|
23571
|
+
standard: 'EIP3091'
|
23572
|
+
}
|
23573
|
+
]
|
23574
|
+
},
|
23555
23575
|
{
|
23556
23576
|
name: 'omChain Mainnet',
|
23557
23577
|
chain: 'OML',
|
@@ -28848,7 +28868,7 @@ const chainArray = [
|
|
28848
28868
|
icon: 'emctest',
|
28849
28869
|
rpc: [ 'https://rpc1-testnet.emc.network' ],
|
28850
28870
|
faucets: [],
|
28851
|
-
nativeCurrency: { name: '
|
28871
|
+
nativeCurrency: { name: 'Edge Matrix Chain Token', symbol: 'EMC', decimals: 18 },
|
28852
28872
|
infoURL: '',
|
28853
28873
|
shortName: 'EMCTestnet',
|
28854
28874
|
chainId: 99876,
|
@@ -34129,6 +34149,28 @@ const chainArray = [
|
|
34129
34149
|
}
|
34130
34150
|
]
|
34131
34151
|
},
|
34152
|
+
{
|
34153
|
+
name: 'Fluence',
|
34154
|
+
chain: 'Fluence',
|
34155
|
+
rpc: [
|
34156
|
+
'https://rpc.mainnet.fluence.dev/',
|
34157
|
+
'wss://ws.mainnet.fluence.dev/'
|
34158
|
+
],
|
34159
|
+
faucets: [],
|
34160
|
+
nativeCurrency: { name: 'FLT', symbol: 'FLT', decimals: 18 },
|
34161
|
+
infoURL: 'https://fluence.network/',
|
34162
|
+
shortName: 'fluence',
|
34163
|
+
chainId: 9999999,
|
34164
|
+
networkId: 9999999,
|
34165
|
+
explorers: [
|
34166
|
+
{
|
34167
|
+
name: 'blockscout',
|
34168
|
+
url: 'https://blockscout.mainnet.fluence.dev',
|
34169
|
+
standard: 'EIP3091'
|
34170
|
+
}
|
34171
|
+
],
|
34172
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
34173
|
+
},
|
34132
34174
|
{
|
34133
34175
|
name: 'Plian Testnet Subchain 1',
|
34134
34176
|
chain: 'Plian',
|
@@ -34917,6 +34959,28 @@ const chainArray = [
|
|
34917
34959
|
}
|
34918
34960
|
]
|
34919
34961
|
},
|
34962
|
+
{
|
34963
|
+
name: 'Fluence Testnet',
|
34964
|
+
chain: 'Fluence Testnet',
|
34965
|
+
rpc: [
|
34966
|
+
'https://rpc.testnet.fluence.dev/',
|
34967
|
+
'wss://ws.testnet.fluence.dev/'
|
34968
|
+
],
|
34969
|
+
faucets: [],
|
34970
|
+
nativeCurrency: { name: 'tFLT', symbol: 'tFLT', decimals: 18 },
|
34971
|
+
infoURL: 'https://fluence.network/',
|
34972
|
+
shortName: 'fluence-testnet',
|
34973
|
+
chainId: 52164803,
|
34974
|
+
networkId: 52164803,
|
34975
|
+
explorers: [
|
34976
|
+
{
|
34977
|
+
name: 'blockscout',
|
34978
|
+
url: 'https://blockscout.testnet.fluence.dev',
|
34979
|
+
standard: 'EIP3091'
|
34980
|
+
}
|
34981
|
+
],
|
34982
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
34983
|
+
},
|
34920
34984
|
{
|
34921
34985
|
name: 'Aquachain',
|
34922
34986
|
chain: 'AQUA',
|