eth-chainlist 0.0.84 → 0.0.86

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.86 (2023-02-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.85 ([4b3bc35](https://github.com/poowf/eth-chainlist/commit/4b3bc358f0be7f489d32145ba4a28a2fec7a4798))
9
+ * update chain data ([2bdeeaa](https://github.com/poowf/eth-chainlist/commit/2bdeeaaac9ed28d9094fabc2d11f51e43168ce5c))
10
+
11
+ ### 0.0.85 (2023-02-23)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.84 ([5b6907d](https://github.com/poowf/eth-chainlist/commit/5b6907d1162bc4b5d7c3cc2199f8630fb27c0733))
17
+ * update chain data ([d937916](https://github.com/poowf/eth-chainlist/commit/d93791672276e156a2f8e3285754af84b36f4050))
18
+
3
19
  ### 0.0.84 (2023-02-22)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2013,6 +2013,25 @@ const chainArray = [
2013
2013
  networkId: 116,
2014
2014
  explorers: []
2015
2015
  },
2016
+ {
2017
+ name: 'Arcology Testnet',
2018
+ chain: 'Arcology',
2019
+ icon: 'acolicon',
2020
+ rpc: [ 'https://testnet.arcology.network/rpc' ],
2021
+ faucets: [],
2022
+ nativeCurrency: { name: 'Arcology Coin', symbol: 'Acol', decimals: 18 },
2023
+ infoURL: 'https://arcology.network/',
2024
+ shortName: 'arcology',
2025
+ chainId: 118,
2026
+ networkId: 118,
2027
+ explorers: [
2028
+ {
2029
+ name: 'arcology',
2030
+ url: 'https://testnet.arcology.network/explorer',
2031
+ standard: 'none'
2032
+ }
2033
+ ]
2034
+ },
2016
2035
  {
2017
2036
  name: 'ENULS Mainnet',
2018
2037
  chain: 'ENULS',
@@ -5981,6 +6000,44 @@ const chainArray = [
5981
6000
  }
5982
6001
  ]
5983
6002
  },
6003
+ {
6004
+ name: 'Bitcichain Mainnet',
6005
+ chain: 'BITCI',
6006
+ icon: 'bitci',
6007
+ rpc: [ 'https://rpc.bitci.com' ],
6008
+ faucets: [],
6009
+ nativeCurrency: { name: 'Bitci', symbol: 'BITCI', decimals: 18 },
6010
+ infoURL: 'https://www.bitcichain.com',
6011
+ shortName: 'bitci',
6012
+ chainId: 1907,
6013
+ networkId: 1907,
6014
+ explorers: [
6015
+ {
6016
+ name: 'Bitci Explorer',
6017
+ url: 'https://bitciexplorer.com',
6018
+ standard: 'EIP3091'
6019
+ }
6020
+ ]
6021
+ },
6022
+ {
6023
+ name: 'Bitcichain Testnet',
6024
+ chain: 'TBITCI',
6025
+ icon: 'bitci',
6026
+ rpc: [ 'https://testnet.bitcichain.com' ],
6027
+ faucets: [ 'https://faucet.bitcichain.com' ],
6028
+ nativeCurrency: { name: 'Test Bitci', symbol: 'TBITCI', decimals: 18 },
6029
+ infoURL: 'https://www.bitcichain.com',
6030
+ shortName: 'tbitci',
6031
+ chainId: 1908,
6032
+ networkId: 1908,
6033
+ explorers: [
6034
+ {
6035
+ name: 'Bitci Explorer Testnet',
6036
+ url: 'https://testnet.bitciexplorer.com',
6037
+ standard: 'EIP3091'
6038
+ }
6039
+ ]
6040
+ },
5984
6041
  {
5985
6042
  name: 'ONUS Chain Testnet',
5986
6043
  title: 'ONUS Chain Testnet',
@@ -7856,6 +7913,26 @@ const chainArray = [
7856
7913
  }
7857
7914
  ]
7858
7915
  },
7916
+ {
7917
+ name: 'Hika Network Testnet',
7918
+ title: 'Hika Network Testnet',
7919
+ chain: 'HIK',
7920
+ icon: 'hik',
7921
+ rpc: [ 'https://rpc-testnet.hika.network/' ],
7922
+ faucets: [],
7923
+ nativeCurrency: { name: 'Hik Token', symbol: 'HIK', decimals: 18 },
7924
+ infoURL: 'https://hika.network/',
7925
+ shortName: 'hik',
7926
+ chainId: 5729,
7927
+ networkId: 5729,
7928
+ explorers: [
7929
+ {
7930
+ name: 'Hika Network Testnet Explorer',
7931
+ url: 'https://scan-testnet.hika.network',
7932
+ standard: 'none'
7933
+ }
7934
+ ]
7935
+ },
7859
7936
  {
7860
7937
  name: 'Ganache',
7861
7938
  title: 'Ganache GUI Ethereum Testnet',
@@ -11302,6 +11379,29 @@ const chainArray = [
11302
11379
  }
11303
11380
  ]
11304
11381
  },
11382
+ {
11383
+ name: 'Base Goerli Testnet',
11384
+ chain: 'ETH',
11385
+ rpc: [ 'https://goerli.base.org' ],
11386
+ faucets: [ 'https://www.coinbase.com/faucets/base-ethereum-goerli-faucet' ],
11387
+ nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
11388
+ infoURL: 'https://base.org',
11389
+ shortName: 'basegor',
11390
+ chainId: 84531,
11391
+ networkId: 84531,
11392
+ explorers: [
11393
+ {
11394
+ name: 'basescan',
11395
+ url: 'https://goerli.basescan.org',
11396
+ standard: 'none'
11397
+ },
11398
+ {
11399
+ name: 'basescout',
11400
+ url: 'https://base-goerli.blockscout.com',
11401
+ standard: 'none'
11402
+ }
11403
+ ]
11404
+ },
11305
11405
  {
11306
11406
  name: 'Chiliz Scoville Testnet',
11307
11407
  chain: 'CHZ',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.84",
3
+ "version": "0.0.86",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {