eth-chainlist 0.0.486 → 0.0.487

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.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
+
3
11
  ### 0.0.486 (2024-09-07)
4
12
 
5
13
 
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
  }
@@ -18559,7 +18559,7 @@ const chainArray = [
18559
18559
  chain: 'tZEUS',
18560
18560
  icon: 'zeusicon',
18561
18561
  rpc: [ 'https://testnet-rpc.zeuschainscan.io' ],
18562
- nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
18562
+ nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUSX', decimals: 18 },
18563
18563
  infoURL: 'https://testnet-explorer.zeuschainscan.io',
18564
18564
  shortName: 'ZEUS-Testnet',
18565
18565
  chainId: 7244,
@@ -21701,6 +21701,25 @@ const chainArray = [
21701
21701
  }
21702
21702
  ]
21703
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
+ },
21704
21723
  {
21705
21724
  name: 'Shape Sepolia Testnet',
21706
21725
  chain: 'ETH',
@@ -25327,12 +25346,12 @@ const chainArray = [
25327
25346
  },
25328
25347
  {
25329
25348
  name: 'ZEUS Mainnet',
25330
- chain: 'ZEUS',
25349
+ chain: 'ZEUSX',
25331
25350
  icon: 'zeusicon',
25332
25351
  rpc: [ 'https://mainnet-rpc.zeuschainscan.io' ],
25333
- nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
25352
+ nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUSX', decimals: 18 },
25334
25353
  infoURL: 'https://zeuschainscan.io',
25335
- shortName: 'ZEUS',
25354
+ shortName: 'ZEUSX',
25336
25355
  chainId: 34504,
25337
25356
  networkId: 34504,
25338
25357
  faucets: [],
@@ -29632,6 +29651,27 @@ const chainArray = [
29632
29651
  ],
29633
29652
  redFlags: [ 'reusedChainId' ]
29634
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
+ },
29635
29675
  {
29636
29676
  name: 'Creditcoin Testnet',
29637
29677
  chain: 'CTC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.486",
3
+ "version": "0.0.487",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {