eth-chainlist 0.0.457 → 0.0.458

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.458 (2024-08-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.457 ([da1d24c](https://github.com/poowf/eth-chainlist/commit/da1d24cef1f551007bfa516588597f2cc224e5d5))
9
+ * update chain data ([61e54b3](https://github.com/poowf/eth-chainlist/commit/61e54b3b2963aa6c09bf06b2284c5510c73f98b4))
10
+
3
11
  ### 0.0.457 (2024-08-04)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12295,11 +12295,11 @@ const chainArray = [
12295
12295
  networkId: 1
12296
12296
  },
12297
12297
  {
12298
- name: 'NOW Chain',
12298
+ name: 'NOW Chain Testnet',
12299
12299
  chain: 'NOW',
12300
12300
  icon: 'nowchain',
12301
- rpc: [ 'https://rpc.nowscan.io' ],
12302
- faucets: [],
12301
+ rpc: [ 'https://rpc-testnet.nowscan.io' ],
12302
+ faucets: [ 'https://faucet.nowchain.co' ],
12303
12303
  nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
12304
12304
  infoURL: 'https://nowchain.co',
12305
12305
  shortName: 'now',
@@ -12308,7 +12308,7 @@ const chainArray = [
12308
12308
  explorers: [
12309
12309
  {
12310
12310
  name: 'nowscan',
12311
- url: 'https://nowscan.io',
12311
+ url: 'https://testnet.nowscan.io',
12312
12312
  standard: 'EIP3091'
12313
12313
  }
12314
12314
  ]
@@ -14280,6 +14280,19 @@ const chainArray = [
14280
14280
  bridges: [ { url: 'https://bridge-holesky.morphl2.io' } ]
14281
14281
  }
14282
14282
  },
14283
+ {
14284
+ name: 'Chips Network',
14285
+ chain: 'CHIPS',
14286
+ rpc: [
14287
+ 'https://node.chips.ooo/wasp/api/v1/chains/iota1pp3d3mnap3ufmgqnjsnw344sqmf5svjh26y2khnmc89sv6788y3r207a8fn/evm'
14288
+ ],
14289
+ faucets: [],
14290
+ nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
14291
+ infoURL: 'https://www.chips.ooo',
14292
+ shortName: 'chips',
14293
+ chainId: 2882,
14294
+ networkId: 2882
14295
+ },
14283
14296
  {
14284
14297
  name: 'Boba Network Goerli Testnet',
14285
14298
  chain: 'ETH',
@@ -20677,15 +20690,20 @@ const chainArray = [
20677
20690
  faucets: [],
20678
20691
  nativeCurrency: { name: 'MNV', symbol: 'MNV', decimals: 18 },
20679
20692
  features: [],
20680
- infoURL: 'https://www.blockxnet.com/',
20693
+ infoURL: 'https://metanovaverse.com/',
20681
20694
  shortName: 'mnv',
20682
20695
  chainId: 10096,
20683
20696
  networkId: 10096,
20684
20697
  explorers: [
20685
20698
  {
20686
20699
  name: 'Blockscout',
20687
- url: 'https://explorer.blockxnet.com',
20700
+ url: 'https://explorer.metanovaverse.com',
20688
20701
  standard: 'EIP3091'
20702
+ },
20703
+ {
20704
+ name: 'Cosmos Explorer (Ping)',
20705
+ url: 'https://ping.metanovaverse.com/metanovaverse',
20706
+ standard: 'none'
20689
20707
  }
20690
20708
  ]
20691
20709
  },
@@ -24424,6 +24442,27 @@ const chainArray = [
24424
24442
  }
24425
24443
  ]
24426
24444
  },
24445
+ {
24446
+ name: 'SlingShot',
24447
+ chain: 'SLING',
24448
+ rpc: [ 'https://rpc.slingshotdao.com' ],
24449
+ faucets: [],
24450
+ nativeCurrency: { name: 'Sling', symbol: 'SLING', decimals: 18 },
24451
+ features: [ { name: 'EIP155' } ],
24452
+ infoURL: 'https://slingshotdao.com',
24453
+ shortName: 'slingshot',
24454
+ chainId: 33401,
24455
+ networkId: 33401,
24456
+ icon: 'slingshot',
24457
+ explorers: [
24458
+ {
24459
+ name: 'SlingShot Explorer',
24460
+ url: 'https://explore.slingshotdao.com',
24461
+ icon: 'slingshot',
24462
+ standard: 'EIP3091'
24463
+ }
24464
+ ]
24465
+ },
24427
24466
  {
24428
24467
  name: 'Zilliqa-2 EVM Devnet',
24429
24468
  chain: 'ZIL',
@@ -28086,6 +28125,29 @@ const chainArray = [
28086
28125
  ],
28087
28126
  status: 'deprecated'
28088
28127
  },
28128
+ {
28129
+ name: 'SlingShot Testnet',
28130
+ chain: 'SLING',
28131
+ rpc: [
28132
+ 'https://rpc-dependent-emerald-whippet-gh6kch3nen.t.conduit.xyz'
28133
+ ],
28134
+ faucets: [],
28135
+ nativeCurrency: { name: 'Sling Test', symbol: 'SLINGT', decimals: 18 },
28136
+ features: [ { name: 'EIP155' } ],
28137
+ infoURL: 'https://slingshotdao.com',
28138
+ shortName: 'sling',
28139
+ chainId: 97435,
28140
+ networkId: 97435,
28141
+ icon: 'slingshot',
28142
+ explorers: [
28143
+ {
28144
+ name: 'SlingShot Test Explorer',
28145
+ url: 'https://explorer-dependent-emerald-whippet-gh6kch3nen.t.conduit.xyz',
28146
+ icon: 'slingshot',
28147
+ standard: 'EIP3091'
28148
+ }
28149
+ ]
28150
+ },
28089
28151
  {
28090
28152
  name: 'Green Chain Testnet',
28091
28153
  chain: 'Green Chain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.457",
3
+ "version": "0.0.458",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {