eth-chainlist 0.0.265 → 0.0.266

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.266 (2023-10-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.265 ([8b9543f](https://github.com/poowf/eth-chainlist/commit/8b9543f40d149aa7a718a081462869cba75daf76))
9
+ * update chain data ([1d7d109](https://github.com/poowf/eth-chainlist/commit/1d7d1091dc4948e5ccff8b621d7fbfa2dd7d7957))
10
+
3
11
  ### 0.0.265 (2023-10-22)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -14,7 +14,11 @@ const chainArray = [
14
14
  'wss://mainnet.gateway.tenderly.co',
15
15
  'https://rpc.blocknative.com/boost',
16
16
  'https://rpc.flashbots.net',
17
- 'https://rpc.flashbots.net/fast'
17
+ 'https://rpc.flashbots.net/fast',
18
+ 'https://rpc.mevblocker.io',
19
+ 'https://rpc.mevblocker.io/fast',
20
+ 'https://rpc.mevblocker.io/noreverts',
21
+ 'https://rpc.mevblocker.io/fullprivacy'
18
22
  ],
19
23
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
20
24
  faucets: [],
@@ -10462,6 +10466,24 @@ const chainArray = [
10462
10466
  }
10463
10467
  ]
10464
10468
  },
10469
+ {
10470
+ name: 'iChain Network',
10471
+ chain: 'iChain',
10472
+ rpc: [ 'https://rpc.ichainscan.com' ],
10473
+ faucets: [],
10474
+ nativeCurrency: { name: 'ISLAMICOIN', symbol: 'ISLAMI', decimals: 18 },
10475
+ infoURL: 'https://islamicoin.finance',
10476
+ shortName: 'ISLAMI',
10477
+ chainId: 3639,
10478
+ networkId: 3639,
10479
+ explorers: [
10480
+ {
10481
+ name: 'iChainscan',
10482
+ url: 'https://ichainscan.com',
10483
+ standard: 'EIP3091'
10484
+ }
10485
+ ]
10486
+ },
10465
10487
  {
10466
10488
  name: 'Jouleverse Mainnet',
10467
10489
  chain: 'Jouleverse',
@@ -16193,24 +16215,24 @@ const chainArray = [
16193
16215
  parent: { type: 'L2', chain: 'eip155-3' }
16194
16216
  },
16195
16217
  {
16196
- name: 'Opside Testnet Pre-Alpha',
16218
+ name: 'Lumoz Testnet Alpha',
16197
16219
  chain: 'ETH',
16198
16220
  rpc: [
16199
- 'https://pre-alpha-us-http-geth.opside.network',
16200
- 'https://pre-alpha-hk-http-geth.opside.network'
16221
+ 'https://alpha-us-http-geth.lumoz.org',
16222
+ 'https://alpha-hk-http-geth.lumoz.org'
16201
16223
  ],
16202
16224
  faucets: [],
16203
- nativeCurrency: { name: 'IDE Test Token', symbol: 'IDE', decimals: 18 },
16225
+ nativeCurrency: { name: 'Lumoz Test Token', symbol: 'MOZ', decimals: 18 },
16204
16226
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
16205
- infoURL: 'https://opsi.de/',
16206
- shortName: 'Opside-Testnet',
16227
+ infoURL: 'https://lumoz.org',
16228
+ shortName: 'Lumoz-Testnet',
16207
16229
  chainId: 51178,
16208
16230
  networkId: 51178,
16209
16231
  icon: 'opside-new',
16210
16232
  explorers: [
16211
16233
  {
16212
- name: 'OpsideTestnetInfo',
16213
- url: 'https://pre-alpha.opside.info',
16234
+ name: 'LumozTestnetInfo',
16235
+ url: 'https://lumoz.info',
16214
16236
  icon: 'opside-new',
16215
16237
  standard: 'EIP3091'
16216
16238
  }
@@ -19410,8 +19432,13 @@ const chainArray = [
19410
19432
  {
19411
19433
  name: 'Scroll',
19412
19434
  chain: 'ETH',
19413
- status: 'incubating',
19414
- rpc: [ 'https://rpc.scroll.io', 'https://rpc-scroll.icecreamswap.com' ],
19435
+ status: 'active',
19436
+ rpc: [
19437
+ 'https://rpc.scroll.io',
19438
+ 'https://rpc-scroll.icecreamswap.com',
19439
+ 'https://rpc.ankr.com/scroll',
19440
+ 'https://scroll-mainnet.chainstacklabs.com'
19441
+ ],
19415
19442
  faucets: [],
19416
19443
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
19417
19444
  infoURL: 'https://scroll.io',
@@ -19886,15 +19913,36 @@ const chainArray = [
19886
19913
  title: 'Astar zkEVM Testnet zKatana',
19887
19914
  chain: 'ETH',
19888
19915
  icon: 'astarzk',
19889
- rpc: [],
19916
+ rpc: [
19917
+ 'https://rpc.zkatana.gelato.digital',
19918
+ 'https://rpc.startale.com/zkatana'
19919
+ ],
19890
19920
  faucets: [],
19891
19921
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
19892
19922
  infoURL: 'https://astar.network',
19893
19923
  chainId: 1261120,
19894
19924
  networkId: 1261120,
19895
- explorers: [],
19896
- parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
19897
- status: 'incubating'
19925
+ explorers: [
19926
+ {
19927
+ name: 'Blockscout zKatana chain explorer',
19928
+ url: 'https://zkatana.blockscout.com',
19929
+ standard: 'EIP3091'
19930
+ },
19931
+ {
19932
+ name: 'Startale zKatana chain explorer',
19933
+ url: 'https://zkatana.explorer.startale.com',
19934
+ standard: 'EIP3091'
19935
+ }
19936
+ ],
19937
+ parent: {
19938
+ type: 'L2',
19939
+ chain: 'eip155-11155111',
19940
+ bridges: [
19941
+ { url: 'https://portal.astar.network' },
19942
+ { url: 'https://bridge.zkatana.gelato.digital' }
19943
+ ]
19944
+ },
19945
+ status: 'active'
19898
19946
  },
19899
19947
  {
19900
19948
  name: 'Etho Protocol',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.265",
3
+ "version": "0.0.266",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {