eth-chainlist 0.0.618 → 0.0.620

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 +149 -18
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.620 (2025-02-22)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.619 ([e4b0d02](https://github.com/poowf/eth-chainlist/commit/e4b0d02f7fa799c82bf5c1f9560341d78974a58f))
9
+ * update chain data ([4f30a42](https://github.com/poowf/eth-chainlist/commit/4f30a421c8e3ab2fc0e1ff5ea5d93513d7f4180e))
10
+
11
+ ### 0.0.619 (2025-02-21)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.618 ([88726fe](https://github.com/poowf/eth-chainlist/commit/88726fe24cd0c4610907893892da9aaa5aae3f9e))
17
+ * update chain data ([9191dee](https://github.com/poowf/eth-chainlist/commit/9191dee57a624987ac30d458efdc52c676537922))
18
+
3
19
  ### 0.0.618 (2025-02-20)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -811,7 +811,7 @@ const chainArray = [
811
811
  name: 'Telos EVM Mainnet',
812
812
  chain: 'TLOS',
813
813
  rpc: [
814
- 'https://mainnet.telos.net/evm',
814
+ 'https://rpc.telos.net',
815
815
  'https://telos.drpc.org',
816
816
  'wss://telos.drpc.org'
817
817
  ],
@@ -833,7 +833,7 @@ const chainArray = [
833
833
  name: 'Telos EVM Testnet',
834
834
  chain: 'TLOS',
835
835
  rpc: [
836
- 'https://testnet.telos.net/evm',
836
+ 'https://rpc.testnet.telos.net',
837
837
  'https://telos-testnet.drpc.org',
838
838
  'wss://telos-testnet.drpc.org'
839
839
  ],
@@ -9011,6 +9011,26 @@ const chainArray = [
9011
9011
  }
9012
9012
  ]
9013
9013
  },
9014
+ {
9015
+ name: 'Weber Governance Mainnet',
9016
+ chain: 'PTT',
9017
+ rpc: [ 'https://chain.myweber.org' ],
9018
+ faucets: [],
9019
+ nativeCurrency: { name: 'PALLET', symbol: 'PTT', decimals: 18 },
9020
+ infoURL: 'https://myweber.org',
9021
+ shortName: 'ptt',
9022
+ chainId: 881,
9023
+ networkId: 881,
9024
+ icon: 'ptt',
9025
+ explorers: [
9026
+ {
9027
+ name: 'Weber Governance Mainnet Explorer',
9028
+ url: 'https://mainnet.myweber.org',
9029
+ icon: 'ptt',
9030
+ standard: 'EIP3091'
9031
+ }
9032
+ ]
9033
+ },
9014
9034
  {
9015
9035
  name: 'Wanchain',
9016
9036
  chain: 'WAN',
@@ -20666,6 +20686,19 @@ const chainArray = [
20666
20686
  }
20667
20687
  ]
20668
20688
  },
20689
+ {
20690
+ name: 'Tea Mainnet',
20691
+ chain: 'TEA',
20692
+ rpc: [],
20693
+ faucets: [],
20694
+ nativeCurrency: { name: 'Tea', symbol: 'TEA', decimals: 18 },
20695
+ infoURL: 'https://tea.xyz',
20696
+ shortName: 'tea',
20697
+ chainId: 6122,
20698
+ networkId: 6122,
20699
+ parent: { type: 'L2', chain: 'eip155-1' },
20700
+ status: 'incubating'
20701
+ },
20669
20702
  {
20670
20703
  name: 'Rails',
20671
20704
  title: 'Rails Network Mainnet',
@@ -24914,6 +24947,18 @@ const chainArray = [
24914
24947
  chainId: 10010,
24915
24948
  networkId: 10010
24916
24949
  },
24950
+ {
24951
+ name: 'DeepSafe Beta Mainnet',
24952
+ chain: 'DeepSafe',
24953
+ rpc: [ 'https://betamainnet-rpc-node-http.deepsafe.network' ],
24954
+ faucets: [],
24955
+ nativeCurrency: { name: 'DeepSafe Native Token', symbol: 'DEF', decimals: 18 },
24956
+ infoURL: 'https://deepsafe.network/',
24957
+ shortName: 'DeepSafe',
24958
+ chainId: 10011,
24959
+ networkId: 10011,
24960
+ icon: 'deepsafe'
24961
+ },
24917
24962
  {
24918
24963
  name: 'Gon Chain',
24919
24964
  chain: 'GonChain',
@@ -25147,6 +25192,19 @@ const chainArray = [
25147
25192
  }
25148
25193
  ]
25149
25194
  },
25195
+ {
25196
+ name: 'Tea Sepolia Testnet',
25197
+ chain: 'ETH',
25198
+ rpc: [],
25199
+ faucets: [],
25200
+ nativeCurrency: { name: 'Sepolia Tea', symbol: 'TEA', decimals: 18 },
25201
+ infoURL: 'https://tea.xyz',
25202
+ shortName: 'teasep',
25203
+ chainId: 10218,
25204
+ networkId: 10218,
25205
+ parent: { type: 'L2', chain: 'eip155-11155111' },
25206
+ status: 'incubating'
25207
+ },
25150
25208
  {
25151
25209
  name: 'GLScan',
25152
25210
  chain: 'GLC',
@@ -28549,6 +28607,18 @@ const chainArray = [
28549
28607
  chainId: 24734,
28550
28608
  networkId: 37480
28551
28609
  },
28610
+ {
28611
+ name: 'Recall',
28612
+ chain: 'Recall',
28613
+ rpc: [ 'https://evm.node-0.mainnet.recall.network' ],
28614
+ faucets: [],
28615
+ nativeCurrency: { name: 'Recall', symbol: 'RECALL', decimals: 18 },
28616
+ infoURL: 'https://recall.network',
28617
+ shortName: 'recall',
28618
+ chainId: 24816,
28619
+ networkId: 24816,
28620
+ explorers: []
28621
+ },
28552
28622
  {
28553
28623
  name: 'LiquidLayer Mainnet',
28554
28624
  chain: 'LiquidLayer',
@@ -31146,21 +31216,21 @@ const chainArray = [
31146
31216
  }
31147
31217
  },
31148
31218
  {
31149
- name: 'Somnia Devnet',
31219
+ name: 'Somnia Testnet',
31150
31220
  chain: 'Somnia',
31151
31221
  rpc: [ 'https://dream-rpc.somnia.network' ],
31152
31222
  faucets: [],
31153
- nativeCurrency: { name: 'Somnia Devnet', symbol: 'STT', decimals: 18 },
31223
+ nativeCurrency: { name: 'Somnia Testnet', symbol: 'STT', decimals: 18 },
31154
31224
  features: [ { name: 'EIP155' } ],
31155
31225
  infoURL: 'https://somnia.network',
31156
- shortName: 'STT',
31157
- chainId: 50311,
31158
- networkId: 50311,
31226
+ shortName: 'SomniaTestnet',
31227
+ chainId: 50312,
31228
+ networkId: 50312,
31159
31229
  icon: 'somnia',
31160
31230
  explorers: [
31161
31231
  {
31162
- name: 'Somnia Devnet',
31163
- url: 'https://somnia-devnet.socialscan.io',
31232
+ name: 'Somnia Testnet',
31233
+ url: 'https://somnia-testnet.socialscan.io',
31164
31234
  icon: 'somnia',
31165
31235
  standard: 'EIP3091'
31166
31236
  }
@@ -31310,6 +31380,27 @@ const chainArray = [
31310
31380
  }
31311
31381
  ]
31312
31382
  },
31383
+ {
31384
+ name: 'Cytonic L2 Testnet',
31385
+ chain: 'CytonicL2',
31386
+ rpc: [ 'http://rpc.evm.testnet.cytonic.com' ],
31387
+ faucets: [],
31388
+ nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
31389
+ infoURL: 'https://cytonic.com',
31390
+ shortName: 'CL2T',
31391
+ chainId: 52226,
31392
+ networkId: 52226,
31393
+ icon: 'cytonic_l2',
31394
+ explorers: [
31395
+ {
31396
+ name: 'blockscout',
31397
+ url: 'https://explorer.evm.testnet.cytonic.com',
31398
+ icon: 'cytonic_l2',
31399
+ standard: 'EIP3091'
31400
+ }
31401
+ ],
31402
+ parent: { type: 'L2', chain: 'eip155-52225' }
31403
+ },
31313
31404
  {
31314
31405
  name: 'DOID',
31315
31406
  chain: 'DOID',
@@ -33596,6 +33687,19 @@ const chainArray = [
33596
33687
  }
33597
33688
  ]
33598
33689
  },
33690
+ {
33691
+ name: 'Berachain Bepolia',
33692
+ chain: 'Berachain',
33693
+ rpc: [ 'https://testnet.rpc.berachain.com' ],
33694
+ faucets: [],
33695
+ nativeCurrency: { name: 'Testnet BERA Token', symbol: 'BERA', decimals: 18 },
33696
+ infoURL: 'https://www.berachain.com',
33697
+ shortName: 'berachain-bepolia',
33698
+ chainId: 80069,
33699
+ networkId: 80069,
33700
+ icon: 'berachain',
33701
+ explorers: []
33702
+ },
33599
33703
  {
33600
33704
  name: 'Berachain bArtio',
33601
33705
  chain: 'Berachain bArtio',
@@ -37096,8 +37200,8 @@ const chainArray = [
37096
37200
  ]
37097
37201
  },
37098
37202
  {
37099
- name: 'Litentry',
37100
- chain: 'Litentry',
37203
+ name: 'Heima',
37204
+ chain: 'Heima',
37101
37205
  rpc: [
37102
37206
  'https://rpc.litentry-parachain.litentry.io',
37103
37207
  'wss://rpc.litentry-parachain.litentry.io',
@@ -37105,16 +37209,16 @@ const chainArray = [
37105
37209
  'wss://litentry-rpc.dwellir.com'
37106
37210
  ],
37107
37211
  faucets: [],
37108
- nativeCurrency: { name: 'Litentry', symbol: 'LIT', decimals: 18 },
37109
- infoURL: 'https://litentry.com',
37110
- shortName: 'litentry',
37212
+ nativeCurrency: { name: 'Heima', symbol: 'HEI', decimals: 18 },
37213
+ infoURL: 'https://heima.network',
37214
+ shortName: 'heima',
37111
37215
  chainId: 212013,
37112
37216
  networkId: 212013,
37113
- icon: 'litentry',
37217
+ icon: 'heima',
37114
37218
  explorers: [
37115
37219
  {
37116
- name: 'litentry statescan',
37117
- url: 'https://litentry.statescan.io',
37220
+ name: 'heima statescan',
37221
+ url: 'https://heima.statescan.io',
37118
37222
  standard: 'none'
37119
37223
  }
37120
37224
  ]
@@ -37185,7 +37289,16 @@ const chainArray = [
37185
37289
  {
37186
37290
  name: 'Hydration',
37187
37291
  chain: 'HDX',
37188
- rpc: [ 'https://rpc.hydradx.cloud', 'wss://rpc.hydradx.cloud' ],
37292
+ rpc: [
37293
+ 'https://rpc.hydradx.cloud',
37294
+ 'wss://rpc.hydradx.cloud',
37295
+ 'https://hydration-rpc.n.dwellir.com',
37296
+ 'wss://hydration-rpc.n.dwellir.com',
37297
+ 'https://rpc.helikon.io/hydradx',
37298
+ 'wss://rpc.helikon.io/hydradx',
37299
+ 'https://hydration.dotters.network',
37300
+ 'wss://hydration.dotters.network'
37301
+ ],
37189
37302
  faucets: [],
37190
37303
  nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
37191
37304
  infoURL: 'https://hydration.net/',
@@ -40915,6 +41028,24 @@ const chainArray = [
40915
41028
  }
40916
41029
  ]
40917
41030
  },
41031
+ {
41032
+ name: 'Recall Testnet',
41033
+ chain: 'Recall Testnet',
41034
+ rpc: [ 'https://evm.v013.node-0.testnet.recall.network' ],
41035
+ faucets: [ 'faucet.recall.network' ],
41036
+ nativeCurrency: { name: 'Recall', symbol: 'RECALL', decimals: 18 },
41037
+ infoURL: 'https://recall.network',
41038
+ shortName: 'trecall',
41039
+ chainId: 2481632,
41040
+ networkId: 2481632,
41041
+ explorers: [
41042
+ {
41043
+ name: 'Recall testnet explorer',
41044
+ url: 'https://explorer.testnet.recall.network',
41045
+ standard: 'EIP3091'
41046
+ }
41047
+ ]
41048
+ },
40918
41049
  {
40919
41050
  name: 'DPU Chain',
40920
41051
  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.620",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {