eth-chainlist 0.0.62 → 0.0.64

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.64 (2023-01-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.63 ([dc5b1d1](https://github.com/poowf/eth-chainlist/commit/dc5b1d192b53b44afffdd2c9da1a844730b9ae5e))
9
+ * update chain data ([497176d](https://github.com/poowf/eth-chainlist/commit/497176d56fd00c5b23089e1286a01e65d65f4990))
10
+
11
+ ### 0.0.63 (2023-01-23)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.62 ([65cf58a](https://github.com/poowf/eth-chainlist/commit/65cf58a785447ab77b89b09e6055549f0e233684))
17
+ * update chain data ([da6f3b8](https://github.com/poowf/eth-chainlist/commit/da6f3b8df614f6b4460e73f1f0923548ff4b06e6))
18
+
3
19
  ### 0.0.62 (2023-01-22)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3898,6 +3898,28 @@ const chainArray = [
3898
3898
  }
3899
3899
  ]
3900
3900
  },
3901
+ {
3902
+ name: 'Fantasia Chain Mainnet',
3903
+ chain: 'FSC',
3904
+ rpc: [
3905
+ 'https://mainnet-data1.fantasiachain.com/',
3906
+ 'https://mainnet-data2.fantasiachain.com/',
3907
+ 'https://mainnet-data3.fantasiachain.com/'
3908
+ ],
3909
+ faucets: [],
3910
+ nativeCurrency: { name: 'FST', symbol: 'FST', decimals: 18 },
3911
+ infoURL: 'https://fantasia.technology/',
3912
+ shortName: 'FSCMainnet',
3913
+ chainId: 868,
3914
+ networkId: 868,
3915
+ explorers: [
3916
+ {
3917
+ name: 'FSCScan',
3918
+ url: 'https://explorer.fantasiachain.com',
3919
+ standard: 'EIP3091'
3920
+ }
3921
+ ]
3922
+ },
3901
3923
  {
3902
3924
  name: 'Dexit Network',
3903
3925
  chain: 'DXT',
@@ -9695,6 +9717,25 @@ const chainArray = [
9695
9717
  }
9696
9718
  ]
9697
9719
  },
9720
+ {
9721
+ name: 'Floripa',
9722
+ title: 'Wireshape Testnet Floripa',
9723
+ chain: 'Wireshape',
9724
+ rpc: [ 'https://rpc-floripa.wireshape.org' ],
9725
+ faucets: [],
9726
+ nativeCurrency: { name: 'WIRE', symbol: 'WIRE', decimals: 18 },
9727
+ infoURL: 'https://wireshape.org',
9728
+ shortName: 'floripa',
9729
+ chainId: 49049,
9730
+ networkId: 49049,
9731
+ explorers: [
9732
+ {
9733
+ name: 'Wire Explorer',
9734
+ url: 'https://floripa-explorer.wireshape.org',
9735
+ standard: 'EIP3091'
9736
+ }
9737
+ ]
9738
+ },
9698
9739
  {
9699
9740
  name: 'Bifrost Testnet1',
9700
9741
  title: 'The Bifrost Testnet network',
@@ -9730,6 +9771,18 @@ const chainArray = [
9730
9771
  networkId: 49797,
9731
9772
  slip44: 49797
9732
9773
  },
9774
+ {
9775
+ name: 'Liveplex OracleEVM',
9776
+ chain: 'Liveplex OracleEVM Network',
9777
+ rpc: [ 'http://129.153.75.68:5000' ],
9778
+ faucets: [],
9779
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
9780
+ infoURL: '',
9781
+ shortName: 'LOE',
9782
+ chainId: 50001,
9783
+ networkId: 50001,
9784
+ explorers: []
9785
+ },
9733
9786
  {
9734
9787
  name: 'GTON Testnet',
9735
9788
  chain: 'GTON Testnet',
@@ -12313,6 +12366,26 @@ const chainArray = [
12313
12366
  networkId: 28945486,
12314
12367
  slip44: 344
12315
12368
  },
12369
+ {
12370
+ name: 'Flachain Mainnet',
12371
+ chain: 'FLX',
12372
+ icon: 'flacoin',
12373
+ rpc: [ 'https://flachain.flaexchange.top/' ],
12374
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
12375
+ faucets: [],
12376
+ nativeCurrency: { name: 'Flacoin', symbol: 'FLA', decimals: 18 },
12377
+ infoURL: 'https://www.flaexchange.top',
12378
+ shortName: 'fla',
12379
+ chainId: 29032022,
12380
+ networkId: 29032022,
12381
+ explorers: [
12382
+ {
12383
+ name: 'FLXExplorer',
12384
+ url: 'https://explorer.flaexchange.top',
12385
+ standard: 'EIP3091'
12386
+ }
12387
+ ]
12388
+ },
12316
12389
  {
12317
12390
  name: 'Filecoin - Local testnet',
12318
12391
  chain: 'FIL',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.62",
3
+ "version": "0.0.64",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {