eth-chainlist 0.0.470 → 0.0.471

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.471 (2024-08-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.470 ([c5e954e](https://github.com/poowf/eth-chainlist/commit/c5e954edd63145fc8382f5aca6365f0816937b86))
9
+ * update chain data ([016b765](https://github.com/poowf/eth-chainlist/commit/016b76576722a7ab1ee7a1fa52212acf1e8a905a))
10
+
3
11
  ### 0.0.470 (2024-08-19)
4
12
 
5
13
 
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,7 +17841,7 @@ const chainArray = [
17825
17841
  }
17826
17842
  },
17827
17843
  {
17828
- name: 'EdgaMatrix Chain',
17844
+ name: 'Edge Matrix Chain',
17829
17845
  chain: 'EMC',
17830
17846
  icon: 'emc',
17831
17847
  rpc: [ 'https://rpc1-mainnet.emc.network' ],
@@ -28827,7 +28843,7 @@ const chainArray = [
28827
28843
  ]
28828
28844
  },
28829
28845
  {
28830
- name: 'EdgaMatrix Chain Testnet',
28846
+ name: 'Edge Matrix Chain Testnet',
28831
28847
  chain: 'EMC Testnet',
28832
28848
  icon: 'emctest',
28833
28849
  rpc: [ 'https://rpc1-testnet.emc.network' ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.470",
3
+ "version": "0.0.471",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {