eth-chainlist 0.0.497 → 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,13 @@
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
+
3
11
  ### 0.0.497 (2024-09-19)
4
12
 
5
13
 
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,
@@ -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
  ],
@@ -31254,6 +31288,25 @@ const chainArray = [
31254
31288
  }
31255
31289
  ]
31256
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
+ },
31257
31310
  {
31258
31311
  name: 'X1 Devnet',
31259
31312
  chain: 'X1',
@@ -33341,6 +33394,24 @@ const chainArray = [
33341
33394
  }
33342
33395
  ]
33343
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
+ },
33344
33415
  {
33345
33416
  name: 'Hemi Sepolia',
33346
33417
  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.498",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {