diff --git a/_data/chains/eip155-1099.json b/_data/chains/eip155-1099.json new file mode 100644 index 00000000..3aa0a6a7 --- /dev/null +++ b/_data/chains/eip155-1099.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-201.json b/_data/chains/eip155-201.json new file mode 100644 index 00000000..2ad46267 --- /dev/null +++ b/_data/chains/eip155-201.json @@ -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" + } + ] +} diff --git a/_data/icons/moac.json b/_data/icons/moac.json new file mode 100644 index 00000000..2aa0b3a6 --- /dev/null +++ b/_data/icons/moac.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYtTFPFzmBJY671VD6HQADu2sKpV1nJa9Kda9LbMvSCn9", + "width": 326, + "height": 324, + "format": "png" + } +]