eth-chainlist 0.0.187 → 0.0.188
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 +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.188 (2023-07-18)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.187 ([23059a7](https://github.com/poowf/eth-chainlist/commit/23059a7aa5da131504bbe52ff2166a832fe8d95a))
|
9
|
+
* update chain data ([396bae4](https://github.com/poowf/eth-chainlist/commit/396bae4d2aaed8aaeb277edebf1ae044188fdd84))
|
10
|
+
|
3
11
|
### 0.0.187 (2023-07-17)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -17733,19 +17733,19 @@ const chainArray = [
|
|
17733
17733
|
faucets: [],
|
17734
17734
|
icon: 'neon',
|
17735
17735
|
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|
17736
|
-
infoURL: 'https://
|
17736
|
+
infoURL: 'https://neonevm.org',
|
17737
17737
|
shortName: 'neonevm-mainnet',
|
17738
17738
|
chainId: 245022934,
|
17739
17739
|
networkId: 245022934,
|
17740
17740
|
explorers: [
|
17741
17741
|
{
|
17742
|
-
name: '
|
17743
|
-
url: 'https://
|
17742
|
+
name: 'neonscan',
|
17743
|
+
url: 'https://neonscan.org',
|
17744
17744
|
standard: 'EIP3091'
|
17745
17745
|
},
|
17746
17746
|
{
|
17747
|
-
name: '
|
17748
|
-
url: 'https://
|
17747
|
+
name: 'native',
|
17748
|
+
url: 'https://neon.blockscout.com',
|
17749
17749
|
standard: 'EIP3091'
|
17750
17750
|
}
|
17751
17751
|
]
|