eth-chainlist 0.0.814 → 0.0.815

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.815 (2026-08-23)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.814 ([f20eff3](https://github.com/poowf/eth-chainlist/commit/f20eff3a8f365e8ba93ba048b6abb13069b78e7a))
9
+ * update chain data ([0be0115](https://github.com/poowf/eth-chainlist/commit/0be0115435ad4b8dba044a0897d014bfffffe7a6))
10
+
3
11
  ### 0.0.814 (2026-08-22)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -198,23 +198,36 @@ const chainArray = [
198
198
  ]
199
199
  },
200
200
  {
201
- name: 'Ubiq',
202
- chain: 'UBQ',
203
- rpc: [ 'https://rpc.octano.dev', 'https://pyrus2.ubiqscan.io' ],
201
+ name: 'c8ntinuum',
202
+ chain: 'CTM',
203
+ rpc: [
204
+ 'https://rpc.c8ntinuum.com',
205
+ 'https://rpc.c8ntinuum.io',
206
+ 'https://rpc.c8ntinuum.link'
207
+ ],
204
208
  faucets: [],
205
- nativeCurrency: { name: 'Ubiq Ether', symbol: 'UBQ', decimals: 18 },
206
- infoURL: 'https://ubiqsmart.com',
207
- shortName: 'ubq',
209
+ nativeCurrency: { name: 'c8ntinuum', symbol: 'CTM', decimals: 18 },
210
+ features: [
211
+ { name: 'EIP155' },
212
+ { name: 'EIP1559' },
213
+ { name: 'EIP2930' },
214
+ { name: 'EIP7702' }
215
+ ],
216
+ infoURL: 'https://c8ntinuum.com',
217
+ shortName: 'ctm',
208
218
  chainId: 8,
209
219
  networkId: 8,
210
- slip44: 108,
220
+ slip44: 60,
221
+ icon: 'c8ntinuum',
211
222
  explorers: [
212
223
  {
213
- name: 'ubiqscan',
214
- url: 'https://ubiqscan.io',
224
+ name: 'CTMScan',
225
+ url: 'https://ctmscan.io',
215
226
  standard: 'EIP3091'
216
227
  }
217
- ]
228
+ ],
229
+ status: 'active',
230
+ redFlags: [ 'reusedChainId' ]
218
231
  },
219
232
  {
220
233
  name: 'Quai Network Mainnet',
@@ -8862,6 +8875,19 @@ const chainArray = [
8862
8875
  }
8863
8876
  ]
8864
8877
  },
8878
+ {
8879
+ name: 'L7C',
8880
+ chain: 'L7C',
8881
+ rpc: [ 'https://l7c.ai/rpc' ],
8882
+ faucets: [],
8883
+ nativeCurrency: { name: 'L7C', symbol: 'L7C', decimals: 18 },
8884
+ features: [ { name: 'EIP155' } ],
8885
+ infoURL: 'https://l7c.ai',
8886
+ shortName: 'l7c',
8887
+ chainId: 717,
8888
+ networkId: 717,
8889
+ explorers: [ { name: 'L7C', url: 'https://l7c.ai', standard: 'none' } ]
8890
+ },
8865
8891
  {
8866
8892
  name: 'UXLINK ONE Mainnet',
8867
8893
  chain: 'UXLINK ONE',
@@ -21985,6 +22011,25 @@ const chainArray = [
21985
22011
  ]
21986
22012
  }
21987
22013
  },
22014
+ {
22015
+ name: 'Intertrain',
22016
+ chain: 'INTE',
22017
+ icon: 'intertrain',
22018
+ rpc: [ 'https://rpc.intertrain.online/rpc' ],
22019
+ faucets: [],
22020
+ nativeCurrency: { name: 'MANNA', symbol: 'MNA', decimals: 18 },
22021
+ infoURL: 'https://intertrain.online',
22022
+ shortName: 'inte',
22023
+ chainId: 4683,
22024
+ networkId: 4683,
22025
+ explorers: [
22026
+ {
22027
+ name: 'Intertrain Explorer',
22028
+ url: 'https://explorer.intertrain.online',
22029
+ standard: 'none'
22030
+ }
22031
+ ]
22032
+ },
21988
22033
  {
21989
22034
  name: 'IoTeX Network Mainnet',
21990
22035
  chain: 'iotex.io',
@@ -27433,14 +27478,13 @@ const chainArray = [
27433
27478
  ]
27434
27479
  },
27435
27480
  {
27436
- name: 'c8ntinuum',
27481
+ name: 'c8ntinuum Testnet',
27437
27482
  chain: 'CTM',
27438
27483
  rpc: [
27439
- 'https://rpc.c8ntinuum.com',
27440
- 'https://rpc.c8ntinuum.io',
27441
- 'https://rpc.c8ntinuum.link'
27484
+ 'https://rpc-testnet.c8ntinuum.com',
27485
+ 'https://rpc-testnet.c8ntinuum.link'
27442
27486
  ],
27443
- faucets: [],
27487
+ faucets: [ 'https://testnet-faucet.c8ntinuum.io/' ],
27444
27488
  nativeCurrency: { name: 'c8ntinuum', symbol: 'CTM', decimals: 18 },
27445
27489
  features: [
27446
27490
  { name: 'EIP155' },
@@ -27449,19 +27493,18 @@ const chainArray = [
27449
27493
  { name: 'EIP7702' }
27450
27494
  ],
27451
27495
  infoURL: 'https://c8ntinuum.com',
27452
- shortName: 'ctm',
27496
+ shortName: 'tctm',
27453
27497
  chainId: 8888,
27454
27498
  networkId: 8888,
27455
- slip44: 60,
27499
+ slip44: 1,
27456
27500
  icon: 'c8ntinuum',
27457
27501
  explorers: [
27458
27502
  {
27459
- name: 'CTMScan',
27460
- url: 'https://ctmscan.io',
27503
+ name: 'CTMScan Testnet',
27504
+ url: 'https://testnet.ctmscan.io',
27461
27505
  standard: 'EIP3091'
27462
27506
  }
27463
27507
  ],
27464
- status: 'active',
27465
27508
  redFlags: [ 'reusedChainId' ]
27466
27509
  },
27467
27510
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.814",
3
+ "version": "0.0.815",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {