eth-chainlist 0.0.412 → 0.0.414
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 +80 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.414 (2024-05-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.413 ([b37bd78](https://github.com/poowf/eth-chainlist/commit/b37bd78b2e10a763934be84c7092acda1d94fb15))
|
9
|
+
* update chain data ([b868f3e](https://github.com/poowf/eth-chainlist/commit/b868f3e64e653ad4b270d68cea5cf1ea340e62d9))
|
10
|
+
|
11
|
+
### 0.0.413 (2024-05-26)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.412 ([a924491](https://github.com/poowf/eth-chainlist/commit/a924491d90c9a8b99b4c62907f9b2db7d05843a2))
|
17
|
+
* update chain data ([d61e3cf](https://github.com/poowf/eth-chainlist/commit/d61e3cf6bac5929a3b45929ccd825f0c1870b95c))
|
18
|
+
|
3
19
|
### 0.0.412 (2024-05-25)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3434,7 +3434,7 @@ const chainArray = [
|
|
3434
3434
|
rpc: [
|
3435
3435
|
'https://rpc.mintchain.io',
|
3436
3436
|
'https://global.rpc.mintchain.io',
|
3437
|
-
'https://asia.rpc.
|
3437
|
+
'https://asia.rpc.mintchain.io'
|
3438
3438
|
],
|
3439
3439
|
faucets: [],
|
3440
3440
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -6813,7 +6813,14 @@ const chainArray = [
|
|
6813
6813
|
{
|
6814
6814
|
name: 'Lycan Chain',
|
6815
6815
|
chain: 'LYC',
|
6816
|
-
rpc: [
|
6816
|
+
rpc: [
|
6817
|
+
'https://rpc.lycanchain.com/',
|
6818
|
+
'https://us-east.lycanchain.com',
|
6819
|
+
'https://us-west.lycanchain.com',
|
6820
|
+
'https://eu-north.lycanchain.com',
|
6821
|
+
'https://eu-west.lycanchain.com',
|
6822
|
+
'https://asia-southeast.lycanchain.com'
|
6823
|
+
],
|
6817
6824
|
faucets: [],
|
6818
6825
|
nativeCurrency: { name: 'Lycan', symbol: 'LYC', decimals: 18 },
|
6819
6826
|
infoURL: 'https://lycanchain.com',
|
@@ -13734,6 +13741,18 @@ const chainArray = [
|
|
13734
13741
|
}
|
13735
13742
|
]
|
13736
13743
|
},
|
13744
|
+
{
|
13745
|
+
name: 'EthStorage Mainnet',
|
13746
|
+
chain: 'EthStorage',
|
13747
|
+
rpc: [ 'http://mainnet.ethstorage.io:9540' ],
|
13748
|
+
faucets: [],
|
13749
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
13750
|
+
infoURL: 'https://ethstorage.io/',
|
13751
|
+
shortName: 'es-m',
|
13752
|
+
chainId: 3335,
|
13753
|
+
networkId: 3335,
|
13754
|
+
slip44: 1
|
13755
|
+
},
|
13737
13756
|
{
|
13738
13757
|
name: 'Paribu Net Mainnet',
|
13739
13758
|
chain: 'PRB',
|
@@ -13869,6 +13888,17 @@ const chainArray = [
|
|
13869
13888
|
}
|
13870
13889
|
]
|
13871
13890
|
},
|
13891
|
+
{
|
13892
|
+
name: 'Tycooncoin',
|
13893
|
+
chain: 'TYCON',
|
13894
|
+
rpc: [ 'https://mainnet-rpc.tycoscan.com' ],
|
13895
|
+
faucets: [],
|
13896
|
+
nativeCurrency: { name: 'Tycooncoin', symbol: 'TYCO', decimals: 18 },
|
13897
|
+
infoURL: '',
|
13898
|
+
shortName: 'TYCON',
|
13899
|
+
chainId: 3630,
|
13900
|
+
networkId: 3630
|
13901
|
+
},
|
13872
13902
|
{
|
13873
13903
|
name: 'Botanix Testnet',
|
13874
13904
|
chain: 'BOTANIX',
|
@@ -27291,7 +27321,13 @@ const chainArray = [
|
|
27291
27321
|
chainId: 313313,
|
27292
27322
|
networkId: 313313,
|
27293
27323
|
icon: 'sahara',
|
27294
|
-
explorers: [
|
27324
|
+
explorers: [
|
27325
|
+
{
|
27326
|
+
name: 'Testnet Scan',
|
27327
|
+
url: 'https://explorer.saharaa.info',
|
27328
|
+
standard: 'EIP3091'
|
27329
|
+
}
|
27330
|
+
]
|
27295
27331
|
},
|
27296
27332
|
{
|
27297
27333
|
name: 'Filecoin - Calibration testnet',
|
@@ -27617,6 +27653,26 @@ const chainArray = [
|
|
27617
27653
|
}
|
27618
27654
|
]
|
27619
27655
|
},
|
27656
|
+
{
|
27657
|
+
name: 'LAVITA Mainnet',
|
27658
|
+
chain: 'LAVITA',
|
27659
|
+
icon: 'lavita',
|
27660
|
+
rpc: [ 'https://tsub360890-eth-rpc.thetatoken.org/rpc' ],
|
27661
|
+
faucets: [],
|
27662
|
+
nativeCurrency: { name: 'vTFUEL', symbol: 'vTFUEL', decimals: 18 },
|
27663
|
+
infoURL: 'https://www.lavita.ai',
|
27664
|
+
shortName: 'lavita-mainnet',
|
27665
|
+
chainId: 360890,
|
27666
|
+
networkId: 360890,
|
27667
|
+
explorers: [
|
27668
|
+
{
|
27669
|
+
name: 'LAVITA Mainnet Explorer',
|
27670
|
+
url: 'https://tsub360890-explorer.thetatoken.org',
|
27671
|
+
icon: 'lavita',
|
27672
|
+
standard: 'EIP3091'
|
27673
|
+
}
|
27674
|
+
]
|
27675
|
+
},
|
27620
27676
|
{
|
27621
27677
|
name: 'Digit Soul Smart Chain 2',
|
27622
27678
|
chain: 'DS2',
|
@@ -32219,6 +32275,27 @@ const chainArray = [
|
|
32219
32275
|
standard: 'EIP3091'
|
32220
32276
|
}
|
32221
32277
|
]
|
32278
|
+
},
|
32279
|
+
{
|
32280
|
+
name: 'DCHAIN',
|
32281
|
+
title: 'DCHAIN Mainnet',
|
32282
|
+
chain: 'dchainmainnet',
|
32283
|
+
icon: 'dchainmainnet',
|
32284
|
+
rpc: [ 'https://dchain-2716446429837000-1.jsonrpc.sagarpc.io' ],
|
32285
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
32286
|
+
faucets: [],
|
32287
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
32288
|
+
infoURL: 'https://www.dchain.foundation/',
|
32289
|
+
shortName: 'dchainmainnet',
|
32290
|
+
chainId: 2716446429837000,
|
32291
|
+
networkId: 2716446429837000,
|
32292
|
+
explorers: [
|
32293
|
+
{
|
32294
|
+
name: 'dchain scan',
|
32295
|
+
url: 'https://dchain-2716446429837000-1.sagaexplorer.io',
|
32296
|
+
standard: 'EIP3091'
|
32297
|
+
}
|
32298
|
+
]
|
32222
32299
|
}
|
32223
32300
|
];
|
32224
32301
|
module.exports = chainArray;
|