eth-chainlist 0.0.170 → 0.0.171
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 +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.171 (2023-06-18)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.170 ([e6abd40](https://github.com/poowf/eth-chainlist/commit/e6abd40ab9d67a13e3f621b3f1e8b91411383fdf))
|
9
|
+
* update chain data ([8ab0a5f](https://github.com/poowf/eth-chainlist/commit/8ab0a5f4e66fa7575f8d4df76d77fa1c76b25646))
|
10
|
+
|
3
11
|
### 0.0.170 (2023-06-16)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -3489,12 +3489,10 @@ const chainArray = [
|
|
3489
3489
|
shortName: 'ncnt',
|
3490
3490
|
chainId: 303,
|
3491
3491
|
networkId: 303,
|
3492
|
-
icon: 'neurochain',
|
3493
3492
|
explorers: [
|
3494
3493
|
{
|
3495
3494
|
name: 'neuroscan',
|
3496
3495
|
url: 'https://testnet.ncnscan.com',
|
3497
|
-
icon: 'neurochain',
|
3498
3496
|
standard: 'EIP3091'
|
3499
3497
|
}
|
3500
3498
|
]
|
@@ -3533,12 +3531,10 @@ const chainArray = [
|
|
3533
3531
|
shortName: 'ncn',
|
3534
3532
|
chainId: 313,
|
3535
3533
|
networkId: 313,
|
3536
|
-
icon: 'neurochain',
|
3537
3534
|
explorers: [
|
3538
3535
|
{
|
3539
3536
|
name: 'neuroscan',
|
3540
3537
|
url: 'https://ncnscan.com',
|
3541
|
-
icon: 'neurochain',
|
3542
3538
|
standard: 'EIP3091'
|
3543
3539
|
}
|
3544
3540
|
]
|
@@ -7870,7 +7866,6 @@ const chainArray = [
|
|
7870
7866
|
{
|
7871
7867
|
name: 'Metaplayerone Dubai Testnet',
|
7872
7868
|
chain: 'MP1 Dubai-Testnet',
|
7873
|
-
icon: 'meu',
|
7874
7869
|
rpc: [ 'https://rpc-dubai.mp1network.com/' ],
|
7875
7870
|
faucets: [],
|
7876
7871
|
nativeCurrency: { name: 'Metaunit', symbol: 'MEU', decimals: 18 },
|
@@ -7882,7 +7877,6 @@ const chainArray = [
|
|
7882
7877
|
{
|
7883
7878
|
name: 'MP1Scan',
|
7884
7879
|
url: 'https://dubai.mp1scan.io',
|
7885
|
-
icon: 'meu',
|
7886
7880
|
standard: 'EIP3091'
|
7887
7881
|
}
|
7888
7882
|
]
|