eth-chainlist 0.0.412 → 0.0.413
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 +8 -0
- package/data/chain.js +73 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.413 (2024-05-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.412 ([a924491](https://github.com/poowf/eth-chainlist/commit/a924491d90c9a8b99b4c62907f9b2db7d05843a2))
|
9
|
+
* update chain data ([d61e3cf](https://github.com/poowf/eth-chainlist/commit/d61e3cf6bac5929a3b45929ccd825f0c1870b95c))
|
10
|
+
|
3
11
|
### 0.0.412 (2024-05-25)
|
4
12
|
|
5
13
|
|
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',
|
@@ -27617,6 +27647,26 @@ const chainArray = [
|
|
27617
27647
|
}
|
27618
27648
|
]
|
27619
27649
|
},
|
27650
|
+
{
|
27651
|
+
name: 'LAVITA Mainnet',
|
27652
|
+
chain: 'LAVITA',
|
27653
|
+
icon: 'lavita',
|
27654
|
+
rpc: [ 'https://tsub360890-eth-rpc.thetatoken.org/rpc' ],
|
27655
|
+
faucets: [],
|
27656
|
+
nativeCurrency: { name: 'vTFUEL', symbol: 'vTFUEL', decimals: 18 },
|
27657
|
+
infoURL: 'https://www.lavita.ai',
|
27658
|
+
shortName: 'lavita-mainnet',
|
27659
|
+
chainId: 360890,
|
27660
|
+
networkId: 360890,
|
27661
|
+
explorers: [
|
27662
|
+
{
|
27663
|
+
name: 'LAVITA Mainnet Explorer',
|
27664
|
+
url: 'https://tsub360890-explorer.thetatoken.org',
|
27665
|
+
icon: 'lavita',
|
27666
|
+
standard: 'EIP3091'
|
27667
|
+
}
|
27668
|
+
]
|
27669
|
+
},
|
27620
27670
|
{
|
27621
27671
|
name: 'Digit Soul Smart Chain 2',
|
27622
27672
|
chain: 'DS2',
|
@@ -32219,6 +32269,27 @@ const chainArray = [
|
|
32219
32269
|
standard: 'EIP3091'
|
32220
32270
|
}
|
32221
32271
|
]
|
32272
|
+
},
|
32273
|
+
{
|
32274
|
+
name: 'DCHAIN',
|
32275
|
+
title: 'DCHAIN Mainnet',
|
32276
|
+
chain: 'dchainmainnet',
|
32277
|
+
icon: 'dchainmainnet',
|
32278
|
+
rpc: [ 'https://dchain-2716446429837000-1.jsonrpc.sagarpc.io' ],
|
32279
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
32280
|
+
faucets: [],
|
32281
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
32282
|
+
infoURL: 'https://www.dchain.foundation/',
|
32283
|
+
shortName: 'dchainmainnet',
|
32284
|
+
chainId: 2716446429837000,
|
32285
|
+
networkId: 2716446429837000,
|
32286
|
+
explorers: [
|
32287
|
+
{
|
32288
|
+
name: 'dchain scan',
|
32289
|
+
url: 'https://dchain-2716446429837000-1.sagaexplorer.io',
|
32290
|
+
standard: 'EIP3091'
|
32291
|
+
}
|
32292
|
+
]
|
32222
32293
|
}
|
32223
32294
|
];
|
32224
32295
|
module.exports = chainArray;
|