eth-chainlist 0.0.618 → 0.0.619

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.619 (2025-02-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.618 ([88726fe](https://github.com/poowf/eth-chainlist/commit/88726fe24cd0c4610907893892da9aaa5aae3f9e))
9
+ * update chain data ([9191dee](https://github.com/poowf/eth-chainlist/commit/9191dee57a624987ac30d458efdc52c676537922))
10
+
3
11
  ### 0.0.618 (2025-02-20)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -20666,6 +20666,19 @@ const chainArray = [
20666
20666
  }
20667
20667
  ]
20668
20668
  },
20669
+ {
20670
+ name: 'Tea Mainnet',
20671
+ chain: 'TEA',
20672
+ rpc: [],
20673
+ faucets: [],
20674
+ nativeCurrency: { name: 'Tea', symbol: 'TEA', decimals: 18 },
20675
+ infoURL: 'https://tea.xyz',
20676
+ shortName: 'tea',
20677
+ chainId: 6122,
20678
+ networkId: 6122,
20679
+ parent: { type: 'L2', chain: 'eip155-1' },
20680
+ status: 'incubating'
20681
+ },
20669
20682
  {
20670
20683
  name: 'Rails',
20671
20684
  title: 'Rails Network Mainnet',
@@ -24914,6 +24927,18 @@ const chainArray = [
24914
24927
  chainId: 10010,
24915
24928
  networkId: 10010
24916
24929
  },
24930
+ {
24931
+ name: 'DeepSafe Beta Mainnet',
24932
+ chain: 'DeepSafe',
24933
+ rpc: [ 'https://betamainnet-rpc-node-http.deepsafe.network' ],
24934
+ faucets: [],
24935
+ nativeCurrency: { name: 'DeepSafe Native Token', symbol: 'DEF', decimals: 18 },
24936
+ infoURL: 'https://deepsafe.network/',
24937
+ shortName: 'DeepSafe',
24938
+ chainId: 10011,
24939
+ networkId: 10011,
24940
+ icon: 'deepsafe'
24941
+ },
24917
24942
  {
24918
24943
  name: 'Gon Chain',
24919
24944
  chain: 'GonChain',
@@ -25147,6 +25172,19 @@ const chainArray = [
25147
25172
  }
25148
25173
  ]
25149
25174
  },
25175
+ {
25176
+ name: 'Tea Sepolia Testnet',
25177
+ chain: 'ETH',
25178
+ rpc: [],
25179
+ faucets: [],
25180
+ nativeCurrency: { name: 'Sepolia Tea', symbol: 'TEA', decimals: 18 },
25181
+ infoURL: 'https://tea.xyz',
25182
+ shortName: 'teasep',
25183
+ chainId: 10218,
25184
+ networkId: 10218,
25185
+ parent: { type: 'L2', chain: 'eip155-11155111' },
25186
+ status: 'incubating'
25187
+ },
25150
25188
  {
25151
25189
  name: 'GLScan',
25152
25190
  chain: 'GLC',
@@ -28549,6 +28587,18 @@ const chainArray = [
28549
28587
  chainId: 24734,
28550
28588
  networkId: 37480
28551
28589
  },
28590
+ {
28591
+ name: 'Recall',
28592
+ chain: 'Recall',
28593
+ rpc: [ 'https://evm.node-0.mainnet.recall.network' ],
28594
+ faucets: [],
28595
+ nativeCurrency: { name: 'Recall', symbol: 'RECALL', decimals: 18 },
28596
+ infoURL: 'https://recall.network',
28597
+ shortName: 'recall',
28598
+ chainId: 24816,
28599
+ networkId: 24816,
28600
+ explorers: []
28601
+ },
28552
28602
  {
28553
28603
  name: 'LiquidLayer Mainnet',
28554
28604
  chain: 'LiquidLayer',
@@ -40915,6 +40965,24 @@ const chainArray = [
40915
40965
  }
40916
40966
  ]
40917
40967
  },
40968
+ {
40969
+ name: 'Recall Testnet',
40970
+ chain: 'Recall Testnet',
40971
+ rpc: [ 'https://evm.v013.node-0.testnet.recall.network' ],
40972
+ faucets: [ 'faucet.recall.network' ],
40973
+ nativeCurrency: { name: 'Recall', symbol: 'RECALL', decimals: 18 },
40974
+ infoURL: 'https://recall.network',
40975
+ shortName: 'trecall',
40976
+ chainId: 2481632,
40977
+ networkId: 2481632,
40978
+ explorers: [
40979
+ {
40980
+ name: 'Recall testnet explorer',
40981
+ url: 'https://explorer.testnet.recall.network',
40982
+ standard: 'EIP3091'
40983
+ }
40984
+ ]
40985
+ },
40918
40986
  {
40919
40987
  name: 'DPU Chain',
40920
40988
  chain: 'DPU',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.618",
3
+ "version": "0.0.619",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {