eth-chainlist 0.0.470 → 0.0.472
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 +67 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.472 (2024-08-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.471 ([e80a980](https://github.com/poowf/eth-chainlist/commit/e80a9808cb0f96038bf1041de6311299cd71f91b))
|
9
|
+
* update chain data ([34477d6](https://github.com/poowf/eth-chainlist/commit/34477d669c4fbe510d2fd4fb246039cfa4fea9c4))
|
10
|
+
|
11
|
+
### 0.0.471 (2024-08-20)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.470 ([c5e954e](https://github.com/poowf/eth-chainlist/commit/c5e954edd63145fc8382f5aca6365f0816937b86))
|
17
|
+
* update chain data ([016b765](https://github.com/poowf/eth-chainlist/commit/016b76576722a7ab1ee7a1fa52212acf1e8a905a))
|
18
|
+
|
3
19
|
### 0.0.470 (2024-08-19)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4232,6 +4232,24 @@ const chainArray = [
|
|
4232
4232
|
}
|
4233
4233
|
]
|
4234
4234
|
},
|
4235
|
+
{
|
4236
|
+
name: 'Ethernity Testnet',
|
4237
|
+
chain: 'Ethernity',
|
4238
|
+
rpc: [ 'https://testnet.ethernitychain.io' ],
|
4239
|
+
faucets: [],
|
4240
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
4241
|
+
infoURL: 'https://www.ethernity.io',
|
4242
|
+
shortName: 'ethernity-testnet',
|
4243
|
+
chainId: 233,
|
4244
|
+
networkId: 233,
|
4245
|
+
explorers: [
|
4246
|
+
{
|
4247
|
+
name: 'Ethernity Testnet Explorer',
|
4248
|
+
url: 'https://testnet.ernscan.io',
|
4249
|
+
standard: 'EIP3091'
|
4250
|
+
}
|
4251
|
+
]
|
4252
|
+
},
|
4235
4253
|
{
|
4236
4254
|
name: 'ProtoJumbo Testnet',
|
4237
4255
|
chain: 'Jumbo',
|
@@ -8462,9 +8480,7 @@ const chainArray = [
|
|
8462
8480
|
{
|
8463
8481
|
name: 'Bifrost Polkadot Mainnet',
|
8464
8482
|
chain: 'Bifrost',
|
8465
|
-
rpc: [
|
8466
|
-
'https://hk.p.bifrost-rpc.liebi.com, wss://hk.p.bifrost-rpc.liebi.com/ws'
|
8467
|
-
],
|
8483
|
+
rpc: [ 'https://hk.p.bifrost-rpc.liebi.com' ],
|
8468
8484
|
faucets: [],
|
8469
8485
|
nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
|
8470
8486
|
infoURL: 'https://bifrost.io/',
|
@@ -17825,12 +17841,12 @@ const chainArray = [
|
|
17825
17841
|
}
|
17826
17842
|
},
|
17827
17843
|
{
|
17828
|
-
name: '
|
17844
|
+
name: 'Edge Matrix Chain',
|
17829
17845
|
chain: 'EMC',
|
17830
17846
|
icon: 'emc',
|
17831
17847
|
rpc: [ 'https://rpc1-mainnet.emc.network' ],
|
17832
17848
|
faucets: [],
|
17833
|
-
nativeCurrency: { name: '
|
17849
|
+
nativeCurrency: { name: 'Edge Matrix Chain Token', symbol: 'EMC', decimals: 18 },
|
17834
17850
|
infoURL: '',
|
17835
17851
|
shortName: 'EMC',
|
17836
17852
|
chainId: 6678,
|
@@ -28827,12 +28843,12 @@ const chainArray = [
|
|
28827
28843
|
]
|
28828
28844
|
},
|
28829
28845
|
{
|
28830
|
-
name: '
|
28846
|
+
name: 'Edge Matrix Chain Testnet',
|
28831
28847
|
chain: 'EMC Testnet',
|
28832
28848
|
icon: 'emctest',
|
28833
28849
|
rpc: [ 'https://rpc1-testnet.emc.network' ],
|
28834
28850
|
faucets: [],
|
28835
|
-
nativeCurrency: { name: '
|
28851
|
+
nativeCurrency: { name: 'Edge Matrix Chain Token', symbol: 'EMC', decimals: 18 },
|
28836
28852
|
infoURL: '',
|
28837
28853
|
shortName: 'EMCTestnet',
|
28838
28854
|
chainId: 99876,
|
@@ -34113,6 +34129,28 @@ const chainArray = [
|
|
34113
34129
|
}
|
34114
34130
|
]
|
34115
34131
|
},
|
34132
|
+
{
|
34133
|
+
name: 'Fluence',
|
34134
|
+
chain: 'Fluence',
|
34135
|
+
rpc: [
|
34136
|
+
'https://rpc.mainnet.fluence.dev/',
|
34137
|
+
'wss://ws.mainnet.fluence.dev/'
|
34138
|
+
],
|
34139
|
+
faucets: [],
|
34140
|
+
nativeCurrency: { name: 'FLT', symbol: 'FLT', decimals: 18 },
|
34141
|
+
infoURL: 'https://fluence.network/',
|
34142
|
+
shortName: 'fluence',
|
34143
|
+
chainId: 9999999,
|
34144
|
+
networkId: 9999999,
|
34145
|
+
explorers: [
|
34146
|
+
{
|
34147
|
+
name: 'blockscout',
|
34148
|
+
url: 'https://blockscout.mainnet.fluence.dev',
|
34149
|
+
standard: 'EIP3091'
|
34150
|
+
}
|
34151
|
+
],
|
34152
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
34153
|
+
},
|
34116
34154
|
{
|
34117
34155
|
name: 'Plian Testnet Subchain 1',
|
34118
34156
|
chain: 'Plian',
|
@@ -34901,6 +34939,28 @@ const chainArray = [
|
|
34901
34939
|
}
|
34902
34940
|
]
|
34903
34941
|
},
|
34942
|
+
{
|
34943
|
+
name: 'Fluence Testnet',
|
34944
|
+
chain: 'Fluence Testnet',
|
34945
|
+
rpc: [
|
34946
|
+
'https://rpc.testnet.fluence.dev/',
|
34947
|
+
'wss://ws.testnet.fluence.dev/'
|
34948
|
+
],
|
34949
|
+
faucets: [],
|
34950
|
+
nativeCurrency: { name: 'tFLT', symbol: 'tFLT', decimals: 18 },
|
34951
|
+
infoURL: 'https://fluence.network/',
|
34952
|
+
shortName: 'fluence-testnet',
|
34953
|
+
chainId: 52164803,
|
34954
|
+
networkId: 52164803,
|
34955
|
+
explorers: [
|
34956
|
+
{
|
34957
|
+
name: 'blockscout',
|
34958
|
+
url: 'https://blockscout.testnet.fluence.dev',
|
34959
|
+
standard: 'EIP3091'
|
34960
|
+
}
|
34961
|
+
],
|
34962
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
34963
|
+
},
|
34904
34964
|
{
|
34905
34965
|
name: 'Aquachain',
|
34906
34966
|
chain: 'AQUA',
|