eth-chainlist 0.0.577 → 0.0.579
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 +32 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.579 (2025-01-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.578 ([7077373](https://github.com/poowf/eth-chainlist/commit/7077373cb7b8ae1e1d27b774ae63e202f1771241))
|
9
|
+
* update chain data ([762d7b0](https://github.com/poowf/eth-chainlist/commit/762d7b0f0fb113d075842fef7523f2c6e3bb50ef))
|
10
|
+
|
11
|
+
### 0.0.578 (2025-01-05)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.577 ([e49d769](https://github.com/poowf/eth-chainlist/commit/e49d769d9c53e59cb2c6b3fe055886a3bd8bc00b))
|
17
|
+
* update chain data ([562ed96](https://github.com/poowf/eth-chainlist/commit/562ed96f364ee1c1c2383fee3ba5fc9bb2775f3f))
|
18
|
+
|
3
19
|
### 0.0.577 (2025-01-03)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4255,6 +4255,24 @@ const chainArray = [
|
|
4255
4255
|
}
|
4256
4256
|
]
|
4257
4257
|
},
|
4258
|
+
{
|
4259
|
+
name: 'Happychain Testnet',
|
4260
|
+
chainId: 216,
|
4261
|
+
networkId: 216,
|
4262
|
+
chain: 'Happychain Testnet',
|
4263
|
+
rpc: [ 'https://happy-testnet-sepolia.rpc.caldera.xyz/http' ],
|
4264
|
+
faucets: [],
|
4265
|
+
nativeCurrency: { name: 'Happy', symbol: 'HAPPY', decimals: 18 },
|
4266
|
+
shortName: 'happytestnet',
|
4267
|
+
infoURL: 'https://happy-testnet-sepolia.hub.caldera.xyz',
|
4268
|
+
explorers: [
|
4269
|
+
{
|
4270
|
+
name: 'Blockscout',
|
4271
|
+
url: 'https://happy-testnet-sepolia.explorer.caldera.xyz',
|
4272
|
+
standard: 'EIP3091'
|
4273
|
+
}
|
4274
|
+
]
|
4275
|
+
},
|
4258
4276
|
{
|
4259
4277
|
name: 'SiriusNet V2',
|
4260
4278
|
chain: 'SIN2',
|
@@ -4454,8 +4472,8 @@ const chainArray = [
|
|
4454
4472
|
name: 'Mind Network Mainnet',
|
4455
4473
|
chain: 'FHE',
|
4456
4474
|
rpc: [
|
4457
|
-
'https://
|
4458
|
-
'wss://
|
4475
|
+
'https://rpc-mainnet.mindnetwork.xyz',
|
4476
|
+
'wss://rpc-mainnet.mindnetwork.xyz'
|
4459
4477
|
],
|
4460
4478
|
faucets: [],
|
4461
4479
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -36293,7 +36311,7 @@ const chainArray = [
|
|
36293
36311
|
chain: 'Sahara',
|
36294
36312
|
rpc: [ 'https://testnet.saharalabs.ai' ],
|
36295
36313
|
faucets: [],
|
36296
|
-
nativeCurrency: { name: '
|
36314
|
+
nativeCurrency: { name: 'Sahara AI', symbol: 'SAHARA', decimals: 18 },
|
36297
36315
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
36298
36316
|
infoURL: 'https://saharalabs.ai',
|
36299
36317
|
shortName: 'saharatest',
|
@@ -36303,7 +36321,7 @@ const chainArray = [
|
|
36303
36321
|
explorers: [
|
36304
36322
|
{
|
36305
36323
|
name: 'Testnet Scan',
|
36306
|
-
url: 'https://explorer.
|
36324
|
+
url: 'https://testnet-explorer.saharalabs.ai',
|
36307
36325
|
standard: 'EIP3091'
|
36308
36326
|
}
|
36309
36327
|
]
|
@@ -37257,20 +37275,21 @@ const chainArray = [
|
|
37257
37275
|
]
|
37258
37276
|
},
|
37259
37277
|
{
|
37260
|
-
name: 'Autonomys Testnet
|
37261
|
-
chain: '
|
37262
|
-
rpc: [ 'https://
|
37278
|
+
name: 'Autonomys Taurus Testnet',
|
37279
|
+
chain: 'autonomys-taurus-testnet',
|
37280
|
+
rpc: [ 'https://auto-evm.taurus.autonomys.xyz/ws' ],
|
37281
|
+
icon: 'autonomys',
|
37263
37282
|
faucets: [],
|
37264
|
-
nativeCurrency: { name: '
|
37283
|
+
nativeCurrency: { name: 'AI3', symbol: 'AI3', decimals: 18 },
|
37265
37284
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
37266
|
-
infoURL: 'https://www.autonomys.
|
37285
|
+
infoURL: 'https://www.autonomys.xyz',
|
37267
37286
|
shortName: 'ATN',
|
37268
37287
|
chainId: 490000,
|
37269
37288
|
networkId: 490000,
|
37270
37289
|
explorers: [
|
37271
37290
|
{
|
37272
|
-
name: '
|
37273
|
-
url: 'https://
|
37291
|
+
name: 'Autonomys Taurus Testnet Explorer',
|
37292
|
+
url: 'https://blockscout.taurus.autonomys.xyz',
|
37274
37293
|
icon: 'blockscout',
|
37275
37294
|
standard: 'EIP3091'
|
37276
37295
|
}
|
@@ -39390,11 +39409,11 @@ const chainArray = [
|
|
39390
39409
|
]
|
39391
39410
|
},
|
39392
39411
|
{
|
39393
|
-
name: '
|
39412
|
+
name: 'Sahara AI',
|
39394
39413
|
chain: 'Sahara',
|
39395
39414
|
rpc: [ 'https://mainnet.saharalabs.ai' ],
|
39396
39415
|
faucets: [],
|
39397
|
-
nativeCurrency: { name: '
|
39416
|
+
nativeCurrency: { name: 'Sahara AI', symbol: 'SAHARA', decimals: 18 },
|
39398
39417
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
39399
39418
|
infoURL: 'https://saharalabs.ai',
|
39400
39419
|
shortName: 'sahara',
|