eth-chainlist 0.0.497 → 0.0.499

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.499 (2024-09-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.498 ([b189a44](https://github.com/poowf/eth-chainlist/commit/b189a44ddb803d92a18c0eb666b26f62466ab218))
9
+ * update chain data ([3ebbd85](https://github.com/poowf/eth-chainlist/commit/3ebbd8542a84e7a3817e9973e33be3ef280b34cc))
10
+
11
+ ### 0.0.498 (2024-09-20)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.497 ([fbe3347](https://github.com/poowf/eth-chainlist/commit/fbe3347efcbfa467e21b559762d4ece8e6de75d9))
17
+ * update chain data ([96e1143](https://github.com/poowf/eth-chainlist/commit/96e11431564e744374026ff0a5244220c107ce3b))
18
+
3
19
  ### 0.0.497 (2024-09-19)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -5476,10 +5476,10 @@ const chainArray = [
5476
5476
  {
5477
5477
  name: 'Shape',
5478
5478
  chain: 'ETH',
5479
- rpc: [],
5479
+ rpc: [ 'https://mainnet.shape.network' ],
5480
5480
  faucets: [],
5481
5481
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5482
- infoURL: 'https://shape.us',
5482
+ infoURL: 'https://shape.network',
5483
5483
  shortName: 'shape',
5484
5484
  chainId: 360,
5485
5485
  networkId: 360,
@@ -8777,6 +8777,33 @@ const chainArray = [
8777
8777
  }
8778
8778
  ]
8779
8779
  },
8780
+ {
8781
+ name: 'LemonChainTestnet',
8782
+ chain: 'tLEMX',
8783
+ rpc: [
8784
+ 'https://rpc.testnet.lemonchain.io',
8785
+ 'https://rpc.testnet.allthingslemon.io'
8786
+ ],
8787
+ faucets: [],
8788
+ nativeCurrency: { name: 'testnet LEMX', symbol: 'tLEMX', decimals: 18 },
8789
+ infoURL: 'https://dapp.allthingslemon.io/home',
8790
+ shortName: 'tlemx',
8791
+ chainId: 1005,
8792
+ networkId: 1005,
8793
+ explorers: []
8794
+ },
8795
+ {
8796
+ name: 'LemonChain',
8797
+ chain: 'LEMX',
8798
+ rpc: [ 'https://rpc.lemonchain.io', 'https://rpc.allthingslemon.io' ],
8799
+ faucets: [],
8800
+ nativeCurrency: { name: 'LEMX', symbol: 'LEMX', decimals: 18 },
8801
+ infoURL: 'https://dapp.allthingslemon.io/home',
8802
+ shortName: 'lemx',
8803
+ chainId: 1006,
8804
+ networkId: 1006,
8805
+ explorers: []
8806
+ },
8780
8807
  {
8781
8808
  name: 'Newton Testnet',
8782
8809
  chain: 'NEW',
@@ -21235,6 +21262,40 @@ const chainArray = [
21235
21262
  }
21236
21263
  ]
21237
21264
  },
21265
+ {
21266
+ name: 'arena-z-testnet',
21267
+ title: 'Arena-Z-Testnet',
21268
+ chain: 'arena-z-testnet',
21269
+ rpc: [
21270
+ 'https://rpc.arena-z.t.raas.gelato.cloud',
21271
+ 'wss://ws.arena-z.t.raas.gelato.cloud'
21272
+ ],
21273
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21274
+ infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
21275
+ faucets: [],
21276
+ shortName: 'arena-z-testnet',
21277
+ chainId: 9897,
21278
+ networkId: 9897,
21279
+ slip44: 60,
21280
+ explorers: [
21281
+ {
21282
+ name: 'blockscout',
21283
+ url: 'https://arena-z.blockscout.com',
21284
+ icon: 'blockscout',
21285
+ standard: 'EIP3091'
21286
+ }
21287
+ ],
21288
+ parent: {
21289
+ type: 'L2',
21290
+ chain: 'eip155-11155111',
21291
+ bridges: [
21292
+ {
21293
+ url: 'https://testnet-bridge.gelato.network/bridge/arena-z-testnet'
21294
+ }
21295
+ ]
21296
+ },
21297
+ status: 'active'
21298
+ },
21238
21299
  {
21239
21300
  name: 'Larissa Chain',
21240
21301
  title: 'Larissa Chain',
@@ -21968,7 +22029,7 @@ const chainArray = [
21968
22029
  explorers: [
21969
22030
  {
21970
22031
  name: 'blockscout',
21971
- url: 'https://shape-sepolia-explorer.alchemy.com',
22032
+ url: 'https://explorer-sepolia.shape.network',
21972
22033
  standard: 'EIP3091'
21973
22034
  }
21974
22035
  ],
@@ -30725,7 +30786,7 @@ const chainArray = [
30725
30786
  chain: 'ETH',
30726
30787
  status: 'active',
30727
30788
  icon: 'taiko',
30728
- rpc: [ 'https://rpc.mainnet.taiko.xyz', 'wss://ws.mainnet.taiko.xyz' ],
30789
+ rpc: [ 'https://rpc.mainnet.taiko.xyz' ],
30729
30790
  faucets: [],
30730
30791
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
30731
30792
  infoURL: 'https://taiko.xyz',
@@ -31254,6 +31315,25 @@ const chainArray = [
31254
31315
  }
31255
31316
  ]
31256
31317
  },
31318
+ {
31319
+ name: 'Bethel Sydney',
31320
+ chain: 'Bethel',
31321
+ rpc: [ 'https://rpc-sydney.bethel.network' ],
31322
+ faucets: [ 'https://faucet-sydney.bethel.network' ],
31323
+ nativeCurrency: { name: 'Bethel', symbol: 'BECX', decimals: 18 },
31324
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31325
+ infoURL: '',
31326
+ shortName: 'bethel-sydney',
31327
+ chainId: 202202,
31328
+ networkId: 202202,
31329
+ explorers: [
31330
+ {
31331
+ name: 'Betehl Sydney Explorer',
31332
+ url: 'https://sydney.bethel.network',
31333
+ standard: 'none'
31334
+ }
31335
+ ]
31336
+ },
31257
31337
  {
31258
31338
  name: 'X1 Devnet',
31259
31339
  chain: 'X1',
@@ -33341,6 +33421,24 @@ const chainArray = [
33341
33421
  }
33342
33422
  ]
33343
33423
  },
33424
+ {
33425
+ name: 'TixChain Testnet',
33426
+ chain: 'TIXCHAIN',
33427
+ rpc: [ 'https://subnets.avax.network/tixchain/testnet/rpc' ],
33428
+ faucets: [],
33429
+ nativeCurrency: { name: 'TIX Token', symbol: 'TIX', decimals: 18 },
33430
+ infoURL: 'https://subnets-test.avax.network/tixchain/details',
33431
+ shortName: 'tixchain',
33432
+ chainId: 723107,
33433
+ networkId: 723107,
33434
+ explorers: [
33435
+ {
33436
+ name: 'TixChain Testnet Subnet Explorer',
33437
+ url: 'https://subnets-test.avax.network/tixchain',
33438
+ standard: 'EIP3091'
33439
+ }
33440
+ ]
33441
+ },
33344
33442
  {
33345
33443
  name: 'Hemi Sepolia',
33346
33444
  chain: 'ETH',
@@ -33630,6 +33728,26 @@ const chainArray = [
33630
33728
  bridges: [ { url: 'https://goerli.portal.zklink.io' } ]
33631
33729
  }
33632
33730
  },
33731
+ {
33732
+ name: 'SG Verse Mainnet',
33733
+ chain: 'SG Verse',
33734
+ icon: 'sg_verse',
33735
+ rpc: [ 'https://rpc.sgverse.net/' ],
33736
+ faucets: [],
33737
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
33738
+ infoURL: '',
33739
+ shortName: 'SGV',
33740
+ chainId: 812397,
33741
+ networkId: 812397,
33742
+ explorers: [
33743
+ {
33744
+ name: 'SG Verse Explorer',
33745
+ url: 'https://explorer.sgverse.net',
33746
+ standard: 'EIP3091'
33747
+ }
33748
+ ],
33749
+ parent: { type: 'L2', chain: 'eip155-248' }
33750
+ },
33633
33751
  {
33634
33752
  name: 'TSC Testnet',
33635
33753
  chain: 'Trust Smart Chain Testnet',
@@ -34310,6 +34428,25 @@ const chainArray = [
34310
34428
  }
34311
34429
  ]
34312
34430
  },
34431
+ {
34432
+ name: 'Automata Orbit Testnet',
34433
+ chain: 'Automata Orbit Testnet',
34434
+ rpc: [ 'https://rpc-orbit-testnet.ata.network' ],
34435
+ faucets: [],
34436
+ nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
34437
+ infoURL: 'https://ata.network',
34438
+ shortName: 'automataorbittestnet',
34439
+ chainId: 1398244,
34440
+ networkId: 1398244,
34441
+ icon: 'automata',
34442
+ explorers: [
34443
+ {
34444
+ name: 'Automata Orbit Testnet Explorer',
34445
+ url: 'https://automata-orbit-testnet-explorer.alt.technology',
34446
+ standard: 'EIP3091'
34447
+ }
34448
+ ]
34449
+ },
34313
34450
  {
34314
34451
  name: 'PlayFi Albireo Testnet',
34315
34452
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.497",
3
+ "version": "0.0.499",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {