eth-chainlist 0.0.813 → 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 +16 -0
- package/data/chain.js +68 -22
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
### 0.0.814 (2026-08-22)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.813 ([3d3fd4d](https://github.com/poowf/eth-chainlist/commit/3d3fd4dd2a98125f72d999f049ddeb62b8a47493))
|
|
17
|
+
* update chain data ([662c640](https://github.com/poowf/eth-chainlist/commit/662c64061e717357adb88e187e54e594f646eea1))
|
|
18
|
+
|
|
3
19
|
### 0.0.813 (2026-08-21)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -198,23 +198,36 @@ const chainArray = [
|
|
|
198
198
|
]
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
name: '
|
|
202
|
-
chain: '
|
|
203
|
-
rpc: [
|
|
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: '
|
|
206
|
-
|
|
207
|
-
|
|
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:
|
|
220
|
+
slip44: 60,
|
|
221
|
+
icon: 'c8ntinuum',
|
|
211
222
|
explorers: [
|
|
212
223
|
{
|
|
213
|
-
name: '
|
|
214
|
-
url: 'https://
|
|
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',
|
|
@@ -11015,6 +11041,7 @@ const chainArray = [
|
|
|
11015
11041
|
{
|
|
11016
11042
|
name: 'Nura Chain',
|
|
11017
11043
|
chain: 'Nura',
|
|
11044
|
+
icon: 'nura',
|
|
11018
11045
|
rpc: [ 'https://rpc.nurachain.net' ],
|
|
11019
11046
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
11020
11047
|
faucets: [],
|
|
@@ -21984,6 +22011,25 @@ const chainArray = [
|
|
|
21984
22011
|
]
|
|
21985
22012
|
}
|
|
21986
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
|
+
},
|
|
21987
22033
|
{
|
|
21988
22034
|
name: 'IoTeX Network Mainnet',
|
|
21989
22035
|
chain: 'iotex.io',
|
|
@@ -27432,14 +27478,13 @@ const chainArray = [
|
|
|
27432
27478
|
]
|
|
27433
27479
|
},
|
|
27434
27480
|
{
|
|
27435
|
-
name: 'c8ntinuum',
|
|
27481
|
+
name: 'c8ntinuum Testnet',
|
|
27436
27482
|
chain: 'CTM',
|
|
27437
27483
|
rpc: [
|
|
27438
|
-
'https://rpc.c8ntinuum.com',
|
|
27439
|
-
'https://rpc.c8ntinuum.
|
|
27440
|
-
'https://rpc.c8ntinuum.link'
|
|
27484
|
+
'https://rpc-testnet.c8ntinuum.com',
|
|
27485
|
+
'https://rpc-testnet.c8ntinuum.link'
|
|
27441
27486
|
],
|
|
27442
|
-
faucets: [],
|
|
27487
|
+
faucets: [ 'https://testnet-faucet.c8ntinuum.io/' ],
|
|
27443
27488
|
nativeCurrency: { name: 'c8ntinuum', symbol: 'CTM', decimals: 18 },
|
|
27444
27489
|
features: [
|
|
27445
27490
|
{ name: 'EIP155' },
|
|
@@ -27448,19 +27493,18 @@ const chainArray = [
|
|
|
27448
27493
|
{ name: 'EIP7702' }
|
|
27449
27494
|
],
|
|
27450
27495
|
infoURL: 'https://c8ntinuum.com',
|
|
27451
|
-
shortName: '
|
|
27496
|
+
shortName: 'tctm',
|
|
27452
27497
|
chainId: 8888,
|
|
27453
27498
|
networkId: 8888,
|
|
27454
|
-
slip44:
|
|
27499
|
+
slip44: 1,
|
|
27455
27500
|
icon: 'c8ntinuum',
|
|
27456
27501
|
explorers: [
|
|
27457
27502
|
{
|
|
27458
|
-
name: 'CTMScan',
|
|
27459
|
-
url: 'https://ctmscan.io',
|
|
27503
|
+
name: 'CTMScan Testnet',
|
|
27504
|
+
url: 'https://testnet.ctmscan.io',
|
|
27460
27505
|
standard: 'EIP3091'
|
|
27461
27506
|
}
|
|
27462
27507
|
],
|
|
27463
|
-
status: 'active',
|
|
27464
27508
|
redFlags: [ 'reusedChainId' ]
|
|
27465
27509
|
},
|
|
27466
27510
|
{
|
|
@@ -42463,14 +42507,15 @@ const chainArray = [
|
|
|
42463
42507
|
name: 'Xitcoin',
|
|
42464
42508
|
chain: 'XITCOIN',
|
|
42465
42509
|
faucets: [],
|
|
42466
|
-
rpc: [
|
|
42510
|
+
rpc: [],
|
|
42467
42511
|
nativeCurrency: { name: 'Xitcoin', symbol: 'XTC', decimals: 18 },
|
|
42468
42512
|
infoURL: 'https://xitcoin.gitbook.io/guide/',
|
|
42469
42513
|
shortName: 'Xitcoin',
|
|
42470
42514
|
chainId: 101088,
|
|
42471
42515
|
networkId: 101088,
|
|
42472
42516
|
icon: 'xitcoin',
|
|
42473
|
-
explorers: []
|
|
42517
|
+
explorers: [],
|
|
42518
|
+
status: 'incubating'
|
|
42474
42519
|
},
|
|
42475
42520
|
{
|
|
42476
42521
|
name: 'Xitcoin Testnet',
|
|
@@ -44003,6 +44048,7 @@ const chainArray = [
|
|
|
44003
44048
|
shortName: 'mfenx',
|
|
44004
44049
|
chainId: 177155,
|
|
44005
44050
|
networkId: 177155,
|
|
44051
|
+
icon: 'mfenx',
|
|
44006
44052
|
status: 'active'
|
|
44007
44053
|
},
|
|
44008
44054
|
{
|