diff --git a/_data/chains/eip155-2124.json b/_data/chains/eip155-2124.json new file mode 100644 index 00000000..3de2ce36 --- /dev/null +++ b/_data/chains/eip155-2124.json @@ -0,0 +1,24 @@ +{ + "name": "Metaplayerone Network", + "chain": "MP1 Dubai-Testnet", + "icon": "meu", + "rpc": ["https://rpc-dubai.mp1network.com/"], + "faucets": [], + "nativeCurrency": { + "name": "Metaunit", + "symbol": "MEU", + "decimals": 18 + }, + "infoURL": "https://docs.metaplayer.one/", + "shortName": "MEU", + "chainId": 2124, + "networkId": 2124, + "explorers": [ + { + "name": "MP1Scan", + "url": "https://dubai.mp1scan.io", + "icon": "meu", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/meu.json b/_data/icons/meu.json new file mode 100644 index 00000000..101010da --- /dev/null +++ b/_data/icons/meu.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmfJKxmubJrqYWDcR2PnPvmpukxPz4fYDu3hqTaSnpJDxC", + "width": 42, + "height": 23, + "format": "svg" + } +]