eth-chainlist 0.0.814 → 0.0.816
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 +79 -33
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.816 (2026-08-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.815 ([49b221a](https://github.com/poowf/eth-chainlist/commit/49b221ab585ecad93041bfa6aaabf9bca9f72ad8))
|
|
9
|
+
* update chain data ([ae445c6](https://github.com/poowf/eth-chainlist/commit/ae445c62aafcd07ddf4a671a7e3b74deb6df949e))
|
|
10
|
+
|
|
11
|
+
### 0.0.815 (2026-08-23)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.814 ([f20eff3](https://github.com/poowf/eth-chainlist/commit/f20eff3a8f365e8ba93ba048b6abb13069b78e7a))
|
|
17
|
+
* update chain data ([0be0115](https://github.com/poowf/eth-chainlist/commit/0be0115435ad4b8dba044a0897d014bfffffe7a6))
|
|
18
|
+
|
|
3
19
|
### 0.0.814 (2026-08-22)
|
|
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',
|
|
@@ -9845,17 +9871,25 @@ const chainArray = [
|
|
|
9845
9871
|
]
|
|
9846
9872
|
},
|
|
9847
9873
|
{
|
|
9848
|
-
name: '
|
|
9849
|
-
chain: '
|
|
9850
|
-
rpc: [],
|
|
9874
|
+
name: 'MarsChain Mainnet',
|
|
9875
|
+
chain: 'MARS',
|
|
9876
|
+
rpc: [ 'https://rpcs.marschain.net/' ],
|
|
9851
9877
|
faucets: [],
|
|
9852
|
-
nativeCurrency: { name: '
|
|
9853
|
-
|
|
9854
|
-
|
|
9878
|
+
nativeCurrency: { name: 'MARS', symbol: 'MARS', decimals: 18 },
|
|
9879
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
9880
|
+
infoURL: 'https://marschain.net/',
|
|
9881
|
+
shortName: 'marschain',
|
|
9855
9882
|
chainId: 890,
|
|
9856
9883
|
networkId: 890,
|
|
9857
|
-
|
|
9858
|
-
|
|
9884
|
+
icon: 'marschain',
|
|
9885
|
+
redFlags: [ 'reusedChainId' ],
|
|
9886
|
+
explorers: [
|
|
9887
|
+
{
|
|
9888
|
+
name: 'MarsChain Explorer',
|
|
9889
|
+
url: 'https://explorer.marschain.net',
|
|
9890
|
+
standard: 'EIP3091'
|
|
9891
|
+
}
|
|
9892
|
+
]
|
|
9859
9893
|
},
|
|
9860
9894
|
{
|
|
9861
9895
|
name: 'MAXI Chain Testnet',
|
|
@@ -21967,11 +22001,6 @@ const chainArray = [
|
|
|
21967
22001
|
url: 'https://robinhoodchain.blockscout.com',
|
|
21968
22002
|
icon: 'blockscout',
|
|
21969
22003
|
standard: 'EIP3091'
|
|
21970
|
-
},
|
|
21971
|
-
{
|
|
21972
|
-
name: 'HoodScan',
|
|
21973
|
-
url: 'https://hoodscan.ai',
|
|
21974
|
-
standard: 'EIP3091'
|
|
21975
22004
|
}
|
|
21976
22005
|
],
|
|
21977
22006
|
status: 'active',
|
|
@@ -21985,6 +22014,25 @@ const chainArray = [
|
|
|
21985
22014
|
]
|
|
21986
22015
|
}
|
|
21987
22016
|
},
|
|
22017
|
+
{
|
|
22018
|
+
name: 'Intertrain',
|
|
22019
|
+
chain: 'INTE',
|
|
22020
|
+
icon: 'intertrain',
|
|
22021
|
+
rpc: [ 'https://rpc.intertrain.online/rpc' ],
|
|
22022
|
+
faucets: [],
|
|
22023
|
+
nativeCurrency: { name: 'MANNA', symbol: 'MNA', decimals: 18 },
|
|
22024
|
+
infoURL: 'https://intertrain.online',
|
|
22025
|
+
shortName: 'inte',
|
|
22026
|
+
chainId: 4683,
|
|
22027
|
+
networkId: 4683,
|
|
22028
|
+
explorers: [
|
|
22029
|
+
{
|
|
22030
|
+
name: 'Intertrain Explorer',
|
|
22031
|
+
url: 'https://explorer.intertrain.online',
|
|
22032
|
+
standard: 'none'
|
|
22033
|
+
}
|
|
22034
|
+
]
|
|
22035
|
+
},
|
|
21988
22036
|
{
|
|
21989
22037
|
name: 'IoTeX Network Mainnet',
|
|
21990
22038
|
chain: 'iotex.io',
|
|
@@ -27433,14 +27481,13 @@ const chainArray = [
|
|
|
27433
27481
|
]
|
|
27434
27482
|
},
|
|
27435
27483
|
{
|
|
27436
|
-
name: 'c8ntinuum',
|
|
27484
|
+
name: 'c8ntinuum Testnet',
|
|
27437
27485
|
chain: 'CTM',
|
|
27438
27486
|
rpc: [
|
|
27439
|
-
'https://rpc.c8ntinuum.com',
|
|
27440
|
-
'https://rpc.c8ntinuum.
|
|
27441
|
-
'https://rpc.c8ntinuum.link'
|
|
27487
|
+
'https://rpc-testnet.c8ntinuum.com',
|
|
27488
|
+
'https://rpc-testnet.c8ntinuum.link'
|
|
27442
27489
|
],
|
|
27443
|
-
faucets: [],
|
|
27490
|
+
faucets: [ 'https://testnet-faucet.c8ntinuum.io/' ],
|
|
27444
27491
|
nativeCurrency: { name: 'c8ntinuum', symbol: 'CTM', decimals: 18 },
|
|
27445
27492
|
features: [
|
|
27446
27493
|
{ name: 'EIP155' },
|
|
@@ -27449,19 +27496,18 @@ const chainArray = [
|
|
|
27449
27496
|
{ name: 'EIP7702' }
|
|
27450
27497
|
],
|
|
27451
27498
|
infoURL: 'https://c8ntinuum.com',
|
|
27452
|
-
shortName: '
|
|
27499
|
+
shortName: 'tctm',
|
|
27453
27500
|
chainId: 8888,
|
|
27454
27501
|
networkId: 8888,
|
|
27455
|
-
slip44:
|
|
27502
|
+
slip44: 1,
|
|
27456
27503
|
icon: 'c8ntinuum',
|
|
27457
27504
|
explorers: [
|
|
27458
27505
|
{
|
|
27459
|
-
name: 'CTMScan',
|
|
27460
|
-
url: 'https://ctmscan.io',
|
|
27506
|
+
name: 'CTMScan Testnet',
|
|
27507
|
+
url: 'https://testnet.ctmscan.io',
|
|
27461
27508
|
standard: 'EIP3091'
|
|
27462
27509
|
}
|
|
27463
27510
|
],
|
|
27464
|
-
status: 'active',
|
|
27465
27511
|
redFlags: [ 'reusedChainId' ]
|
|
27466
27512
|
},
|
|
27467
27513
|
{
|