eth-chainlist 0.0.240 → 0.0.241

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.241 (2023-09-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.240 ([86ab1db](https://github.com/poowf/eth-chainlist/commit/86ab1db22499c8776dcbef524e104e0bd6d982d2))
9
+ * update chain data ([77bd5ae](https://github.com/poowf/eth-chainlist/commit/77bd5ae8a5d66e379947d6bc339abe027f9df938))
10
+
3
11
  ### 0.0.240 (2023-09-24)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4204,7 +4204,9 @@ const chainArray = [
4204
4204
  'https://rpc.pulsechain.com',
4205
4205
  'wss://rpc.pulsechain.com',
4206
4206
  'https://pulsechain.publicnode.com',
4207
- 'wss://pulsechain.publicnode.com'
4207
+ 'wss://pulsechain.publicnode.com',
4208
+ 'https://rpc-pulsechain.g4mm4.io',
4209
+ 'wss://rpc-pulsechain.g4mm4.io'
4208
4210
  ],
4209
4211
  slip44: 60,
4210
4212
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
@@ -5936,10 +5938,12 @@ const chainArray = [
5936
5938
  icon: 'pulsechain',
5937
5939
  infoURL: 'https://pulsechain.com',
5938
5940
  rpc: [
5939
- 'https://rpc.v4.testnet.pulsechain.com/',
5940
- 'wss://rpc.v4.testnet.pulsechain.com/',
5941
+ 'https://rpc.v4.testnet.pulsechain.com',
5942
+ 'wss://rpc.v4.testnet.pulsechain.com',
5941
5943
  'https://pulsechain-testnet.publicnode.com',
5942
- 'wss://pulsechain-testnet.publicnode.com'
5944
+ 'wss://pulsechain-testnet.publicnode.com',
5945
+ 'https://rpc-testnet-pulsechain.g4mm4.io',
5946
+ 'wss://rpc-testnet-pulsechain.g4mm4.io'
5943
5947
  ],
5944
5948
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
5945
5949
  faucets: [ 'https://faucet.v4.testnet.pulsechain.com/' ],
@@ -5953,6 +5957,11 @@ const chainArray = [
5953
5957
  url: 'https://scan.v4.testnet.pulsechain.com',
5954
5958
  icon: 'blockscout',
5955
5959
  standard: 'EIP3091'
5960
+ },
5961
+ {
5962
+ name: 'blockscout',
5963
+ url: 'https://otter-testnet-pulsechain.g4mm4.io',
5964
+ standard: 'EIP3091'
5956
5965
  }
5957
5966
  ]
5958
5967
  },
@@ -13940,6 +13949,22 @@ const chainArray = [
13940
13949
  ],
13941
13950
  parent: { type: 'L2', chain: 'eip155-43113' }
13942
13951
  },
13952
+ {
13953
+ name: 'Astar zkEVM',
13954
+ shortName: 'astrzk',
13955
+ title: 'Astar zkEVM Mainnet',
13956
+ chain: 'ETH',
13957
+ icon: 'astarzk',
13958
+ rpc: [],
13959
+ faucets: [],
13960
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13961
+ infoURL: 'https://astar.network',
13962
+ chainId: 12611,
13963
+ networkId: 12611,
13964
+ explorers: [],
13965
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
13966
+ status: 'incubating'
13967
+ },
13943
13968
  {
13944
13969
  name: 'Rikeza Network Testnet',
13945
13970
  title: 'Rikeza Network Testnet',
@@ -19228,6 +19253,22 @@ const chainArray = [
19228
19253
  }
19229
19254
  ]
19230
19255
  },
19256
+ {
19257
+ name: 'zKatana',
19258
+ shortName: 'azktn',
19259
+ title: 'Astar zkEVM Testnet zKatana',
19260
+ chain: 'ETH',
19261
+ icon: 'astarzk',
19262
+ rpc: [],
19263
+ faucets: [],
19264
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
19265
+ infoURL: 'https://astar.network',
19266
+ chainId: 1261120,
19267
+ networkId: 1261120,
19268
+ explorers: [],
19269
+ parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
19270
+ status: 'incubating'
19271
+ },
19231
19272
  {
19232
19273
  name: 'Etho Protocol',
19233
19274
  chain: 'ETHO',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.240",
3
+ "version": "0.0.241",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {