From 299c474fbcc67d4f0d4a85c5efe3fb03b3e8e3f7 Mon Sep 17 00:00:00 2001 From: zhengpeng li Date: Tue, 8 Nov 2022 21:54:40 +0800 Subject: [PATCH] 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 --- _data/chains/eip155-1099.json | 23 +++++++++++++++++++++++ _data/chains/eip155-201.json | 22 ++++++++++++++++++++++ _data/icons/moac.json | 8 ++++++++ 3 files changed, 53 insertions(+) create mode 100644 _data/chains/eip155-1099.json create mode 100644 _data/chains/eip155-201.json create mode 100644 _data/icons/moac.json 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" + } +]