diff --git a/_data/chains/eip155-2122.json b/_data/chains/eip155-2122.json new file mode 100644 index 00000000..45d01c7a --- /dev/null +++ b/_data/chains/eip155-2122.json @@ -0,0 +1,24 @@ +{ + "name": "Metaplayerone Mainnet", + "chain": "METAD", + "icon": "metad", + "rpc": ["https://rpc.metaplayer.one/"], + "faucets": [], + "nativeCurrency": { + "name": "METAD", + "symbol": "METAD", + "decimals": 18 + }, + "infoURL": "https://docs.metaplayer.one/", + "shortName": "Metad", + "chainId": 2122, + "networkId": 2122, + "explorers": [ + { + "name": "Metad Scan", + "url": "https://scan.metaplayer.one", + "icon": "metad", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/metad.json b/_data/icons/metad.json new file mode 100644 index 00000000..4e83035f --- /dev/null +++ b/_data/icons/metad.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZyxS9BfRGYWWDtvrV6qtthCYV4TwdjLoH2sF6MkiTYFf", + "width": 1280, + "height": 1280, + "format": "png" + } +]