eth-chainlist 0.0.496 → 0.0.498

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.498 (2024-09-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.497 ([fbe3347](https://github.com/poowf/eth-chainlist/commit/fbe3347efcbfa467e21b559762d4ece8e6de75d9))
9
+ * update chain data ([96e1143](https://github.com/poowf/eth-chainlist/commit/96e11431564e744374026ff0a5244220c107ce3b))
10
+
11
+ ### 0.0.497 (2024-09-19)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.496 ([fae7b51](https://github.com/poowf/eth-chainlist/commit/fae7b51f4a27d62853052a67b610fbda556940a4))
17
+ * update chain data ([902fe1f](https://github.com/poowf/eth-chainlist/commit/902fe1fea69d5f885b0bdc1fcc7a588b71a2b11a))
18
+
3
19
  ### 0.0.496 (2024-09-18)
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,
@@ -6165,7 +6165,7 @@ const chainArray = [
6165
6165
  {
6166
6166
  name: 'World Chain',
6167
6167
  chain: 'ETH',
6168
- rpc: [],
6168
+ rpc: [ 'https://worldchain-mainnet.g.alchemy.com/public' ],
6169
6169
  faucets: [],
6170
6170
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
6171
6171
  infoURL: 'https://worldcoin.org',
@@ -16750,7 +16750,7 @@ const chainArray = [
16750
16750
  {
16751
16751
  name: 'World Chain Sepolia Testnet',
16752
16752
  chain: 'ETH',
16753
- rpc: [],
16753
+ rpc: [ 'https://worldchain-sepolia.g.alchemy.com/public' ],
16754
16754
  faucets: [],
16755
16755
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
16756
16756
  infoURL: 'https://worldcoin.org/',
@@ -21235,6 +21235,40 @@ const chainArray = [
21235
21235
  }
21236
21236
  ]
21237
21237
  },
21238
+ {
21239
+ name: 'arena-z-testnet',
21240
+ title: 'Arena-Z-Testnet',
21241
+ chain: 'arena-z-testnet',
21242
+ rpc: [
21243
+ 'https://rpc.arena-z.t.raas.gelato.cloud',
21244
+ 'wss://ws.arena-z.t.raas.gelato.cloud'
21245
+ ],
21246
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21247
+ infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
21248
+ faucets: [],
21249
+ shortName: 'arena-z-testnet',
21250
+ chainId: 9897,
21251
+ networkId: 9897,
21252
+ slip44: 60,
21253
+ explorers: [
21254
+ {
21255
+ name: 'blockscout',
21256
+ url: 'https://arena-z.blockscout.com',
21257
+ icon: 'blockscout',
21258
+ standard: 'EIP3091'
21259
+ }
21260
+ ],
21261
+ parent: {
21262
+ type: 'L2',
21263
+ chain: 'eip155-11155111',
21264
+ bridges: [
21265
+ {
21266
+ url: 'https://testnet-bridge.gelato.network/bridge/arena-z-testnet'
21267
+ }
21268
+ ]
21269
+ },
21270
+ status: 'active'
21271
+ },
21238
21272
  {
21239
21273
  name: 'Larissa Chain',
21240
21274
  title: 'Larissa Chain',
@@ -21968,7 +22002,7 @@ const chainArray = [
21968
22002
  explorers: [
21969
22003
  {
21970
22004
  name: 'blockscout',
21971
- url: 'https://shape-sepolia-explorer.alchemy.com',
22005
+ url: 'https://explorer-sepolia.shape.network',
21972
22006
  standard: 'EIP3091'
21973
22007
  }
21974
22008
  ],
@@ -22722,6 +22756,18 @@ const chainArray = [
22722
22756
  }
22723
22757
  ]
22724
22758
  },
22759
+ {
22760
+ name: 'Cannon Testnet',
22761
+ title: 'Cannon Private Testnet',
22762
+ chain: 'ETH',
22763
+ rpc: [ 'http://127.0.0.1:8545' ],
22764
+ faucets: [],
22765
+ nativeCurrency: { name: 'Cannon Testnet Ether', symbol: 'ETH', decimals: 18 },
22766
+ infoURL: 'https://usecannon.com',
22767
+ shortName: 'cannon',
22768
+ chainId: 13370,
22769
+ networkId: 13370
22770
+ },
22725
22771
  {
22726
22772
  name: 'Immutable zkEVM',
22727
22773
  chain: 'Immutable zkEVM',
@@ -29533,6 +29579,25 @@ const chainArray = [
29533
29579
  }
29534
29580
  ]
29535
29581
  },
29582
+ {
29583
+ name: 'Tetron Testnet Smart Chain',
29584
+ chain: 'Tetron Testnet',
29585
+ rpc: [ 'https://test-rpc.tscscan.org' ],
29586
+ faucets: [],
29587
+ features: [ { name: 'EIP155' } ],
29588
+ nativeCurrency: { name: 'Tetron Testnet', symbol: 'TSC', decimals: 18 },
29589
+ infoURL: 'https://tetronchain.com/',
29590
+ shortName: 'TetronTestnet',
29591
+ chainId: 97053,
29592
+ networkId: 97053,
29593
+ explorers: [
29594
+ {
29595
+ name: 'Tetron Explorer',
29596
+ url: 'https://testnet.tscscan.org',
29597
+ standard: 'EIP3091'
29598
+ }
29599
+ ]
29600
+ },
29536
29601
  {
29537
29602
  name: 'Tetron Smart Chain',
29538
29603
  chain: 'Tetron Mainnet',
@@ -31223,6 +31288,25 @@ const chainArray = [
31223
31288
  }
31224
31289
  ]
31225
31290
  },
31291
+ {
31292
+ name: 'Bethel Sydney',
31293
+ chain: 'Bethel',
31294
+ rpc: [ 'https://rpc-sydney.bethel.network' ],
31295
+ faucets: [ 'https://faucet-sydney.bethel.network' ],
31296
+ nativeCurrency: { name: 'Bethel', symbol: 'BECX', decimals: 18 },
31297
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31298
+ infoURL: '',
31299
+ shortName: 'bethel-sydney',
31300
+ chainId: 202202,
31301
+ networkId: 202202,
31302
+ explorers: [
31303
+ {
31304
+ name: 'Betehl Sydney Explorer',
31305
+ url: 'https://sydney.bethel.network',
31306
+ standard: 'none'
31307
+ }
31308
+ ]
31309
+ },
31226
31310
  {
31227
31311
  name: 'X1 Devnet',
31228
31312
  chain: 'X1',
@@ -33310,6 +33394,24 @@ const chainArray = [
33310
33394
  }
33311
33395
  ]
33312
33396
  },
33397
+ {
33398
+ name: 'TixChain Testnet',
33399
+ chain: 'TIXCHAIN',
33400
+ rpc: [ 'https://subnets.avax.network/tixchain/testnet/rpc' ],
33401
+ faucets: [],
33402
+ nativeCurrency: { name: 'TIX Token', symbol: 'TIX', decimals: 18 },
33403
+ infoURL: 'https://subnets-test.avax.network/tixchain/details',
33404
+ shortName: 'tixchain',
33405
+ chainId: 723107,
33406
+ networkId: 723107,
33407
+ explorers: [
33408
+ {
33409
+ name: 'TixChain Testnet Subnet Explorer',
33410
+ url: 'https://subnets-test.avax.network/tixchain',
33411
+ standard: 'EIP3091'
33412
+ }
33413
+ ]
33414
+ },
33313
33415
  {
33314
33416
  name: 'Hemi Sepolia',
33315
33417
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.496",
3
+ "version": "0.0.498",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {