eth-chainlist 0.0.748 → 0.0.749

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.749 (2026-04-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.748 ([6d4b231](https://github.com/poowf/eth-chainlist/commit/6d4b231078b526224c752a6a46cb64106f3200b9))
9
+ * update chain data ([f2e5516](https://github.com/poowf/eth-chainlist/commit/f2e5516680dac52b0db27457792a3fdb4fd9a9e1))
10
+
3
11
  ### 0.0.748 (2026-04-02)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2917,27 +2917,38 @@ const chainArray = [
2917
2917
  {
2918
2918
  name: 'Defi Oracle Meta Mainnet',
2919
2919
  chain: 'dfiometa',
2920
- icon: 'defioraclemeta',
2921
- rpc: [ 'https://rpc.defi-oracle.io', 'wss://wss.defi-oracle.io' ],
2922
- features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2920
+ rpc: [
2921
+ 'https://rpc-http-pub.d-bis.org',
2922
+ 'wss://rpc-ws-pub.d-bis.org',
2923
+ 'https://rpc.d-bis.org',
2924
+ 'wss://rpc.d-bis.org',
2925
+ 'https://rpc2.d-bis.org',
2926
+ 'wss://ws.rpc.d-bis.org',
2927
+ 'wss://ws.rpc2.d-bis.org',
2928
+ 'https://rpc.public-0138.defi-oracle.io',
2929
+ 'wss://rpc.public-0138.defi-oracle.io',
2930
+ 'https://rpc.defi-oracle.io',
2931
+ 'wss://wss.defi-oracle.io'
2932
+ ],
2933
+ features: [
2934
+ { name: 'EIP155' },
2935
+ { name: 'EIP1559' },
2936
+ { name: 'EIP2718' },
2937
+ { name: 'EIP2930' }
2938
+ ],
2923
2939
  faucets: [],
2924
2940
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
2925
- infoURL: 'https://info.defi-oracle.io/',
2941
+ infoURL: 'https://d-bis.org',
2926
2942
  shortName: 'dfio-meta-main',
2927
2943
  chainId: 138,
2928
- networkId: 1,
2944
+ networkId: 138,
2929
2945
  slip44: 60,
2930
2946
  ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' },
2931
2947
  explorers: [
2932
2948
  {
2933
- name: 'Blockscout Explorer',
2934
- url: 'https://blockscout.defi-oracle.io',
2935
- standard: 'none'
2936
- },
2937
- {
2938
- name: 'Quorum Explorer',
2939
- url: 'https://explorer.defi-oracle.io',
2940
- standard: 'none'
2949
+ name: 'Blockscout',
2950
+ url: 'https://explorer.d-bis.org',
2951
+ standard: 'EIP3091'
2941
2952
  }
2942
2953
  ]
2943
2954
  },
@@ -12556,6 +12567,27 @@ const chainArray = [
12556
12567
  }
12557
12568
  ]
12558
12569
  },
12570
+ {
12571
+ name: 'STO Chain',
12572
+ chain: 'STOC',
12573
+ icon: 'stoc',
12574
+ rpc: [ 'https://evm-stoc-mainnet.stochainscan.io' ],
12575
+ faucets: [],
12576
+ nativeCurrency: { name: 'STOC', symbol: 'STOC', decimals: 18 },
12577
+ features: [ { name: 'EIP155' } ],
12578
+ infoURL: 'https://www.stochain.io/',
12579
+ shortName: 'stoc',
12580
+ chainId: 1306,
12581
+ networkId: 1306,
12582
+ explorers: [
12583
+ {
12584
+ name: 'STO Chain Explorer',
12585
+ url: 'https://stochainscan.io/en',
12586
+ standard: 'none'
12587
+ }
12588
+ ],
12589
+ status: 'active'
12590
+ },
12559
12591
  {
12560
12592
  name: 'COINZAX',
12561
12593
  chain: 'ZAX',
@@ -15450,6 +15482,27 @@ const chainArray = [
15450
15482
  }
15451
15483
  ]
15452
15484
  },
15485
+ {
15486
+ name: 'STO Chain Testnet',
15487
+ chain: 'TSTOC',
15488
+ icon: 'stoc',
15489
+ rpc: [ 'https://evm-stoc-testnet.stochainscan.io' ],
15490
+ faucets: [ 'https://testnet.stochainscan.io/en/request-faucet' ],
15491
+ nativeCurrency: { name: 'TSTOC', symbol: 'TSTOC', decimals: 18 },
15492
+ features: [ { name: 'EIP155' } ],
15493
+ infoURL: 'https://www.stochain.io/',
15494
+ shortName: 'tstoc',
15495
+ chainId: 1999,
15496
+ networkId: 1999,
15497
+ explorers: [
15498
+ {
15499
+ name: 'STO Chain Testnet Explorer',
15500
+ url: 'https://testnet.stochainscan.io/en',
15501
+ standard: 'none'
15502
+ }
15503
+ ],
15504
+ status: 'active'
15505
+ },
15453
15506
  {
15454
15507
  name: 'Dogechain Mainnet',
15455
15508
  chain: 'DC',
@@ -48297,6 +48350,21 @@ const chainArray = [
48297
48350
  }
48298
48351
  ]
48299
48352
  },
48353
+ {
48354
+ name: 'ClawCoin',
48355
+ chain: 'CC',
48356
+ icon: 'clawcoin',
48357
+ rpc: [ 'https://evm.clawcoin.com' ],
48358
+ features: [ { name: 'EIP155' } ],
48359
+ faucets: [],
48360
+ nativeCurrency: { name: 'ClawCoin', symbol: 'CC', decimals: 18 },
48361
+ infoURL: 'https://clawcoin.com',
48362
+ shortName: 'cc',
48363
+ chainId: 11111111,
48364
+ networkId: 11111111,
48365
+ slip44: 60,
48366
+ status: 'active'
48367
+ },
48300
48368
  {
48301
48369
  name: 'Celo Sepolia Testnet',
48302
48370
  chainId: 11142220,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.748",
3
+ "version": "0.0.749",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {