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:
zhengpeng li 2022-11-08 21:54:40 +08:00 committed by GitHub
parent 2a34b11e58
commit 299c474fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 53 additions and 0 deletions

View 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"
}
]
}

View 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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYtTFPFzmBJY671VD6HQADu2sKpV1nJa9Kda9LbMvSCn9",
"width": 326,
"height": 324,
"format": "png"
}
]