eth-chainlist 0.0.558 → 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,21 @@
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
+
11
+ ### 0.0.559 (2024-12-07)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.558 ([c2006b2](https://github.com/poowf/eth-chainlist/commit/c2006b243a90d839b9cb9c4e157ff66dd0af18dd))
17
+ * update chain data ([ef2da05](https://github.com/poowf/eth-chainlist/commit/ef2da053a48c9c9d694d97593c18c032145acc66))
18
+
3
19
  ### 0.0.558 (2024-12-06)
4
20
 
5
21
 
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/',
@@ -6523,10 +6523,7 @@ const chainArray = [
6523
6523
  {
6524
6524
  name: 'AppChain',
6525
6525
  chain: 'AppChain',
6526
- rpc: [
6527
- 'https://appchain.calderachain.xyz/http',
6528
- 'wss://appchain.calderachain.xyz/ws'
6529
- ],
6526
+ rpc: [ 'https://rpc.appchain.xyz/http', 'wss://rpc.appchain.xyz/ws' ],
6530
6527
  faucets: [],
6531
6528
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
6532
6529
  infoURL: 'https://appchain.xyz',
@@ -12985,38 +12982,44 @@ const chainArray = [
12985
12982
  explorers: []
12986
12983
  },
12987
12984
  {
12988
- name: 'Swell Network',
12989
- chain: 'Swell L2',
12990
- 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
+ ],
12991
12991
  faucets: [],
12992
12992
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12993
12993
  infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
12994
- shortName: 'swell-l2',
12994
+ shortName: 'swellchain',
12995
12995
  chainId: 1923,
12996
12996
  networkId: 1923,
12997
+ icon: 'swell',
12997
12998
  explorers: [
12998
12999
  {
12999
- name: 'swell-l2',
13000
- icon: 'swell',
13001
- url: 'https://swell-mainnet-explorer.alt.technology',
13000
+ name: 'Swellchain Explorer',
13001
+ url: 'https://explorer.swellnetwork.io',
13002
13002
  standard: 'none'
13003
13003
  }
13004
13004
  ]
13005
13005
  },
13006
13006
  {
13007
- name: 'Swell Network Testnet',
13008
- chain: 'Swell L2 Testnet',
13009
- 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
+ ],
13010
13013
  faucets: [],
13011
13014
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13012
13015
  infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
13013
- shortName: 'swell-l2-testnet',
13016
+ shortName: 'swellchain-sep',
13014
13017
  chainId: 1924,
13015
13018
  networkId: 1924,
13019
+ icon: 'swell',
13016
13020
  explorers: [
13017
13021
  {
13018
- name: 'swell-l2-testnet',
13019
- icon: 'swell',
13022
+ name: 'Swellchain Testnet Explorer',
13020
13023
  url: 'https://swell-testnet-explorer.alt.technology',
13021
13024
  standard: 'none'
13022
13025
  }
@@ -28643,6 +28646,36 @@ const chainArray = [
28643
28646
  }
28644
28647
  ]
28645
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
+ },
28646
28679
  {
28647
28680
  name: 'ZKFair Testnet',
28648
28681
  chain: 'ETH',
@@ -33923,6 +33956,26 @@ const chainArray = [
33923
33956
  chainId: 171000,
33924
33957
  networkId: 171000
33925
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
+ },
33926
33979
  {
33927
33980
  name: 'Chronicle - Lit Protocol Testnet',
33928
33981
  chain: 'LPC',
@@ -38558,7 +38611,11 @@ const chainArray = [
38558
38611
  title: 'COTI Testnet',
38559
38612
  chain: 'COTI',
38560
38613
  icon: 'coti',
38561
- rpc: [ 'https://testnet.coti.io/rpc' ],
38614
+ rpc: [
38615
+ 'https://testnet.coti.io/rpc',
38616
+ 'https://testnet-magnus-validator.coti.io/rpc',
38617
+ 'https://testnet-minor-validator.coti.io/rpc'
38618
+ ],
38562
38619
  faucets: [ 'https://faucet.coti.io' ],
38563
38620
  nativeCurrency: { name: 'COTI', symbol: 'COTI', decimals: 18 },
38564
38621
  infoURL: 'https://coti.io/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.558",
3
+ "version": "0.0.560",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {