diff --git a/_data/chains/eip155-192.json b/_data/chains/eip155-192.json new file mode 100644 index 000000000000..d64d3b453a28 --- /dev/null +++ b/_data/chains/eip155-192.json @@ -0,0 +1,24 @@ +{ + "name": "Redmansion Chain", + "chain": "RMC", + "icon": "redmansion", + "rpc": ["https://redmansion.io/srpc/"], + "faucets": [], + "nativeCurrency": { + "name": "Redmansion Coin", + "symbol": "RMC", + "decimals": 18 + }, + "infoURL": "https://www.redmansion.io", + "shortName": "rmc", + "chainId": 192, + "networkId": 192, + "explorers": [ + { + "name": "Redmansion explorer", + "url": "https://redmansion.io", + "icon": "redmansion", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/redmansion.json b/_data/icons/redmansion.json new file mode 100644 index 000000000000..4e66f5c0352c --- /dev/null +++ b/_data/icons/redmansion.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmd49EoSchLo4LbHvdmAx6cFcL4gLgo7hzDyUjB1hPrTTP", + "width": 150, + "height": 150, + "format": "png" + } +]