eth-chainlist 0.0.60 → 0.0.62

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.62 (2023-01-22)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.61 ([1d9fc8b](https://github.com/poowf/eth-chainlist/commit/1d9fc8b966d8fffe055986976d9d95b2cf8d82d7))
9
+ * update chain data ([d8ebf40](https://github.com/poowf/eth-chainlist/commit/d8ebf40e0b83461cdc3f1c17a87dc9bf4a7a6e26))
10
+
11
+ ### 0.0.61 (2023-01-21)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.60 ([e2bc76d](https://github.com/poowf/eth-chainlist/commit/e2bc76dfb95c99580ed74caa824ba388df5dd113))
17
+ * update chain data ([f390e4b](https://github.com/poowf/eth-chainlist/commit/f390e4b80c7eabe983904cbb3c4726881bc3a903))
18
+
3
19
  ### 0.0.60 (2023-01-19)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2218,6 +2218,44 @@ const chainArray = [
2218
2218
  }
2219
2219
  ]
2220
2220
  },
2221
+ {
2222
+ name: 'Armonia Eva Chain Mainnet',
2223
+ chain: 'Eva',
2224
+ rpc: [ 'https://evascan.io/api/eth-rpc/' ],
2225
+ faucets: [],
2226
+ nativeCurrency: {
2227
+ name: 'Armonia Multichain Native Token',
2228
+ symbol: 'AMAX',
2229
+ decimals: 18
2230
+ },
2231
+ infoURL: 'https://amax.network',
2232
+ shortName: 'eva',
2233
+ chainId: 160,
2234
+ networkId: 160,
2235
+ status: 'incubating'
2236
+ },
2237
+ {
2238
+ name: 'Armonia Eva Chain Testnet',
2239
+ chain: 'Wall-e',
2240
+ rpc: [ 'https://testnet.evascan.io/api/eth-rpc/' ],
2241
+ faucets: [],
2242
+ nativeCurrency: {
2243
+ name: 'Armonia Multichain Native Token',
2244
+ symbol: 'AMAX',
2245
+ decimals: 18
2246
+ },
2247
+ infoURL: 'https://amax.network',
2248
+ shortName: 'wall-e',
2249
+ chainId: 161,
2250
+ networkId: 161,
2251
+ explorers: [
2252
+ {
2253
+ name: 'blockscout - evascan',
2254
+ url: 'https://testnet.evascan.io',
2255
+ standard: 'EIP3091'
2256
+ }
2257
+ ]
2258
+ },
2221
2259
  {
2222
2260
  name: 'Lightstreams Testnet',
2223
2261
  chain: 'PHT',
@@ -2771,6 +2809,26 @@ const chainArray = [
2771
2809
  }
2772
2810
  ]
2773
2811
  },
2812
+ {
2813
+ name: 'Omax Mainnet',
2814
+ chain: 'OMAX Chain',
2815
+ rpc: [ 'https://mainapi.omaxray.com' ],
2816
+ faucets: [ 'https://faucet.omaxray.com/' ],
2817
+ nativeCurrency: { name: 'OMAX COIN', symbol: 'OMAX', decimals: 18 },
2818
+ infoURL: 'https://www.omaxcoin.com/',
2819
+ shortName: 'omax',
2820
+ chainId: 311,
2821
+ networkId: 311,
2822
+ icon: 'omaxchain',
2823
+ explorers: [
2824
+ {
2825
+ name: 'Omax Chain Explorer',
2826
+ url: 'https://omaxray.com',
2827
+ icon: 'omaxray',
2828
+ standard: 'EIP3091'
2829
+ }
2830
+ ]
2831
+ },
2774
2832
  {
2775
2833
  name: 'Filecoin - Mainnet',
2776
2834
  chain: 'FIL',
@@ -6313,8 +6371,11 @@ const chainArray = [
6313
6371
  name: 'Filecoin - Hyperspace testnet',
6314
6372
  chain: 'FIL',
6315
6373
  icon: 'filecoin',
6316
- rpc: [ 'https://api.hyperspace.node.glif.io/rpc/v0' ],
6317
- faucets: [ 'https://hyperspace.filtest.network/#faucet' ],
6374
+ rpc: [
6375
+ 'https://api.hyperspace.node.glif.io/rpc/v1',
6376
+ 'https://filecoin-hyperspace.chainstacklabs.com/rpc/v1'
6377
+ ],
6378
+ faucets: [ 'https://hyperspace.yoga/#faucet' ],
6318
6379
  nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
6319
6380
  infoURL: 'https://filecoin.io',
6320
6381
  shortName: 'filecoin-hyperspace',
@@ -7564,6 +7625,25 @@ const chainArray = [
7564
7625
  }
7565
7626
  ]
7566
7627
  },
7628
+ {
7629
+ name: 'Blockton Blockchain',
7630
+ chain: 'Blockton Blockchain',
7631
+ icon: 'bton',
7632
+ rpc: [ 'https://rpc.blocktonscan.com/' ],
7633
+ faucets: [ 'https://faucet.blocktonscan.com/' ],
7634
+ nativeCurrency: { name: 'BLOCKTON', symbol: 'BTON', decimals: 18 },
7635
+ infoURL: 'https://blocktoncoin.com',
7636
+ shortName: 'BTON',
7637
+ chainId: 8272,
7638
+ networkId: 8272,
7639
+ explorers: [
7640
+ {
7641
+ name: 'Blockton Explorer',
7642
+ url: 'https://blocktonscan.com',
7643
+ standard: 'none'
7644
+ }
7645
+ ]
7646
+ },
7567
7647
  {
7568
7648
  name: 'KorthoTest',
7569
7649
  chain: 'Kortho',
@@ -8697,6 +8777,26 @@ const chainArray = [
8697
8777
  }
8698
8778
  ]
8699
8779
  },
8780
+ {
8781
+ name: 'HOME Verse Mainnet',
8782
+ chain: 'HOME Verse',
8783
+ icon: 'home_verse',
8784
+ rpc: [ 'https://rpc.mainnet.oasys.homeverse.games/' ],
8785
+ faucets: [],
8786
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
8787
+ infoURL: 'https://www.homeverse.games/',
8788
+ shortName: 'HMV',
8789
+ chainId: 19011,
8790
+ networkId: 19011,
8791
+ explorers: [
8792
+ {
8793
+ name: 'HOME Verse Explorer',
8794
+ url: 'https://explorer.oasys.homeverse.games',
8795
+ standard: 'EIP3091'
8796
+ }
8797
+ ],
8798
+ parent: { type: 'L2', chain: 'eip155-248' }
8799
+ },
8700
8800
  {
8701
8801
  name: 'BTCIX Network',
8702
8802
  chain: 'BTCIX',
@@ -9112,8 +9212,8 @@ const chainArray = [
9112
9212
  name: 'Filecoin - Wallaby testnet',
9113
9213
  chain: 'FIL',
9114
9214
  icon: 'filecoin',
9115
- rpc: [ 'https://wallaby.node.glif.io/rpc/v0' ],
9116
- faucets: [ 'https://wallaby.network/#faucet' ],
9215
+ rpc: [ 'https://wallaby.node.glif.io/rpc/v1' ],
9216
+ faucets: [ 'https://wallaby.yoga/#faucet' ],
9117
9217
  nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
9118
9218
  infoURL: 'https://filecoin.io',
9119
9219
  shortName: 'filecoin-wallaby',
@@ -11163,7 +11263,7 @@ const chainArray = [
11163
11263
  name: 'Filecoin - Calibration testnet',
11164
11264
  chain: 'FIL',
11165
11265
  icon: 'filecoin',
11166
- rpc: [ 'https://api.calibration.node.glif.io/rpc/v0' ],
11266
+ rpc: [ 'https://api.calibration.node.glif.io/rpc/v1' ],
11167
11267
  faucets: [ 'https://faucet.calibration.fildev.network/' ],
11168
11268
  nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
11169
11269
  infoURL: 'https://filecoin.io',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.60",
3
+ "version": "0.0.62",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {