mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Added MOAC testnet, mainnet and icon (#1770)
* Added MOAC testnet, mainnet and icon * Update moac.json * Update eip155-201.json * Update eip155-1099.json * change the testnet shortName to mctest,mainnet use moac as shortName
This commit is contained in:
parent
2a34b11e58
commit
299c474fbc
23
_data/chains/eip155-1099.json
Normal file
23
_data/chains/eip155-1099.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "MOAC mainnet",
|
||||
"chain": "MOAC",
|
||||
"rpc": ["http://gateway.moac.io/mainnet"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "MOAC",
|
||||
"symbol": "mc",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://moac.io",
|
||||
"shortName": "moac",
|
||||
"chainId": 1099,
|
||||
"networkId": 1099,
|
||||
"slip44": 314,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "moac explorer",
|
||||
"url": "https://explorer.moac.io",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
22
_data/chains/eip155-201.json
Normal file
22
_data/chains/eip155-201.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "MOAC testnet",
|
||||
"chain": "MOAC",
|
||||
"rpc": ["http://gateway.moac.io/testnet"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "MOAC",
|
||||
"symbol": "mc",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://moac.io",
|
||||
"shortName": "moactest",
|
||||
"chainId": 201,
|
||||
"networkId": 201,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "moac testnet explorer",
|
||||
"url": "https://testnet.moac.io",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/moac.json
Normal file
8
_data/icons/moac.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmYtTFPFzmBJY671VD6HQADu2sKpV1nJa9Kda9LbMvSCn9",
|
||||
"width": 326,
|
||||
"height": 324,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user