eth-chainlist 0.0.485 → 0.0.487

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 +126 -28
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.487 (2024-09-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.486 ([690e15d](https://github.com/poowf/eth-chainlist/commit/690e15dfc984f2a06a05046ed2e2004c973db26a))
9
+ * update chain data ([d07f220](https://github.com/poowf/eth-chainlist/commit/d07f22054ea576ff8000ecd233f9a9b64a3f53b1))
10
+
11
+ ### 0.0.486 (2024-09-07)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.485 ([d0ea043](https://github.com/poowf/eth-chainlist/commit/d0ea04378bb4a001c879af87d9c993d468050e8c))
17
+ * update chain data ([2c06914](https://github.com/poowf/eth-chainlist/commit/2c069148f4dbf080d9c4e55e72e9b34265007c95))
18
+
3
19
  ### 0.0.485 (2024-09-06)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -6393,7 +6393,7 @@ const chainArray = [
6393
6393
  ]
6394
6394
  },
6395
6395
  {
6396
- name: 'EVM on Flow (Testnet)',
6396
+ name: 'EVM on Flow Testnet',
6397
6397
  chain: 'Flow',
6398
6398
  rpc: [ 'https://testnet.evm.nodes.onflow.org' ],
6399
6399
  faucets: [ 'https://faucet.flow.com/fund-account' ],
@@ -6405,7 +6405,7 @@ const chainArray = [
6405
6405
  icon: 'flowevm',
6406
6406
  explorers: [
6407
6407
  {
6408
- name: 'FlowScan: Testnet',
6408
+ name: 'FlowScan Testnet',
6409
6409
  url: 'https://evm-testnet.flowscan.io',
6410
6410
  standard: 'EIP3091'
6411
6411
  }
@@ -7387,7 +7387,7 @@ const chainArray = [
7387
7387
  ]
7388
7388
  },
7389
7389
  {
7390
- name: 'EVM on Flow (Mainnet)',
7390
+ name: 'EVM on Flow',
7391
7391
  chain: 'Flow',
7392
7392
  rpc: [ 'https://mainnet.evm.nodes.onflow.org' ],
7393
7393
  faucets: [],
@@ -7399,9 +7399,9 @@ const chainArray = [
7399
7399
  icon: 'flowevm',
7400
7400
  explorers: [
7401
7401
  {
7402
- name: 'Flow Diver',
7403
- url: 'https://flowdiver.io',
7404
- standard: 'none'
7402
+ name: 'FlowScan',
7403
+ url: 'https://evm.flowscan.io',
7404
+ standard: 'EIP3091'
7405
7405
  }
7406
7406
  ]
7407
7407
  },
@@ -8267,6 +8267,27 @@ const chainArray = [
8267
8267
  }
8268
8268
  ]
8269
8269
  },
8270
+ {
8271
+ name: 'Subtensor EVM Testnet',
8272
+ chain: 'Bittensor',
8273
+ rpc: [ 'https://evm-testnet.dev.opentensor.ai' ],
8274
+ faucets: [],
8275
+ nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals: 9 },
8276
+ infoURL: 'https://bittensor.com/',
8277
+ shortName: 'bittensor-evm-testnet',
8278
+ chainId: 945,
8279
+ networkId: 945,
8280
+ slip44: 1005,
8281
+ icon: 'bittensor',
8282
+ explorers: [
8283
+ {
8284
+ name: 'Subtensor EVM Explorer',
8285
+ url: 'https://evm-testscan.dev.opentensor.ai',
8286
+ icon: 'bittensor',
8287
+ standard: 'EIP3091'
8288
+ }
8289
+ ]
8290
+ },
8270
8291
  {
8271
8292
  name: 'muNode Testnet',
8272
8293
  chain: 'munode',
@@ -8552,7 +8573,7 @@ const chainArray = [
8552
8573
  chain: '5ireChain',
8553
8574
  rpc: [ 'https://rpc.5ire.network' ],
8554
8575
  faucets: [],
8555
- nativeCurrency: { name: '5ire Token', symbol: '5IRE', decimals: 18 },
8576
+ nativeCurrency: { name: '5ire Token', symbol: '5ire', decimals: 18 },
8556
8577
  infoURL: 'https://5ire.org',
8557
8578
  shortName: '5ire',
8558
8579
  chainId: 995,
@@ -8580,10 +8601,10 @@ const chainArray = [
8580
8601
  icon: 'bifrost-polkadot'
8581
8602
  },
8582
8603
  {
8583
- name: '5ireChain Thunder',
8584
- chain: '5ireChain Testnet',
8585
- rpc: [ 'https://rpc-testnet.5ire.network' ],
8586
- faucets: [ 'https://explorer.5ire.network/faucet' ],
8604
+ name: '5ireChain Thunder Testnet',
8605
+ chain: '5ireChain',
8606
+ rpc: [ 'https://rpc.testnet.5ire.network' ],
8607
+ faucets: [ 'https://testnet.5irescan.io/faucet' ],
8587
8608
  nativeCurrency: { name: '5ire Testnet Token', symbol: 'T5IRE', decimals: 18 },
8588
8609
  infoURL: 'https://5ire.org',
8589
8610
  shortName: 'T5ire',
@@ -8592,8 +8613,8 @@ const chainArray = [
8592
8613
  icon: '5ireChain',
8593
8614
  explorers: [
8594
8615
  {
8595
- name: '5ireChain Explorer',
8596
- url: 'https://explorer.5ire.network',
8616
+ name: '5ireChain Testnet Explorer',
8617
+ url: 'https://testnet.5irescan.io',
8597
8618
  standard: 'none',
8598
8619
  icon: '5ireChain'
8599
8620
  }
@@ -12910,8 +12931,8 @@ const chainArray = [
12910
12931
  ]
12911
12932
  },
12912
12933
  {
12913
- name: 'Aleph Zero Testnet',
12914
- chain: 'Aleph Zero Testnet',
12934
+ name: 'Aleph Zero',
12935
+ chain: 'Aleph Zero',
12915
12936
  icon: 'aleph',
12916
12937
  rpc: [
12917
12938
  'https://rpc.alephzero-testnet.gelato.digital',
@@ -12919,14 +12940,14 @@ const chainArray = [
12919
12940
  ],
12920
12941
  faucets: [],
12921
12942
  nativeCurrency: { name: 'TZERO', symbol: 'TZERO', decimals: 18 },
12922
- infoURL: 'https://testnet.alephzero.org',
12943
+ infoURL: 'https://alephzero.org/',
12923
12944
  shortName: 'aleph',
12924
12945
  chainId: 2039,
12925
12946
  networkId: 2039,
12926
12947
  explorers: [
12927
12948
  {
12928
- name: 'Aleph Zero Testnet',
12929
- url: 'https://test.azero.dev/#/explorer',
12949
+ name: 'Aleph Zero',
12950
+ url: 'https://evm-explorer-testnet.alephzero.org',
12930
12951
  icon: 'aleph',
12931
12952
  standard: 'none'
12932
12953
  }
@@ -15983,6 +16004,26 @@ const chainArray = [
15983
16004
  }
15984
16005
  ]
15985
16006
  },
16007
+ {
16008
+ name: 'Zeroth Mainnet',
16009
+ chain: 'ZRH',
16010
+ icon: 'zeroth',
16011
+ rpc: [ 'https://my.zeroth.run' ],
16012
+ faucets: [],
16013
+ nativeCurrency: { name: 'ZRH', symbol: 'ZRH', decimals: 18 },
16014
+ infoURL: 'https://www.zeroth.foundation',
16015
+ shortName: 'ZRH',
16016
+ chainId: 4088,
16017
+ networkId: 4088,
16018
+ explorers: [
16019
+ {
16020
+ name: 'Zeroth Explorer',
16021
+ url: 'https://scan.zeroth.run',
16022
+ icon: 'zeroth',
16023
+ standard: 'EIP3091'
16024
+ }
16025
+ ]
16026
+ },
15986
16027
  {
15987
16028
  name: 'Fastex Chain (Bahamut) Oasis Testnet',
15988
16029
  title: 'Bahamut testnet Oasis',
@@ -18518,7 +18559,7 @@ const chainArray = [
18518
18559
  chain: 'tZEUS',
18519
18560
  icon: 'zeusicon',
18520
18561
  rpc: [ 'https://testnet-rpc.zeuschainscan.io' ],
18521
- nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
18562
+ nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUSX', decimals: 18 },
18522
18563
  infoURL: 'https://testnet-explorer.zeuschainscan.io',
18523
18564
  shortName: 'ZEUS-Testnet',
18524
18565
  chainId: 7244,
@@ -21660,6 +21701,25 @@ const chainArray = [
21660
21701
  }
21661
21702
  ]
21662
21703
  },
21704
+ {
21705
+ name: 'KBC Chain',
21706
+ chain: 'KB',
21707
+ rpc: [ 'https://mainnet-rpc.kbcfoundation.com' ],
21708
+ faucets: [],
21709
+ features: [ { name: 'EIP155' } ],
21710
+ nativeCurrency: { name: 'KBC', symbol: 'KBC', decimals: 18 },
21711
+ infoURL: 'https://kbcfoundation.com',
21712
+ shortName: 'KBC',
21713
+ chainId: 11000,
21714
+ networkId: 11000,
21715
+ explorers: [
21716
+ {
21717
+ name: 'KBC Explorer',
21718
+ url: 'https://scan.kbcfoundation.com',
21719
+ standard: 'EIP3091'
21720
+ }
21721
+ ]
21722
+ },
21663
21723
  {
21664
21724
  name: 'Shape Sepolia Testnet',
21665
21725
  chain: 'ETH',
@@ -22596,6 +22656,26 @@ const chainArray = [
22596
22656
  }
22597
22657
  ]
22598
22658
  },
22659
+ {
22660
+ name: 'Zeroth Testnet',
22661
+ chain: 'Zeroth',
22662
+ icon: 'zeroth',
22663
+ rpc: [ 'https://test-my.zeroth.run' ],
22664
+ faucets: [],
22665
+ nativeCurrency: { name: 'Zeroth', symbol: 'ZRHt', decimals: 18 },
22666
+ infoURL: 'https://www.zeroth.foundation',
22667
+ shortName: 'ZRHt',
22668
+ chainId: 14088,
22669
+ networkId: 14088,
22670
+ explorers: [
22671
+ {
22672
+ name: 'Zeroth Explorer',
22673
+ url: 'https://test-scan.zeroth.run',
22674
+ icon: 'zeroth',
22675
+ standard: 'EIP3091'
22676
+ }
22677
+ ]
22678
+ },
22599
22679
  {
22600
22680
  name: 'EVOLVE Testnet',
22601
22681
  chain: 'EVO',
@@ -25266,12 +25346,12 @@ const chainArray = [
25266
25346
  },
25267
25347
  {
25268
25348
  name: 'ZEUS Mainnet',
25269
- chain: 'ZEUS',
25349
+ chain: 'ZEUSX',
25270
25350
  icon: 'zeusicon',
25271
25351
  rpc: [ 'https://mainnet-rpc.zeuschainscan.io' ],
25272
- nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
25352
+ nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUSX', decimals: 18 },
25273
25353
  infoURL: 'https://zeuschainscan.io',
25274
- shortName: 'ZEUS',
25354
+ shortName: 'ZEUSX',
25275
25355
  chainId: 34504,
25276
25356
  networkId: 34504,
25277
25357
  faucets: [],
@@ -27483,7 +27563,7 @@ const chainArray = [
27483
27563
  name: 'eSync Network Testnet',
27484
27564
  title: 'eSync Network Testnet',
27485
27565
  chain: 'ECS',
27486
- rpc: [ 'http://rpc.tst.esync.network' ],
27566
+ rpc: [ 'https://rpc.tst.esync.network' ],
27487
27567
  faucets: [ 'https://faucet.tst.ecredits.com' ],
27488
27568
  nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
27489
27569
  infoURL: 'https://esync.network',
@@ -29571,6 +29651,27 @@ const chainArray = [
29571
29651
  ],
29572
29652
  redFlags: [ 'reusedChainId' ]
29573
29653
  },
29654
+ {
29655
+ name: 'Creditcoin',
29656
+ chain: 'CTC',
29657
+ icon: 'creditcoin',
29658
+ rpc: [ 'https://mainnet3.creditcoin.network' ],
29659
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
29660
+ nativeCurrency: { name: 'CTC', symbol: 'CTC', decimals: 18 },
29661
+ infoURL: 'https://creditcoin.org',
29662
+ shortName: 'ctc',
29663
+ chainId: 102030,
29664
+ networkId: 102030,
29665
+ faucets: [],
29666
+ explorers: [
29667
+ {
29668
+ name: 'blockscout',
29669
+ url: 'https://creditcoin.blockscout.com',
29670
+ icon: 'blockscout',
29671
+ standard: 'EIP3091'
29672
+ }
29673
+ ]
29674
+ },
29574
29675
  {
29575
29676
  name: 'Creditcoin Testnet',
29576
29677
  chain: 'CTC',
@@ -37395,10 +37496,7 @@ const chainArray = [
37395
37496
  {
37396
37497
  name: 'Fluence Stage',
37397
37498
  chain: 'Fluence Stage (Testnet)',
37398
- rpc: [
37399
- 'https://rpc-123420000220.raas-testnet.gelato.digital/',
37400
- 'wss://ws-123420000220.raas-testnet.gelato.digital/'
37401
- ],
37499
+ rpc: [ 'https://rpc.stage.fluence.dev', 'wss://ws.stage.fluence.dev' ],
37402
37500
  faucets: [],
37403
37501
  nativeCurrency: { name: 'tFLT', symbol: 'tFLT', decimals: 18 },
37404
37502
  infoURL: 'https://fluence.network/',
@@ -37408,7 +37506,7 @@ const chainArray = [
37408
37506
  explorers: [
37409
37507
  {
37410
37508
  name: 'blockscout',
37411
- url: 'https://blockscout-123420000220.raas-testnet.gelato.digital',
37509
+ url: 'https://blockscout.stage.fluence.dev',
37412
37510
  standard: 'EIP3091'
37413
37511
  }
37414
37512
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.485",
3
+ "version": "0.0.487",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {