eth-chainlist 0.0.144 → 0.0.145

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.145 (2023-05-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.144 ([6d7b4ae](https://github.com/poowf/eth-chainlist/commit/6d7b4ae8ed4a9023cbb7f138f1d9e4dd5fcafbc7))
9
+ * update chain data ([8b14881](https://github.com/poowf/eth-chainlist/commit/8b148814a434716c07c731998a755c4fb2ec9f69))
10
+
3
11
  ### 0.0.144 (2023-05-06)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5825,6 +5825,44 @@ const chainArray = [
5825
5825
  bridges: [ { url: 'https://bridge.step.network' } ]
5826
5826
  }
5827
5827
  },
5828
+ {
5829
+ name: 'ARC Mainnet',
5830
+ chain: 'ARC',
5831
+ icon: 'arc',
5832
+ rpc: [ 'https://rpc-main-1.archiechain.io' ],
5833
+ faucets: [],
5834
+ nativeCurrency: { name: 'ARC', symbol: 'ARC', decimals: 18 },
5835
+ infoURL: 'https://archiechain.io/',
5836
+ shortName: 'ARC',
5837
+ chainId: 1243,
5838
+ networkId: 1243,
5839
+ explorers: [
5840
+ {
5841
+ name: 'archiescan',
5842
+ url: 'https://app.archiescan.io',
5843
+ standard: 'none'
5844
+ }
5845
+ ]
5846
+ },
5847
+ {
5848
+ name: 'ARC Testnet',
5849
+ chain: 'ARC',
5850
+ icon: 'arc',
5851
+ rpc: [ 'https://rpc-test-1.archiechain.io' ],
5852
+ faucets: [ 'https://faucet.archiechain.io' ],
5853
+ nativeCurrency: { name: 'ARC', symbol: 'ARC', decimals: 18 },
5854
+ infoURL: 'https://archiechain.io/',
5855
+ shortName: 'TARC',
5856
+ chainId: 1244,
5857
+ networkId: 1244,
5858
+ explorers: [
5859
+ {
5860
+ name: 'archiescan',
5861
+ url: 'https://testnet.archiescan.io',
5862
+ standard: 'none'
5863
+ }
5864
+ ]
5865
+ },
5828
5866
  {
5829
5867
  name: 'OM Platform Mainnet',
5830
5868
  chain: 'omplatform',
@@ -6282,6 +6320,25 @@ const chainArray = [
6282
6320
  }
6283
6321
  ]
6284
6322
  },
6323
+ {
6324
+ name: 'GIL Testnet',
6325
+ chain: 'GIL',
6326
+ icon: 'gauss',
6327
+ rpc: [ 'https://rpc.giltestnet.com' ],
6328
+ faucets: [],
6329
+ nativeCurrency: { name: 'GANG', symbol: 'GANG', decimals: 18 },
6330
+ infoURL: 'https://gaussgang.com/',
6331
+ shortName: 'gil',
6332
+ chainId: 1452,
6333
+ networkId: 1452,
6334
+ explorers: [
6335
+ {
6336
+ name: 'GIL Explorer',
6337
+ url: 'https://explorer.giltestnet.com',
6338
+ standard: 'EIP3091'
6339
+ }
6340
+ ]
6341
+ },
6285
6342
  {
6286
6343
  name: 'Ctex Scan Blockchain',
6287
6344
  chain: 'Ctex Scan Blockchain',
@@ -6555,9 +6612,28 @@ const chainArray = [
6555
6612
  }
6556
6613
  ]
6557
6614
  },
6615
+ {
6616
+ name: 'Gauss Mainnet',
6617
+ chain: 'Gauss',
6618
+ icon: 'gauss',
6619
+ rpc: [ 'https://rpc.gaussgang.com' ],
6620
+ faucets: [],
6621
+ nativeCurrency: { name: 'GANG', symbol: 'GANG', decimals: 18 },
6622
+ infoURL: 'https://gaussgang.com/',
6623
+ shortName: 'gauss',
6624
+ chainId: 1777,
6625
+ networkId: 1777,
6626
+ explorers: [
6627
+ {
6628
+ name: 'Gauss Explorer',
6629
+ url: 'https://explorer.gaussgang.com',
6630
+ standard: 'EIP3091'
6631
+ }
6632
+ ]
6633
+ },
6558
6634
  {
6559
6635
  name: 'Kerleano',
6560
- title: 'Proof of Carbon Reduction testnet',
6636
+ title: 'Proof of Climate awaReness testnet',
6561
6637
  chain: 'CRC',
6562
6638
  status: 'active',
6563
6639
  rpc: [
@@ -6567,15 +6643,17 @@ const chainArray = [
6567
6643
  faucets: [
6568
6644
  'https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md'
6569
6645
  ],
6570
- nativeCurrency: { name: 'Carbon Reduction Coin', symbol: 'CRC', decimals: 18 },
6646
+ nativeCurrency: { name: 'Climate awaReness Coin', symbol: 'CRC', decimals: 18 },
6571
6647
  infoURL: 'https://github.com/ethereum-pocr/kerleano',
6572
6648
  shortName: 'kerleano',
6573
6649
  chainId: 1804,
6574
6650
  networkId: 1804,
6651
+ icon: 'pocr',
6575
6652
  explorers: [
6576
6653
  {
6577
6654
  name: 'Lite Explorer',
6578
6655
  url: 'https://ethereum-pocr.github.io/explorer/kerleano',
6656
+ icon: 'pocr',
6579
6657
  standard: 'EIP3091'
6580
6658
  }
6581
6659
  ]
@@ -7852,7 +7930,7 @@ const chainArray = [
7852
7930
  },
7853
7931
  {
7854
7932
  name: 'PoCRNet',
7855
- title: 'Proof of Carbon Reduction mainnet',
7933
+ title: 'Proof of Climate awaReness mainnet',
7856
7934
  chain: 'CRC',
7857
7935
  status: 'active',
7858
7936
  rpc: [
@@ -7860,15 +7938,17 @@ const chainArray = [
7860
7938
  'wss://pocrnet.westeurope.cloudapp.azure.com/ws'
7861
7939
  ],
7862
7940
  faucets: [],
7863
- nativeCurrency: { name: 'Carbon Reduction Coin', symbol: 'CRC', decimals: 18 },
7941
+ nativeCurrency: { name: 'Climate awaReness Coin', symbol: 'CRC', decimals: 18 },
7864
7942
  infoURL: 'https://github.com/ethereum-pocr/pocrnet',
7865
7943
  shortName: 'pocrnet',
7866
7944
  chainId: 2606,
7867
7945
  networkId: 2606,
7946
+ icon: 'pocr',
7868
7947
  explorers: [
7869
7948
  {
7870
7949
  name: 'Lite Explorer',
7871
7950
  url: 'https://ethereum-pocr.github.io/explorer/pocrnet',
7951
+ icon: 'pocr',
7872
7952
  standard: 'EIP3091'
7873
7953
  }
7874
7954
  ]
@@ -12987,11 +13067,6 @@ const chainArray = [
12987
13067
  chainId: 71401,
12988
13068
  networkId: 71401,
12989
13069
  explorers: [
12990
- {
12991
- name: 'GWScout Explorer',
12992
- url: 'https://gw-testnet-explorer.nervosdao.community',
12993
- standard: 'none'
12994
- },
12995
13070
  {
12996
13071
  name: 'GWScan Block Explorer',
12997
13072
  url: 'https://v1.testnet.gwscan.com',
@@ -13010,11 +13085,6 @@ const chainArray = [
13010
13085
  chainId: 71402,
13011
13086
  networkId: 71402,
13012
13087
  explorers: [
13013
- {
13014
- name: 'GWScout Explorer',
13015
- url: 'https://gw-mainnet-explorer.nervosdao.community',
13016
- standard: 'none'
13017
- },
13018
13088
  {
13019
13089
  name: 'GWScan Block Explorer',
13020
13090
  url: 'https://v1.gwscan.com',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.144",
3
+ "version": "0.0.145",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {