eth-chainlist 0.0.365 → 0.0.366

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.366 (2024-03-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.365 ([77871b7](https://github.com/poowf/eth-chainlist/commit/77871b7b239fd340626b79c3db43b26ed1222157))
9
+ * update chain data ([bbc7177](https://github.com/poowf/eth-chainlist/commit/bbc71777a50f3a01e79853949fc8624bba914371))
10
+
3
11
  ### 0.0.365 (2024-03-29)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -13741,6 +13741,24 @@ const chainArray = [
13741
13741
  chainId: 5105,
13742
13742
  networkId: 5105
13743
13743
  },
13744
+ {
13745
+ name: 'Azra Testnet',
13746
+ chain: 'Azra Testnet',
13747
+ rpc: [ 'https://rpc-azra-testnet-6hz86owb1n.t.conduit.xyz' ],
13748
+ faucets: [],
13749
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
13750
+ infoURL: 'https://azragames.com',
13751
+ shortName: 'azra-testnet',
13752
+ chainId: 5106,
13753
+ networkId: 5106,
13754
+ explorers: [
13755
+ {
13756
+ name: 'blockscout',
13757
+ url: 'https://explorerl2new-azra-testnet-6hz86owb1n.t.conduit.xyz',
13758
+ standard: 'EIP3091'
13759
+ }
13760
+ ]
13761
+ },
13744
13762
  {
13745
13763
  name: 'Bahamut',
13746
13764
  title: 'Bahamut mainnet',
@@ -16526,6 +16544,26 @@ const chainArray = [
16526
16544
  }
16527
16545
  ]
16528
16546
  },
16547
+ {
16548
+ name: 'Espento Mainnet',
16549
+ chain: 'SPENT',
16550
+ rpc: [ 'https://rpc.escscan.com/' ],
16551
+ faucets: [],
16552
+ nativeCurrency: { name: 'ESPENTO', symbol: 'SPENT', decimals: 18 },
16553
+ infoURL: 'https://espento.network',
16554
+ shortName: 'spent',
16555
+ chainId: 9911,
16556
+ networkId: 9911,
16557
+ icon: 'espento',
16558
+ explorers: [
16559
+ {
16560
+ name: 'escscan',
16561
+ url: 'https://escscan.com',
16562
+ icon: 'espento',
16563
+ standard: 'EIP3091'
16564
+ }
16565
+ ]
16566
+ },
16529
16567
  {
16530
16568
  name: 'Mind Smart Chain Testnet',
16531
16569
  chain: 'tMIND',
@@ -21000,6 +21038,28 @@ const chainArray = [
21000
21038
  }
21001
21039
  ]
21002
21040
  },
21041
+ {
21042
+ name: 'CAGA crypto Ankara testnet',
21043
+ chain: 'Ankara',
21044
+ rpc: [
21045
+ 'https://www.ankara-cagacrypto.com',
21046
+ 'wss://wss.ankara-cagacrypto.com'
21047
+ ],
21048
+ faucets: [],
21049
+ nativeCurrency: { name: 'Caga', symbol: 'CAGA', decimals: 18 },
21050
+ infoURL: 'https://www.cagacrypto.com/',
21051
+ shortName: 'caga',
21052
+ chainId: 72778,
21053
+ networkId: 72778,
21054
+ icon: 'ankaracaga',
21055
+ explorers: [
21056
+ {
21057
+ name: 'ankara',
21058
+ url: 'https://explorer.ankara-cagacrypto.com',
21059
+ standard: 'EIP3091'
21060
+ }
21061
+ ]
21062
+ },
21003
21063
  {
21004
21064
  name: 'Grok Chain Mainnet',
21005
21065
  chain: 'Grok',
@@ -24901,6 +24961,27 @@ const chainArray = [
24901
24961
  }
24902
24962
  ]
24903
24963
  },
24964
+ {
24965
+ name: 'Netmind Chain Testnet',
24966
+ title: 'NetMind Chain Testnet',
24967
+ chain: 'NetMind',
24968
+ rpc: [ 'https://testblock.protago-dev.com' ],
24969
+ faucets: [],
24970
+ nativeCurrency: { name: 'NMT', symbol: 'NMT', decimals: 18 },
24971
+ infoURL: 'https://netmind.ai',
24972
+ shortName: 'nmtTest',
24973
+ chainId: 1100789,
24974
+ networkId: 1100789,
24975
+ icon: 'netmind',
24976
+ explorers: [
24977
+ {
24978
+ name: 'NetMind Testnet Explorer',
24979
+ url: 'https://testbrower.protago-dev.com',
24980
+ icon: 'netmind',
24981
+ standard: 'EIP3091'
24982
+ }
24983
+ ]
24984
+ },
24904
24985
  {
24905
24986
  name: 'Tiltyard Subnet',
24906
24987
  chain: 'TILTYARD',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.365",
3
+ "version": "0.0.366",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {