eth-chainlist 0.0.276 → 0.0.277
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 +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.277 (2023-11-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.276 ([e7093c5](https://github.com/poowf/eth-chainlist/commit/e7093c52119db727ae613768d2d456f96db5e031))
|
9
|
+
* update chain data ([a216c69](https://github.com/poowf/eth-chainlist/commit/a216c69eaef465e93c6e2ba3a7836e1ef0cfa8d9))
|
10
|
+
|
3
11
|
### 0.0.276 (2023-11-05)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -3436,7 +3436,7 @@ const chainArray = [
|
|
3436
3436
|
{
|
3437
3437
|
name: 'LACHAIN Mainnet',
|
3438
3438
|
chain: 'LA',
|
3439
|
-
icon: 'lachain',
|
3439
|
+
icon: 'lachain-io',
|
3440
3440
|
rpc: [ 'https://rpc-mainnet.lachain.io' ],
|
3441
3441
|
faucets: [],
|
3442
3442
|
nativeCurrency: { name: 'LA', symbol: 'LA', decimals: 18 },
|
@@ -3455,7 +3455,7 @@ const chainArray = [
|
|
3455
3455
|
{
|
3456
3456
|
name: 'LACHAIN Testnet',
|
3457
3457
|
chain: 'TLA',
|
3458
|
-
icon: 'lachain',
|
3458
|
+
icon: 'lachain-io',
|
3459
3459
|
rpc: [ 'https://rpc-testnet.lachain.io' ],
|
3460
3460
|
faucets: [],
|
3461
3461
|
nativeCurrency: { name: 'TLA', symbol: 'TLA', decimals: 18 },
|
@@ -3735,7 +3735,7 @@ const chainArray = [
|
|
3735
3735
|
{
|
3736
3736
|
name: 'LaChain',
|
3737
3737
|
chain: 'LaChain',
|
3738
|
-
icon: '
|
3738
|
+
icon: 'lachain-network',
|
3739
3739
|
rpc: [
|
3740
3740
|
'https://rpc1.mainnet.lachain.network',
|
3741
3741
|
'https://rpc2.mainnet.lachain.network',
|
@@ -4540,7 +4540,7 @@ const chainArray = [
|
|
4540
4540
|
{
|
4541
4541
|
name: 'LaTestnet',
|
4542
4542
|
chain: 'LaTestnet',
|
4543
|
-
icon: '
|
4543
|
+
icon: 'lachain-network',
|
4544
4544
|
rpc: [
|
4545
4545
|
'https://rpc.testnet.lachain.network',
|
4546
4546
|
'https://lachain-testnet.rpc-nodes.cedalio.dev'
|