eth-chainlist 0.0.67 → 0.0.68

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.68 (2023-02-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.67 ([c47b215](https://github.com/poowf/eth-chainlist/commit/c47b215212772daf924ba33f28c60e2ca9c50b67))
9
+ * update chain data ([0da5ff2](https://github.com/poowf/eth-chainlist/commit/0da5ff269fd0e1e976b45c671e71e9f686a79415))
10
+
3
11
  ### 0.0.67 (2023-01-31)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5958,6 +5958,26 @@ const chainArray = [
5958
5958
  }
5959
5959
  ]
5960
5960
  },
5961
+ {
5962
+ name: 'Metaplayerone Mainnet',
5963
+ chain: 'METAD',
5964
+ icon: 'metad',
5965
+ rpc: [ 'https://rpc.metaplayer.one/' ],
5966
+ faucets: [],
5967
+ nativeCurrency: { name: 'METAD', symbol: 'METAD', decimals: 18 },
5968
+ infoURL: 'https://docs.metaplayer.one/',
5969
+ shortName: 'Metad',
5970
+ chainId: 2122,
5971
+ networkId: 2122,
5972
+ explorers: [
5973
+ {
5974
+ name: 'Metad Scan',
5975
+ url: 'https://scan.metaplayer.one',
5976
+ icon: 'metad',
5977
+ standard: 'EIP3091'
5978
+ }
5979
+ ]
5980
+ },
5961
5981
  {
5962
5982
  name: 'BOSagora Mainnet',
5963
5983
  chain: 'ETH',
@@ -6673,6 +6693,24 @@ const chainArray = [
6673
6693
  }
6674
6694
  ]
6675
6695
  },
6696
+ {
6697
+ name: 'Empire Network',
6698
+ chain: 'EMPIRE',
6699
+ rpc: [ 'https://rpc.empirenetwork.io' ],
6700
+ faucets: [],
6701
+ nativeCurrency: { name: 'Empire', symbol: 'EMPIRE', decimals: 18 },
6702
+ infoURL: 'https://www.empirenetwork.io/',
6703
+ shortName: 'empire',
6704
+ chainId: 3693,
6705
+ networkId: 3693,
6706
+ explorers: [
6707
+ {
6708
+ name: 'Empire Explorer',
6709
+ url: 'https://explorer.empirenetwork.io',
6710
+ standard: 'none'
6711
+ }
6712
+ ]
6713
+ },
6676
6714
  {
6677
6715
  name: 'Crossbell',
6678
6716
  chain: 'Crossbell',
@@ -11708,7 +11746,14 @@ const chainArray = [
11708
11746
  infoURL: 'https://bearnetwork.net',
11709
11747
  shortName: 'BRNKC',
11710
11748
  chainId: 641230,
11711
- networkId: 641230
11749
+ networkId: 641230,
11750
+ explorers: [
11751
+ {
11752
+ name: 'brnkscan',
11753
+ url: 'https://brnkscan.bearnetwork.net',
11754
+ standard: 'EIP3091'
11755
+ }
11756
+ ]
11712
11757
  },
11713
11758
  {
11714
11759
  name: 'Vision - Vpioneer Test Chain',
@@ -11970,6 +12015,29 @@ const chainArray = [
11970
12015
  }
11971
12016
  ]
11972
12017
  },
12018
+ {
12019
+ name: 'Zhejiang',
12020
+ chain: 'ETH',
12021
+ rpc: [ 'https://rpc.zhejiang.ethpandaops.io' ],
12022
+ faucets: [
12023
+ 'https://faucet.zhejiang.ethpandaops.io',
12024
+ 'https://zhejiang-faucet.pk910.de'
12025
+ ],
12026
+ nativeCurrency: { name: 'Testnet ETH', symbol: 'ETH', decimals: 18 },
12027
+ infoURL: 'https://zhejiang.ethpandaops.io',
12028
+ shortName: 'zhejiang',
12029
+ chainId: 1337803,
12030
+ networkId: 1337803,
12031
+ icon: 'ethereum',
12032
+ explorers: [
12033
+ {
12034
+ name: 'Zhejiang Explorer',
12035
+ url: 'https://zhejiang.beaconcha.in',
12036
+ icon: 'ethereum',
12037
+ standard: 'EIP3091'
12038
+ }
12039
+ ]
12040
+ },
11973
12041
  {
11974
12042
  name: 'Plian Mainnet Main',
11975
12043
  chain: 'Plian',
@@ -12225,7 +12293,7 @@ const chainArray = [
12225
12293
  faucets: [
12226
12294
  'http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'
12227
12295
  ],
12228
- nativeCurrency: { name: 'Sepolia Ether', symbol: 'SEP', decimals: 18 },
12296
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
12229
12297
  infoURL: 'https://sepolia.otterscan.io',
12230
12298
  shortName: 'sep',
12231
12299
  chainId: 11155111,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.67",
3
+ "version": "0.0.68",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {