eth-chainlist 0.0.471 → 0.0.472

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 CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ### 0.0.471 (2024-08-20)
4
12
 
5
13
 
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: 'EdgaMatrix Chain Token', symbol: 'EMC', decimals: 18 },
17849
+ nativeCurrency: { name: 'Edge Matrix Chain Token', symbol: 'EMC', decimals: 18 },
17850
17850
  infoURL: '',
17851
17851
  shortName: 'EMC',
17852
17852
  chainId: 6678,
@@ -28848,7 +28848,7 @@ const chainArray = [
28848
28848
  icon: 'emctest',
28849
28849
  rpc: [ 'https://rpc1-testnet.emc.network' ],
28850
28850
  faucets: [],
28851
- nativeCurrency: { name: 'EdgaMatrix Chain Token', symbol: 'EMC', decimals: 18 },
28851
+ nativeCurrency: { name: 'Edge Matrix Chain Token', symbol: 'EMC', decimals: 18 },
28852
28852
  infoURL: '',
28853
28853
  shortName: 'EMCTestnet',
28854
28854
  chainId: 99876,
@@ -34129,6 +34129,28 @@ const chainArray = [
34129
34129
  }
34130
34130
  ]
34131
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
+ },
34132
34154
  {
34133
34155
  name: 'Plian Testnet Subchain 1',
34134
34156
  chain: 'Plian',
@@ -34917,6 +34939,28 @@ const chainArray = [
34917
34939
  }
34918
34940
  ]
34919
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
+ },
34920
34964
  {
34921
34965
  name: 'Aquachain',
34922
34966
  chain: 'AQUA',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.471",
3
+ "version": "0.0.472",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {