eth-chainlist 0.0.460 → 0.0.461

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.461 (2024-08-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.460 ([5502d6a](https://github.com/poowf/eth-chainlist/commit/5502d6ae69bdfda498471676960144a6451bf747))
9
+ * update chain data ([502a70a](https://github.com/poowf/eth-chainlist/commit/502a70a60475ce03c681acf726fff246f9a6b447))
10
+
3
11
  ### 0.0.460 (2024-08-07)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -10931,7 +10931,7 @@ const chainArray = [
10931
10931
  chain: 'Gravity',
10932
10932
  rpc: [ 'https://rpc.gravity.xyz' ],
10933
10933
  faucets: [],
10934
- nativeCurrency: { name: 'Gravity', symbol: 'G.', decimals: 18 },
10934
+ nativeCurrency: { name: 'Gravity', symbol: 'G', decimals: 18 },
10935
10935
  features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' } ],
10936
10936
  infoURL: 'https://gravity.xyz',
10937
10937
  shortName: 'gravity',
@@ -17714,6 +17714,25 @@ const chainArray = [
17714
17714
  bridges: [ { url: 'https://app.optimism.io/bridge' } ]
17715
17715
  }
17716
17716
  },
17717
+ {
17718
+ name: 'EdgaMatrix Chain',
17719
+ chain: 'EMC',
17720
+ icon: 'emc',
17721
+ rpc: [ 'https://rpc1-mainnet.emc.network' ],
17722
+ faucets: [],
17723
+ nativeCurrency: { name: 'EdgaMatrix Chain Token', symbol: 'EMC', decimals: 18 },
17724
+ infoURL: '',
17725
+ shortName: 'EMC',
17726
+ chainId: 6678,
17727
+ networkId: 6678,
17728
+ explorers: [
17729
+ {
17730
+ name: 'blockscout',
17731
+ url: 'https://emcscan.com',
17732
+ standard: 'EIP3091'
17733
+ }
17734
+ ]
17735
+ },
17717
17736
  {
17718
17737
  name: 'IRIShub',
17719
17738
  chain: 'IRIShub',
@@ -18115,6 +18134,26 @@ const chainArray = [
18115
18134
  }
18116
18135
  ]
18117
18136
  },
18137
+ {
18138
+ name: 'ZEUS Testnet',
18139
+ chain: 'tZEUS',
18140
+ icon: 'zeusicon',
18141
+ rpc: [ 'https://testnet-rpc.zeuschainscan.io' ],
18142
+ nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
18143
+ infoURL: 'https://testnet-explorer.zeuschainscan.io',
18144
+ shortName: 'ZEUS-Testnet',
18145
+ chainId: 7244,
18146
+ networkId: 7244,
18147
+ faucets: [ 'https://faucet.zeuschainscan.io' ],
18148
+ explorers: [
18149
+ {
18150
+ name: 'ZEUS Testnet Explorer',
18151
+ url: 'https://testnet-explorer.zeuschainscan.io',
18152
+ icon: 'zeusicon',
18153
+ standard: 'EIP3091'
18154
+ }
18155
+ ]
18156
+ },
18118
18157
  {
18119
18158
  name: 'XPLA Verse',
18120
18159
  chain: 'XPLA Verse',
@@ -18569,6 +18608,52 @@ const chainArray = [
18569
18608
  }
18570
18609
  ]
18571
18610
  },
18611
+ {
18612
+ name: 'MaalChain V2',
18613
+ chain: 'MAAL',
18614
+ icon: 'maal',
18615
+ rpc: [
18616
+ 'https://node1-mainnet-new.maalscan.io/',
18617
+ 'https://node2-mainnet-new.maalscan.io/',
18618
+ 'https://node3-mainnet-new.maalscan.io/'
18619
+ ],
18620
+ faucets: [],
18621
+ nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
18622
+ infoURL: 'https://www.maalchain.com/',
18623
+ shortName: 'maal-v2',
18624
+ chainId: 7862,
18625
+ networkId: 7862,
18626
+ explorers: [
18627
+ {
18628
+ name: 'maalscan',
18629
+ url: 'https://maalscan.io',
18630
+ standard: 'EIP3091'
18631
+ }
18632
+ ]
18633
+ },
18634
+ {
18635
+ name: 'MaalChain Testnet V2',
18636
+ chain: 'MaalChain Testnet V2',
18637
+ icon: 'maal-test',
18638
+ rpc: [
18639
+ 'https://node-testnet.maalscan.io/',
18640
+ 'https://node2-testnet.maalscan.io/'
18641
+ ],
18642
+ faucets: [ 'https://faucet-new-testnet.maalscan.io/' ],
18643
+ nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
18644
+ infoURL: 'https://www.maalchain.com/',
18645
+ shortName: 'maal-test-v2',
18646
+ chainId: 7863,
18647
+ networkId: 7863,
18648
+ slip44: 1,
18649
+ explorers: [
18650
+ {
18651
+ name: 'maalscan testnet',
18652
+ url: 'https://new-testnet.maalscan.io',
18653
+ standard: 'EIP3091'
18654
+ }
18655
+ ]
18656
+ },
18572
18657
  {
18573
18658
  name: 'Hazlor Testnet',
18574
18659
  chain: 'SCAS',
@@ -18745,6 +18830,26 @@ const chainArray = [
18745
18830
  }
18746
18831
  ]
18747
18832
  },
18833
+ {
18834
+ name: 'Polynomial',
18835
+ chain: 'Polynomial',
18836
+ rpc: [ 'https://rpc.polynomial.fi' ],
18837
+ faucets: [],
18838
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
18839
+ infoURL: 'https://polynomial.fi',
18840
+ shortName: 'polynomial',
18841
+ chainId: 8008,
18842
+ networkId: 8008,
18843
+ icon: 'polynomial',
18844
+ explorers: [
18845
+ {
18846
+ name: 'Polynomial Explorer',
18847
+ url: 'https://polynomialscan.io',
18848
+ standard: 'none',
18849
+ icon: 'polynomial'
18850
+ }
18851
+ ]
18852
+ },
18748
18853
  {
18749
18854
  name: 'MDGL Testnet',
18750
18855
  chain: 'MDGL',
@@ -24606,6 +24711,26 @@ const chainArray = [
24606
24711
  }
24607
24712
  ]
24608
24713
  },
24714
+ {
24715
+ name: 'ZEUS Mainnet',
24716
+ chain: 'ZEUS',
24717
+ icon: 'zeusicon',
24718
+ rpc: [ 'https://mainnet-rpc.zeuschainscan.io' ],
24719
+ nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
24720
+ infoURL: 'https://zeuschainscan.io',
24721
+ shortName: 'ZEUS',
24722
+ chainId: 34504,
24723
+ networkId: 34504,
24724
+ faucets: [],
24725
+ explorers: [
24726
+ {
24727
+ name: 'ZEUS Mainnet Explorer',
24728
+ url: 'https://zeuschainscan.io',
24729
+ icon: 'zeusicon',
24730
+ standard: 'EIP3091'
24731
+ }
24732
+ ]
24733
+ },
24609
24734
  {
24610
24735
  name: 'J2O Taro',
24611
24736
  chain: 'TARO',
@@ -27427,6 +27552,26 @@ const chainArray = [
27427
27552
  }
27428
27553
  ]
27429
27554
  },
27555
+ {
27556
+ name: 'Polynomia Sepolia',
27557
+ chain: 'polynomialSepolia',
27558
+ rpc: [ 'https://rpc.sepolia.polynomial.fi' ],
27559
+ faucets: [],
27560
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
27561
+ infoURL: 'https://polynomial.fi',
27562
+ shortName: 'polynomialSepolia',
27563
+ chainId: 80008,
27564
+ networkId: 80008,
27565
+ icon: 'polynomialSepolia',
27566
+ explorers: [
27567
+ {
27568
+ name: 'Polynomial Sepolia Explorer',
27569
+ url: 'https://sepolia.polynomialscan.io',
27570
+ standard: 'none',
27571
+ icon: 'polynomialSepolia'
27572
+ }
27573
+ ]
27574
+ },
27430
27575
  {
27431
27576
  name: 'Berachain bArtio',
27432
27577
  chain: 'Berachain bArtio',
@@ -28961,11 +29106,14 @@ const chainArray = [
28961
29106
  parent: { type: 'L2', chain: 'eip155-110000' }
28962
29107
  },
28963
29108
  {
28964
- name: 'MARS Credit',
29109
+ name: 'Mars Credit',
28965
29110
  chain: 'MARS',
28966
- rpc: [ 'https://node99-production-dd5f.up.railway.app:443' ],
29111
+ rpc: [
29112
+ 'https://node99-production-dd5f.up.railway.app:443',
29113
+ 'https://rpc.marscredit.xyz:443'
29114
+ ],
28967
29115
  faucets: [],
28968
- nativeCurrency: { name: 'Mars', symbol: 'MARS', decimals: 18 },
29116
+ nativeCurrency: { name: 'Mars Credit', symbol: 'MARS', decimals: 18 },
28969
29117
  infoURL: 'https://marscredit.xyz/',
28970
29118
  shortName: 'mars',
28971
29119
  chainId: 110110,
@@ -32135,6 +32283,24 @@ const chainArray = [
32135
32283
  }
32136
32284
  ]
32137
32285
  },
32286
+ {
32287
+ name: 'RUNEVM Testnet',
32288
+ chain: 'RuneVM',
32289
+ rpc: [ 'https://rpc.runevm.io/' ],
32290
+ faucets: [ 'https://faucet.runevm.io/' ],
32291
+ nativeCurrency: { name: 'Test Bitcoin', symbol: 'tBTC', decimals: 8 },
32292
+ infoURL: '',
32293
+ shortName: 'runevm-test',
32294
+ chainId: 840000,
32295
+ networkId: 840000,
32296
+ explorers: [
32297
+ {
32298
+ name: 'Tracehawk',
32299
+ url: 'https://explorer.runevm.io',
32300
+ standard: 'none'
32301
+ }
32302
+ ]
32303
+ },
32138
32304
  {
32139
32305
  name: '4GoodNetwork',
32140
32306
  chain: '4GN',
@@ -33727,6 +33893,26 @@ const chainArray = [
33727
33893
  }
33728
33894
  ]
33729
33895
  },
33896
+ {
33897
+ name: 'Memento Testnet',
33898
+ chain: 'Memento',
33899
+ rpc: [
33900
+ 'https://test-rpc.mementoblockchain.com/IRkghvI3FfEArEJMr4zC/rpc'
33901
+ ],
33902
+ faucets: [],
33903
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
33904
+ infoURL: '',
33905
+ shortName: 'memento-test',
33906
+ chainId: 12052024,
33907
+ networkId: 12052024,
33908
+ explorers: [
33909
+ {
33910
+ name: 'Tracehawk',
33911
+ url: 'https://test-explorer.mementoblockchain.com',
33912
+ standard: 'none'
33913
+ }
33914
+ ]
33915
+ },
33730
33916
  {
33731
33917
  name: 'NeoX Testnet T3',
33732
33918
  chain: 'NeoX',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.460",
3
+ "version": "0.0.461",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {