eth-chainlist 0.0.236 → 0.0.237
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 +21 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.237 (2023-09-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.236 ([6b6a936](https://github.com/poowf/eth-chainlist/commit/6b6a936edb1b499afb5abc0f2bfc2e97b679eb00))
|
9
|
+
* update chain data ([ff8bb86](https://github.com/poowf/eth-chainlist/commit/ff8bb8695cd3b31050ea906c323ed4be79b0182f))
|
10
|
+
|
3
11
|
### 0.0.236 (2023-09-20)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -358,7 +358,8 @@ const chainArray = [
|
|
358
358
|
'https://songbird-api.flare.network/ext/C/rpc',
|
359
359
|
'https://sgb.ftso.com.au/ext/bc/C/rpc',
|
360
360
|
'https://sgb.lightft.so/rpc',
|
361
|
-
'https://sgb-rpc.ftso.eu'
|
361
|
+
'https://sgb-rpc.ftso.eu',
|
362
|
+
'https://rpc.ftso.au/songbird'
|
362
363
|
],
|
363
364
|
faucets: [],
|
364
365
|
nativeCurrency: { name: 'Songbird', symbol: 'SGB', decimals: 18 },
|
@@ -11155,6 +11156,25 @@ const chainArray = [
|
|
11155
11156
|
}
|
11156
11157
|
]
|
11157
11158
|
},
|
11159
|
+
{
|
11160
|
+
name: 'VEX EVM TESTNET',
|
11161
|
+
chain: 'vex',
|
11162
|
+
icon: 'vex',
|
11163
|
+
rpc: [ 'https://testnet.vexascan.com/evmapi' ],
|
11164
|
+
faucets: [ 'https://t.me/vexfaucetbot' ],
|
11165
|
+
nativeCurrency: { name: 'VEX EVM TESTNET', symbol: 'VEX', decimals: 18 },
|
11166
|
+
infoURL: 'https://vexanium.com',
|
11167
|
+
shortName: 'VEX',
|
11168
|
+
chainId: 5522,
|
11169
|
+
networkId: 5522,
|
11170
|
+
explorers: [
|
11171
|
+
{
|
11172
|
+
name: 'Vexascan-EVM-TestNet',
|
11173
|
+
url: 'https://testnet.vexascan.com/evmexplorer',
|
11174
|
+
standard: 'EIP3091'
|
11175
|
+
}
|
11176
|
+
]
|
11177
|
+
},
|
11158
11178
|
{
|
11159
11179
|
name: 'Nahmii Mainnet',
|
11160
11180
|
chain: 'Nahmii',
|