eth-chainlist 0.0.654 → 0.0.655

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.655 (2025-05-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.654 ([8a8dedb](https://github.com/poowf/eth-chainlist/commit/8a8dedbe92b70d073c68985b6368213f0a11392e))
9
+ * update chain data ([b12df39](https://github.com/poowf/eth-chainlist/commit/b12df392bca46e0d7e9d5b375999b3ddf877878d))
10
+
3
11
  ### 0.0.654 (2025-05-11)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4659,17 +4659,17 @@ const chainArray = [
4659
4659
  name: 'Blast Mainnet',
4660
4660
  chain: 'ETH',
4661
4661
  icon: 'blastIcon',
4662
- rpc: [ 'https://rpc.blastblockchain.com' ],
4662
+ rpc: [ 'https://zkevmrpc.blastchain.org' ],
4663
4663
  faucets: [],
4664
- nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4665
- infoURL: 'https://docs.blastblockchain.com',
4664
+ nativeCurrency: { name: 'One World Chain', symbol: 'OWCT', decimals: 18 },
4665
+ infoURL: 'https://docs.blastchain.org',
4666
4666
  shortName: 'blast',
4667
4667
  chainId: 238,
4668
4668
  networkId: 238,
4669
4669
  explorers: [
4670
4670
  {
4671
4671
  name: 'Blast Mainnet',
4672
- url: 'https://scan.blastblockchain.com',
4672
+ url: 'https://blastchain.org',
4673
4673
  standard: 'EIP3091'
4674
4674
  }
4675
4675
  ]
@@ -4749,6 +4749,26 @@ const chainArray = [
4749
4749
  }
4750
4750
  ]
4751
4751
  },
4752
+ {
4753
+ name: 'ChooChain',
4754
+ title: 'ChooChain Mainnet',
4755
+ chain: 'CHOO',
4756
+ rpc: [ 'https://rpc.choochain.io' ],
4757
+ faucets: [],
4758
+ nativeCurrency: { name: 'ChooChain Token', symbol: 'CHOO', decimals: 18 },
4759
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4760
+ infoURL: 'https://github.com/Trinketz/ChooChain',
4761
+ shortName: 'choo',
4762
+ chainId: 247,
4763
+ networkId: 247,
4764
+ explorers: [
4765
+ {
4766
+ name: 'ChooChain Explorer',
4767
+ url: 'https://blocks.choochain.io',
4768
+ standard: 'EIP3091'
4769
+ }
4770
+ ]
4771
+ },
4752
4772
  {
4753
4773
  name: 'Oasys Mainnet',
4754
4774
  chain: 'Oasys',
@@ -25894,15 +25914,23 @@ const chainArray = [
25894
25914
  {
25895
25915
  name: 'Tea Sepolia Testnet',
25896
25916
  chain: 'ETH',
25897
- rpc: [],
25898
- faucets: [],
25917
+ rpc: [ 'https://tea-sepolia.g.alchemy.com/public' ],
25918
+ faucets: [ 'https://faucet-sepolia.tea.xyz' ],
25919
+ explorers: [
25920
+ {
25921
+ name: 'blockscout',
25922
+ url: 'https://sepolia.tea.xyz',
25923
+ icon: 'blockscout',
25924
+ standard: 'EIP3091'
25925
+ }
25926
+ ],
25899
25927
  nativeCurrency: { name: 'Sepolia Tea', symbol: 'TEA', decimals: 18 },
25900
25928
  infoURL: 'https://tea.xyz',
25901
25929
  shortName: 'teasep',
25902
25930
  chainId: 10218,
25903
25931
  networkId: 10218,
25904
25932
  parent: { type: 'L2', chain: 'eip155-11155111' },
25905
- status: 'incubating'
25933
+ status: 'active'
25906
25934
  },
25907
25935
  {
25908
25936
  name: 'GLScan',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.654",
3
+ "version": "0.0.655",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {