eth-chainlist 0.0.559 → 0.0.560

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.560 (2024-12-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.559 ([2aeef40](https://github.com/poowf/eth-chainlist/commit/2aeef40eb7f6282cdb13488aed65e7f5ba09a0b7))
9
+ * update chain data ([68edb1b](https://github.com/poowf/eth-chainlist/commit/68edb1b750023f88c245a4d7321102dea75c0830))
10
+
3
11
  ### 0.0.559 (2024-12-07)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5617,9 +5617,9 @@ const chainArray = [
5617
5617
  }
5618
5618
  },
5619
5619
  {
5620
- name: 'GRVT Mainnet',
5620
+ name: 'GRVT Exchange',
5621
5621
  chain: 'ETH',
5622
- rpc: [],
5622
+ rpc: [ 'https://rpc.grvt.io' ],
5623
5623
  faucets: [],
5624
5624
  nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
5625
5625
  infoURL: 'https://grvt.io/',
@@ -5630,9 +5630,9 @@ const chainArray = [
5630
5630
  explorers: []
5631
5631
  },
5632
5632
  {
5633
- name: 'GRVT Sepolia Testnet',
5633
+ name: 'GRVT Exchange Testnet',
5634
5634
  chain: 'ETH',
5635
- rpc: [],
5635
+ rpc: [ 'https://zkrpc.testnet.grvt.io' ],
5636
5636
  faucets: [],
5637
5637
  nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
5638
5638
  infoURL: 'https://grvt.io/',
@@ -12982,38 +12982,44 @@ const chainArray = [
12982
12982
  explorers: []
12983
12983
  },
12984
12984
  {
12985
- name: 'Swell Network',
12986
- chain: 'Swell L2',
12987
- rpc: [ 'https://swell-mainnet.alt.technology' ],
12985
+ name: 'Swellchain',
12986
+ chain: 'ETH',
12987
+ rpc: [
12988
+ 'https://swell-mainnet.alt.technology',
12989
+ 'https://rpc.ankr.com/swell'
12990
+ ],
12988
12991
  faucets: [],
12989
12992
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12990
12993
  infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
12991
- shortName: 'swell-l2',
12994
+ shortName: 'swellchain',
12992
12995
  chainId: 1923,
12993
12996
  networkId: 1923,
12997
+ icon: 'swell',
12994
12998
  explorers: [
12995
12999
  {
12996
- name: 'swell-l2',
12997
- icon: 'swell',
12998
- url: 'https://swell-mainnet-explorer.alt.technology',
13000
+ name: 'Swellchain Explorer',
13001
+ url: 'https://explorer.swellnetwork.io',
12999
13002
  standard: 'none'
13000
13003
  }
13001
13004
  ]
13002
13005
  },
13003
13006
  {
13004
- name: 'Swell Network Testnet',
13005
- chain: 'Swell L2 Testnet',
13006
- rpc: [ 'https://swell-testnet.alt.technology' ],
13007
+ name: 'Swellchain Testnet',
13008
+ chain: 'ETH',
13009
+ rpc: [
13010
+ 'https://swell-testnet.alt.technology',
13011
+ 'https://rpc.ankr.com/swell-testnet'
13012
+ ],
13007
13013
  faucets: [],
13008
13014
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13009
13015
  infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
13010
- shortName: 'swell-l2-testnet',
13016
+ shortName: 'swellchain-sep',
13011
13017
  chainId: 1924,
13012
13018
  networkId: 1924,
13019
+ icon: 'swell',
13013
13020
  explorers: [
13014
13021
  {
13015
- name: 'swell-l2-testnet',
13016
- icon: 'swell',
13022
+ name: 'Swellchain Testnet Explorer',
13017
13023
  url: 'https://swell-testnet-explorer.alt.technology',
13018
13024
  standard: 'none'
13019
13025
  }
@@ -28640,6 +28646,36 @@ const chainArray = [
28640
28646
  }
28641
28647
  ]
28642
28648
  },
28649
+ {
28650
+ name: 'Formicarium',
28651
+ title: 'MemeCore Testnet Formicarium',
28652
+ chain: 'MemeCore',
28653
+ icon: 'memecore',
28654
+ rpc: [
28655
+ 'https://rpc.formicarium.memecore.net',
28656
+ 'wss://ws.formicarium.memecore.net'
28657
+ ],
28658
+ faucets: [ 'https://faucet.memecore.com/formicarium' ],
28659
+ nativeCurrency: { name: 'Formicarium M', symbol: 'M', decimals: 18 },
28660
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
28661
+ infoURL: 'https://memecore.com',
28662
+ shortName: 'form',
28663
+ chainId: 43521,
28664
+ networkId: 43521,
28665
+ slip44: 1,
28666
+ explorers: [
28667
+ {
28668
+ name: 'OKX-Formicarium',
28669
+ url: 'https://www.okx.com/web3/explorer/formicarium-testnet',
28670
+ standard: 'EIP3091'
28671
+ },
28672
+ {
28673
+ name: 'MemeCoreScan-Formicarium',
28674
+ url: 'https://formicarium.memecorescan.io',
28675
+ standard: 'EIP3091'
28676
+ }
28677
+ ]
28678
+ },
28643
28679
  {
28644
28680
  name: 'ZKFair Testnet',
28645
28681
  chain: 'ETH',
@@ -33920,6 +33956,26 @@ const chainArray = [
33920
33956
  chainId: 171000,
33921
33957
  networkId: 171000
33922
33958
  },
33959
+ {
33960
+ name: 'Wadzchain Mainnet',
33961
+ title: 'Wadzchain Mainnet',
33962
+ chain: 'Wadzchain-Mainnet',
33963
+ icon: 'wadz',
33964
+ rpc: [ 'https://rpc.wadzchain.io' ],
33965
+ faucets: [],
33966
+ nativeCurrency: { name: 'WadzChain Token', symbol: 'WCO', decimals: 18 },
33967
+ infoURL: 'https://www.wadzchain-network.io',
33968
+ shortName: 'wadzchain-mainnet',
33969
+ chainId: 171717,
33970
+ networkId: 171717,
33971
+ explorers: [
33972
+ {
33973
+ name: 'Wadzchain Mainnet Explorer',
33974
+ url: 'https://scan.wadzchain.io',
33975
+ standard: 'EIP3091'
33976
+ }
33977
+ ]
33978
+ },
33923
33979
  {
33924
33980
  name: 'Chronicle - Lit Protocol Testnet',
33925
33981
  chain: 'LPC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.559",
3
+ "version": "0.0.560",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {