eth-chainlist 0.0.247 → 0.0.248
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 +25 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.248 (2023-10-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.247 ([0cbc31c](https://github.com/poowf/eth-chainlist/commit/0cbc31ca4a21d3a6bdbab5dee80b3c5115664e1b))
|
9
|
+
* update chain data ([7fdbde7](https://github.com/poowf/eth-chainlist/commit/7fdbde796f7364b23e07a436a4c7b2a96c798064))
|
10
|
+
|
3
11
|
### 0.0.247 (2023-10-01)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -9029,6 +9029,31 @@ const chainArray = [
|
|
9029
9029
|
}
|
9030
9030
|
]
|
9031
9031
|
},
|
9032
|
+
{
|
9033
|
+
name: 'Movo Smart Chain Mainnet',
|
9034
|
+
chain: 'MOVO',
|
9035
|
+
rpc: [
|
9036
|
+
'https://msc-rpc.movoscan.com',
|
9037
|
+
'https://msc-rpc.movochain.org',
|
9038
|
+
'https://msc-rpc.movoswap.com'
|
9039
|
+
],
|
9040
|
+
faucets: [],
|
9041
|
+
nativeCurrency: { name: 'Movo Smart Chain', symbol: 'MOVO', decimals: 18 },
|
9042
|
+
infoURL: 'https://movo.uk',
|
9043
|
+
shortName: 'movo',
|
9044
|
+
chainId: 2049,
|
9045
|
+
networkId: 2049,
|
9046
|
+
slip44: 2050,
|
9047
|
+
icon: 'movo',
|
9048
|
+
explorers: [
|
9049
|
+
{
|
9050
|
+
name: 'movoscan',
|
9051
|
+
url: 'https://movoscan.com',
|
9052
|
+
icon: 'movoscan',
|
9053
|
+
standard: 'none'
|
9054
|
+
}
|
9055
|
+
]
|
9056
|
+
},
|
9032
9057
|
{
|
9033
9058
|
name: 'Quokkacoin Mainnet',
|
9034
9059
|
chain: 'Qkacoin',
|