eth-chainlist 0.0.208 → 0.0.209
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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.209 (2023-08-14)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.208 ([9b0460a](https://github.com/poowf/eth-chainlist/commit/9b0460ad05ac3adba229b3a1dad1fc25fb7a2941))
|
9
|
+
* update chain data ([522ef48](https://github.com/poowf/eth-chainlist/commit/522ef48fad68b96881e3684b43ddb3c2cf12d6ac))
|
10
|
+
|
3
11
|
### 0.0.208 (2023-08-13)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -17472,6 +17472,25 @@ const chainArray = [
|
|
17472
17472
|
}
|
17473
17473
|
]
|
17474
17474
|
},
|
17475
|
+
{
|
17476
|
+
name: 'Miexs Smartchain',
|
17477
|
+
chain: 'MiexsSmartchain',
|
17478
|
+
icon: 'miexs',
|
17479
|
+
rpc: [ 'https://mainnet-rpc.miexs.com' ],
|
17480
|
+
faucets: [],
|
17481
|
+
nativeCurrency: { name: 'Miexs Coin', symbol: 'MIX', decimals: 18 },
|
17482
|
+
infoURL: 'https://miexs.com',
|
17483
|
+
shortName: 'Miexs',
|
17484
|
+
chainId: 761412,
|
17485
|
+
networkId: 761412,
|
17486
|
+
explorers: [
|
17487
|
+
{
|
17488
|
+
name: 'Miexs Smartchain Explorer',
|
17489
|
+
url: 'https://miexs.com',
|
17490
|
+
standard: 'EIP3091'
|
17491
|
+
}
|
17492
|
+
]
|
17493
|
+
},
|
17475
17494
|
{
|
17476
17495
|
name: 'OctaSpace',
|
17477
17496
|
chain: 'OCTA',
|