eth-chainlist 0.0.298 → 0.0.299
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 +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.299 (2023-12-07)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.298 ([d08fba2](https://github.com/poowf/eth-chainlist/commit/d08fba25cc1d604f1325506fdcb5d1e35155b995))
|
9
|
+
* update chain data ([7c0d4ee](https://github.com/poowf/eth-chainlist/commit/7c0d4ee47f72202ca720c92b34942d1894836cb3))
|
10
|
+
|
3
11
|
### 0.0.298 (2023-12-06)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -21753,7 +21753,7 @@ const chainArray = [
|
|
21753
21753
|
{
|
21754
21754
|
name: 'Neon EVM Mainnet',
|
21755
21755
|
chain: 'Solana',
|
21756
|
-
rpc: [],
|
21756
|
+
rpc: [ 'https://neon-proxy-mainnet.solana.p2p.org' ],
|
21757
21757
|
faucets: [],
|
21758
21758
|
icon: 'neon',
|
21759
21759
|
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|