We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32a7c8 commit 2e25552Copy full SHA for 2e25552
constants/additionalChainRegistry/chainid-61900.js
@@ -0,0 +1,23 @@
1
+ export const data = {
2
+ "name": "Mova Mainnet",
3
+ "chain": "MOVA",
4
+ "rpc": [
5
+ "https://rpc.movachain.com"
6
+ ],
7
+ "faucets": [],
8
+ "nativeCurrency": {
9
+ "name": "MOVA Mainnet GasCoin",
10
+ "symbol": "MOVA",
11
+ "decimals": 18
12
+ },
13
+ "infoURL": "https://movachain.com",
14
+ "shortName": "mova",
15
+ "chainId": 61900,
16
+ "networkId": 61900,
17
+ "icon": "mova",
18
+ "explorers": [{
19
+ "name": "movascan",
20
+ "url": "https://scan.movachain.com",
21
+ "standard": "EIP3091"
22
+ }]
23
+}
0 commit comments