From 8b9ad85da3f86fb94593e3b6d4db057eb96175cf Mon Sep 17 00:00:00 2001 From: Vishnushankar Seenivasan Date: Sun, 23 Apr 2023 18:21:41 +0400 Subject: [PATCH] added MP1 Dubai-Testnet (#2696) * added MP1 Dubai-Testnet * changed pixel details in icons json * changed height * checked prettier --------- Co-authored-by: metaplayer-one --- _data/chains/eip155-2124.json | 24 ++++++++++++++++++++++++ _data/icons/meu.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-2124.json create mode 100644 _data/icons/meu.json 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" + } +]