eth-chainlist 0.0.477 → 0.0.479
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +96 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.479 (2024-08-30)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.478 ([d5a25de](https://github.com/poowf/eth-chainlist/commit/d5a25de494191de80d88dbec9e3012d09932a79b))
|
9
|
+
* update chain data ([4ec1258](https://github.com/poowf/eth-chainlist/commit/4ec125868963d5e49258001643b8b11d95c0e643))
|
10
|
+
|
11
|
+
### 0.0.478 (2024-08-29)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.477 ([9654c82](https://github.com/poowf/eth-chainlist/commit/9654c82741c785b3fa4b2cf640adac00ce372f0a))
|
17
|
+
* update chain data ([db8115f](https://github.com/poowf/eth-chainlist/commit/db8115fa5e71ddf002e1d5b2edd4b61db9a4fee2))
|
18
|
+
|
3
19
|
### 0.0.477 (2024-08-28)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -182,6 +182,7 @@ const chainArray = [
|
|
182
182
|
shortName: 'tch',
|
183
183
|
chainId: 7,
|
184
184
|
networkId: 7,
|
185
|
+
icon: 'tch',
|
185
186
|
explorers: [
|
186
187
|
{
|
187
188
|
name: 'Thaichain Explorer',
|
@@ -3397,6 +3398,26 @@ const chainArray = [
|
|
3397
3398
|
networkId: 170,
|
3398
3399
|
slip44: 1
|
3399
3400
|
},
|
3401
|
+
{
|
3402
|
+
name: 'CO2e Ledger',
|
3403
|
+
chain: 'CO2E',
|
3404
|
+
rpc: [ 'https://rpc.co2ledger.xyz' ],
|
3405
|
+
faucets: [],
|
3406
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3407
|
+
nativeCurrency: { name: 'CO2e Token', symbol: 'CO2E', decimals: 18 },
|
3408
|
+
infoURL: 'https://co2ledger.xyz',
|
3409
|
+
shortName: 'CO2e',
|
3410
|
+
chainId: 171,
|
3411
|
+
networkId: 171,
|
3412
|
+
icon: 'co2e',
|
3413
|
+
explorers: [
|
3414
|
+
{
|
3415
|
+
name: 'CO2e Explorer',
|
3416
|
+
url: 'https://exp.co2ledger.xyz',
|
3417
|
+
standard: 'EIP3091'
|
3418
|
+
}
|
3419
|
+
]
|
3420
|
+
},
|
3400
3421
|
{
|
3401
3422
|
name: 'Latam-Blockchain Resil Testnet',
|
3402
3423
|
chain: 'Resil',
|
@@ -11056,7 +11077,7 @@ const chainArray = [
|
|
11056
11077
|
rpc: [ 'https://mainnet.pivotalprotocol.com' ],
|
11057
11078
|
faucets: [],
|
11058
11079
|
shortName: 'pivotal-mainnet',
|
11059
|
-
nativeCurrency: { name: 'Pivotal
|
11080
|
+
nativeCurrency: { name: 'Pivotal ETH', symbol: 'ETH', decimals: 18 },
|
11060
11081
|
infoURL: 'http://thepivotal.xyz/',
|
11061
11082
|
explorers: [
|
11062
11083
|
{
|
@@ -11856,6 +11877,31 @@ const chainArray = [
|
|
11856
11877
|
}
|
11857
11878
|
]
|
11858
11879
|
},
|
11880
|
+
{
|
11881
|
+
name: 'Minato',
|
11882
|
+
shortName: 'minato',
|
11883
|
+
title: 'Soneium testnet Minato',
|
11884
|
+
chain: 'ETH',
|
11885
|
+
icon: 'minato',
|
11886
|
+
rpc: [ 'https://rpc.minato.soneium.org' ],
|
11887
|
+
faucets: [],
|
11888
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
11889
|
+
infoURL: 'https://soneium.org',
|
11890
|
+
chainId: 1946,
|
11891
|
+
networkId: 1946,
|
11892
|
+
explorers: [
|
11893
|
+
{
|
11894
|
+
name: 'Blockscout Minato explorer',
|
11895
|
+
url: 'https://explorer-testnet.soneium.org',
|
11896
|
+
standard: 'EIP3091'
|
11897
|
+
}
|
11898
|
+
],
|
11899
|
+
parent: {
|
11900
|
+
type: 'L2',
|
11901
|
+
chain: 'eip155-1',
|
11902
|
+
bridges: [ { url: 'https://bridge.soneium.org/testnet' } ]
|
11903
|
+
}
|
11904
|
+
},
|
11859
11905
|
{
|
11860
11906
|
name: 'D-Chain Mainnet',
|
11861
11907
|
chain: 'D-Chain',
|
@@ -22751,7 +22797,7 @@ const chainArray = [
|
|
22751
22797
|
rpc: [ 'https://sepolia.pivotalprotocol.com' ],
|
22752
22798
|
faucets: [],
|
22753
22799
|
shortName: 'pivotal-sepolia',
|
22754
|
-
nativeCurrency: { name: 'Pivotal
|
22800
|
+
nativeCurrency: { name: 'Pivotal ETH', symbol: 'ETH', decimals: 18 },
|
22755
22801
|
infoURL: 'http://thepivotal.xyz/',
|
22756
22802
|
explorers: [
|
22757
22803
|
{
|
@@ -27222,11 +27268,11 @@ const chainArray = [
|
|
27222
27268
|
{
|
27223
27269
|
name: 'eCredits Testnet',
|
27224
27270
|
chain: 'ECS',
|
27225
|
-
rpc: [
|
27271
|
+
rpc: [],
|
27226
27272
|
faucets: [ 'https://faucet.tst.ecredits.com' ],
|
27227
27273
|
nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
|
27228
27274
|
infoURL: 'https://ecredits.com',
|
27229
|
-
shortName: 'ecs-testnet',
|
27275
|
+
shortName: 'ecs-testnet-old',
|
27230
27276
|
chainId: 63001,
|
27231
27277
|
networkId: 63001,
|
27232
27278
|
slip44: 1,
|
@@ -27238,6 +27284,29 @@ const chainArray = [
|
|
27238
27284
|
icon: 'ecredits',
|
27239
27285
|
standard: 'EIP3091'
|
27240
27286
|
}
|
27287
|
+
],
|
27288
|
+
status: 'deprecated'
|
27289
|
+
},
|
27290
|
+
{
|
27291
|
+
name: 'eSync Network Testnet',
|
27292
|
+
title: 'eSync Network Testnet',
|
27293
|
+
chain: 'ECS',
|
27294
|
+
rpc: [ 'http://rpc.tst.esync.network' ],
|
27295
|
+
faucets: [ 'https://faucet.tst.ecredits.com' ],
|
27296
|
+
nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
|
27297
|
+
infoURL: 'https://esync.network',
|
27298
|
+
shortName: 'esync-testnet',
|
27299
|
+
chainId: 63002,
|
27300
|
+
networkId: 63002,
|
27301
|
+
slip44: 1,
|
27302
|
+
icon: 'esync',
|
27303
|
+
explorers: [
|
27304
|
+
{
|
27305
|
+
name: 'eSync Network Testnet Explorer',
|
27306
|
+
url: 'https://explorer.tst.esync.network',
|
27307
|
+
icon: 'esync',
|
27308
|
+
standard: 'EIP3091'
|
27309
|
+
}
|
27241
27310
|
]
|
27242
27311
|
},
|
27243
27312
|
{
|
@@ -36082,6 +36151,29 @@ const chainArray = [
|
|
36082
36151
|
status: 'incubating',
|
36083
36152
|
icon: 'degen'
|
36084
36153
|
},
|
36154
|
+
{
|
36155
|
+
name: 'Tron Mainnet',
|
36156
|
+
chain: 'TRON',
|
36157
|
+
rpc: [
|
36158
|
+
'https://rpc.ankr.com/tron_jsonrpc',
|
36159
|
+
'https://api.trongrid.io/jsonrpc'
|
36160
|
+
],
|
36161
|
+
faucets: [],
|
36162
|
+
nativeCurrency: { name: 'Tron', symbol: 'TRX', decimals: 6 },
|
36163
|
+
infoURL: 'https://tron.network',
|
36164
|
+
shortName: 'tron',
|
36165
|
+
chainId: 728126428,
|
36166
|
+
networkId: 728126428,
|
36167
|
+
icon: 'tron',
|
36168
|
+
explorers: [
|
36169
|
+
{
|
36170
|
+
name: 'tronscan',
|
36171
|
+
url: 'https://tronscan.org',
|
36172
|
+
icon: 'tron',
|
36173
|
+
standard: 'none'
|
36174
|
+
}
|
36175
|
+
]
|
36176
|
+
},
|
36085
36177
|
{
|
36086
36178
|
name: 'Ancient8',
|
36087
36179
|
chain: 'Ancient8',
|