eth-chainlist 0.0.225 → 0.0.226
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.226 (2023-09-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.225 ([2a73cdb](https://github.com/poowf/eth-chainlist/commit/2a73cdbceeb8880ce86ca5636f4726c029cf4af4))
|
9
|
+
* update chain data ([b871ba4](https://github.com/poowf/eth-chainlist/commit/b871ba4020fab71c557db43d379637148205ff87))
|
10
|
+
|
3
11
|
### 0.0.225 (2023-09-02)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6340,6 +6340,26 @@ const chainArray = [
|
|
6340
6340
|
bridges: [ { url: 'https://bridge.zkevm-rpc.com' } ]
|
6341
6341
|
}
|
6342
6342
|
},
|
6343
|
+
{
|
6344
|
+
name: 'BLXq Testnet',
|
6345
|
+
chain: 'BLXQ',
|
6346
|
+
icon: 'blxq',
|
6347
|
+
rpc: [ 'https://testnetq1.blx.org' ],
|
6348
|
+
faucets: [],
|
6349
|
+
nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
|
6350
|
+
infoURL: 'https://blx.org',
|
6351
|
+
shortName: 'blxq',
|
6352
|
+
chainId: 1107,
|
6353
|
+
networkId: 1107,
|
6354
|
+
explorers: [
|
6355
|
+
{
|
6356
|
+
name: 'BLXq Explorer',
|
6357
|
+
url: 'https://explorer.blx.org',
|
6358
|
+
icon: 'blxq',
|
6359
|
+
standard: 'none'
|
6360
|
+
}
|
6361
|
+
]
|
6362
|
+
},
|
6343
6363
|
{
|
6344
6364
|
name: 'WEMIX3.0 Mainnet',
|
6345
6365
|
chain: 'WEMIX',
|