eth-chainlist 0.0.587 → 0.0.589

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +156 -30
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.589 (2025-01-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.588 ([9eb3247](https://github.com/poowf/eth-chainlist/commit/9eb32471e5f4ad4dad03473b3959eee94d6590ad))
9
+ * update chain data ([f25dff2](https://github.com/poowf/eth-chainlist/commit/f25dff285b26fe7bfe96c973ebfdfd9f566faf85))
10
+
11
+ ### 0.0.588 (2025-01-16)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.587 ([443880a](https://github.com/poowf/eth-chainlist/commit/443880a8e91dbb34ef923b7ed107e699452ddb9f))
17
+ * update chain data ([92e91c9](https://github.com/poowf/eth-chainlist/commit/92e91c95e93aef8f3a232e77760a3b9e406643fa))
18
+
3
19
  ### 0.0.587 (2025-01-15)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4776,6 +4776,7 @@ const chainArray = [
4776
4776
  'https://mainnet-rpc-04.swanchain.org'
4777
4777
  ],
4778
4778
  faucets: [],
4779
+ icon: 'swan',
4779
4780
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4780
4781
  infoURL: 'https://swanchain.io/',
4781
4782
  shortName: 'Swan',
@@ -9642,32 +9643,18 @@ const chainArray = [
9642
9643
  ]
9643
9644
  },
9644
9645
  {
9645
- name: 'Lucky Network',
9646
- chain: 'LN',
9647
- rpc: [
9648
- 'https://rpc.luckynetwork.org',
9649
- 'wss://ws.lnscan.org',
9650
- 'https://rpc.lnscan.org'
9651
- ],
9646
+ name: 'Hyperliquid EVM Testnet',
9647
+ chain: 'HYPE',
9648
+ rpc: [ 'https://api.hyperliquid-testnet.xyz/evm' ],
9649
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
9652
9650
  faucets: [],
9653
- nativeCurrency: { name: 'Lucky', symbol: 'L99', decimals: 18 },
9654
- infoURL: 'https://luckynetwork.org',
9655
- shortName: 'ln',
9651
+ nativeCurrency: { name: 'HYPE', symbol: 'HYPE', decimals: 18 },
9652
+ infoURL: 'https://hyperfoundation.org/',
9653
+ shortName: 'hype-evm-testnet',
9656
9654
  chainId: 998,
9657
9655
  networkId: 998,
9658
- icon: 'lucky',
9659
- explorers: [
9660
- {
9661
- name: 'blockscout',
9662
- url: 'https://explorer.luckynetwork.org',
9663
- standard: 'none'
9664
- },
9665
- {
9666
- name: 'expedition',
9667
- url: 'https://lnscan.org',
9668
- standard: 'none'
9669
- }
9670
- ]
9656
+ explorers: [],
9657
+ redFlags: [ 'reusedChainId' ]
9671
9658
  },
9672
9659
  {
9673
9660
  name: 'Wanchain Testnet',
@@ -15515,6 +15502,26 @@ const chainArray = [
15515
15502
  }
15516
15503
  ]
15517
15504
  },
15505
+ {
15506
+ name: 'GOAT Network',
15507
+ title: 'GOAT Network',
15508
+ chain: 'GOAT',
15509
+ rpc: [ 'https://rpc.goat.network' ],
15510
+ faucets: [],
15511
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
15512
+ infoURL: 'https://www.goat.network',
15513
+ shortName: 'goat',
15514
+ chainId: 2345,
15515
+ networkId: 2345,
15516
+ icon: 'goat',
15517
+ explorers: [
15518
+ {
15519
+ name: 'blockscout',
15520
+ url: 'https://explorer.goat.network',
15521
+ standard: 'EIP3091'
15522
+ }
15523
+ ]
15524
+ },
15518
15525
  {
15519
15526
  name: 'Silicon zkEVM',
15520
15527
  title: 'Silicon zkEVM Mainnet',
@@ -22199,10 +22206,10 @@ const chainArray = [
22199
22206
  {
22200
22207
  name: 'Bitcoin Chain',
22201
22208
  chain: 'BTC',
22202
- rpc: [ 'https://rpc.biteth.org' ],
22209
+ rpc: [ 'https://rpc.bitcoinevm.org' ],
22203
22210
  faucets: [],
22204
22211
  nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
22205
- infoURL: 'https://biteth.org',
22212
+ infoURL: 'https://bitcoinevm.org',
22206
22213
  shortName: 'Bitcoin',
22207
22214
  chainId: 8086,
22208
22215
  networkId: 8086,
@@ -22838,8 +22845,8 @@ const chainArray = [
22838
22845
  {
22839
22846
  name: 'Hydra Chain Testnet',
22840
22847
  chain: 'HYDRA',
22841
- rpc: [ 'https://rpc.testnet.hydrachain.org' ],
22842
- faucets: [ 'https://app.testnet.hydrachain.org/faucet' ],
22848
+ rpc: [ 'https://rpc-testnet.hydrachain.org' ],
22849
+ faucets: [ 'https://testnetapp.hydrachain.org/faucet' ],
22843
22850
  nativeCurrency: { name: 'tHydra', symbol: 'tHYDRA', decimals: 18 },
22844
22851
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
22845
22852
  infoURL: 'https://hydrachain.org',
@@ -24180,7 +24187,7 @@ const chainArray = [
24180
24187
  name: 'Agung Network',
24181
24188
  chain: 'Agung',
24182
24189
  icon: 'agung',
24183
- rpc: [ 'https:///wss-async.agung.peaq.network' ],
24190
+ rpc: [ 'https://wss-async.agung.peaq.network' ],
24184
24191
  faucets: [],
24185
24192
  nativeCurrency: { name: 'Agung', symbol: 'AGNG', decimals: 18 },
24186
24193
  infoURL: 'https://www.peaq.network',
@@ -26375,7 +26382,7 @@ const chainArray = [
26375
26382
  {
26376
26383
  name: '0G-Newton-Testnet',
26377
26384
  chain: '0G-Testnet',
26378
- rpc: [ 'https://rpc-testnet.0g.ai' ],
26385
+ rpc: [ 'https://evmrpc-testnet.0g.ai' ],
26379
26386
  faucets: [ 'https://faucet.0g.ai' ],
26380
26387
  nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
26381
26388
  infoURL: 'https://0g.ai',
@@ -26385,7 +26392,7 @@ const chainArray = [
26385
26392
  icon: '0gai',
26386
26393
  explorers: [
26387
26394
  {
26388
- name: '0G Chain Explorer',
26395
+ name: '0G BlockChain Explorer',
26389
26396
  url: 'https://chainscan-newton.0g.ai',
26390
26397
  standard: 'none'
26391
26398
  }
@@ -27611,6 +27618,25 @@ const chainArray = [
27611
27618
  }
27612
27619
  ]
27613
27620
  },
27621
+ {
27622
+ name: 'PremiumBlock',
27623
+ chain: 'PBLK',
27624
+ rpc: [ 'https://rpc.premiumblock.org' ],
27625
+ faucets: [],
27626
+ nativeCurrency: { name: 'Premium Block', symbol: 'PBLK', decimals: 18 },
27627
+ infoURL: 'https://scan.premiumblock.org',
27628
+ shortName: 'pblk',
27629
+ chainId: 23023,
27630
+ networkId: 23023,
27631
+ explorers: [
27632
+ {
27633
+ name: 'PremiumBlocks Explorer',
27634
+ url: 'https://scan.premiumblock.org',
27635
+ standard: 'EIP3091'
27636
+ }
27637
+ ],
27638
+ features: [ { name: 'EIP1559' } ]
27639
+ },
27614
27640
  {
27615
27641
  name: 'Opside Testnet',
27616
27642
  chain: 'Opside',
@@ -29350,6 +29376,25 @@ const chainArray = [
29350
29376
  chainId: 42069,
29351
29377
  networkId: 42069
29352
29378
  },
29379
+ {
29380
+ name: 'WMC Testnet',
29381
+ chain: 'WMC',
29382
+ icon: 'wmc',
29383
+ rpc: [ 'https://rpc-testnet-base.worldmobile.net' ],
29384
+ faucets: [ 'https://faucet-testnet-base.worldmobile.net' ],
29385
+ nativeCurrency: { name: 'WMTx', symbol: 'WMTx', decimals: 18 },
29386
+ infoURL: 'https://worldmobiletoken.com',
29387
+ shortName: 'wmtx',
29388
+ chainId: 42070,
29389
+ networkId: 42070,
29390
+ explorers: [
29391
+ {
29392
+ name: 'WMC Explorer',
29393
+ url: 'https://explorer-testnet-base.worldmobile.net',
29394
+ standard: 'EIP3091'
29395
+ }
29396
+ ]
29397
+ },
29353
29398
  {
29354
29399
  name: 'AgentLayer Testnet',
29355
29400
  chain: 'AgentLayer',
@@ -30336,6 +30381,24 @@ const chainArray = [
30336
30381
  ],
30337
30382
  parent: { type: 'L2', chain: 'eip155-11155111' }
30338
30383
  },
30384
+ {
30385
+ name: 'STB Testnet',
30386
+ chain: 'STB Testnet',
30387
+ rpc: [ 'https://rpc.quorum.sps.dev.kode.ru/' ],
30388
+ faucets: [],
30389
+ nativeCurrency: { name: 'STB', symbol: 'STB', decimals: 18 },
30390
+ infoURL: '',
30391
+ shortName: 'stb-testnet',
30392
+ chainId: 50505,
30393
+ networkId: 50505,
30394
+ explorers: [
30395
+ {
30396
+ name: 'stb-testnet',
30397
+ url: 'https://explorer.quorum.sps.dev.kode.ru',
30398
+ standard: 'none'
30399
+ }
30400
+ ]
30401
+ },
30339
30402
  {
30340
30403
  name: 'Erbie Mainnet',
30341
30404
  chain: 'Erbie',
@@ -32763,6 +32826,26 @@ const chainArray = [
32763
32826
  explorers: [],
32764
32827
  parent: { type: 'L2', chain: 'eip155-42161' }
32765
32828
  },
32829
+ {
32830
+ name: 'Forta Chain',
32831
+ chain: 'Forta Chain',
32832
+ rpc: [ 'https://rpc-forta-chain-8gj1qndmfc.t.conduit.xyz' ],
32833
+ faucets: [],
32834
+ nativeCurrency: { name: 'FORT', symbol: 'FORT', decimals: 18 },
32835
+ infoURL: 'https://www.forta.org/',
32836
+ shortName: 'forta',
32837
+ chainId: 80931,
32838
+ networkId: 80931,
32839
+ icon: 'forta-chain',
32840
+ explorers: [
32841
+ {
32842
+ name: 'Forta Chain Explorer',
32843
+ url: 'https://explorer.forta.org',
32844
+ icon: 'forta-chain',
32845
+ standard: 'EIP3091'
32846
+ }
32847
+ ]
32848
+ },
32766
32849
  {
32767
32850
  name: 'Nordek Mainnet',
32768
32851
  chain: 'Nordek',
@@ -38260,6 +38343,24 @@ const chainArray = [
38260
38343
  }
38261
38344
  ]
38262
38345
  },
38346
+ {
38347
+ name: 'Fidesinnova',
38348
+ chain: 'Fidesinnova',
38349
+ rpc: [ 'https://fidesf1-rpc.fidesinnova.io' ],
38350
+ faucets: [],
38351
+ nativeCurrency: { name: 'Fidesinnova', symbol: 'FDS', decimals: 18 },
38352
+ infoURL: 'https://fidesinnova1.gitbook.io/fidesinnova',
38353
+ shortName: 'Fidesinnova',
38354
+ chainId: 706883,
38355
+ networkId: 706883,
38356
+ explorers: [
38357
+ {
38358
+ name: 'Fidesinnova Blockchain Explorer',
38359
+ url: 'https://explorer.fidesinnova.io',
38360
+ standard: 'none'
38361
+ }
38362
+ ]
38363
+ },
38263
38364
  {
38264
38365
  name: 'Tiltyard Mainnet Subnet',
38265
38366
  chain: 'TILTYARD',
@@ -40374,6 +40475,31 @@ const chainArray = [
40374
40475
  }
40375
40476
  ]
40376
40477
  },
40478
+ {
40479
+ name: 'Ozean Poseidon Testnet',
40480
+ chain: 'Ozean Poseidon',
40481
+ rpc: [
40482
+ 'https://ozean-testnet.rpc.caldera.xyz/http',
40483
+ 'wss://ozean-testnet.rpc.caldera.xyz/ws'
40484
+ ],
40485
+ faucets: [ 'https://ozean-testnet.hub.caldera.xyz' ],
40486
+ nativeCurrency: { name: 'USDX', symbol: 'USDX', decimals: 18 },
40487
+ infoURL: 'https://docs.ozean.finance',
40488
+ shortName: 'ozean-poseidon',
40489
+ chainId: 7849306,
40490
+ networkId: 7849306,
40491
+ icon: 'ozean',
40492
+ status: 'active',
40493
+ explorers: [
40494
+ {
40495
+ name: 'Ozean Testnet Explorer',
40496
+ url: 'https://ozean-testnet.explorer.caldera.xyz',
40497
+ icon: 'ozean',
40498
+ standard: 'EIP3091'
40499
+ }
40500
+ ],
40501
+ parent: { type: 'L2', chain: 'eip155-11155111' }
40502
+ },
40377
40503
  {
40378
40504
  name: 'Plian Mainnet Subchain 1',
40379
40505
  chain: 'Plian',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.587",
3
+ "version": "0.0.589",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {