From 716902f9c49e0755824e3398914e68d6c4e6b9ce Mon Sep 17 00:00:00 2001 From: Cheah KK Date: Sat, 19 Feb 2022 21:22:46 +0800 Subject: [PATCH] Adding Phoenix Mainnet to Chainlist --- _data/chains/eip155-13381.json | 25 +++++++++++++++++++++++++ _data/icons/phoenix.json | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-13381.json create mode 100644 _data/icons/phoenix.json diff --git a/_data/chains/eip155-13381.json b/_data/chains/eip155-13381.json new file mode 100644 index 00000000..83d12581 --- /dev/null +++ b/_data/chains/eip155-13381.json @@ -0,0 +1,25 @@ +{ + "name": "Phoenix Mainnet", + "chain": "Phoenix", + "network": "mainnet", + "rpc": [ + "https://rpc.phoenixplorer.com/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Phoenix", + "symbol": "Phoenix", + "decimals": 18 + }, + "infoURL": "https://cryptophoenix.org/phoenix", + "shortName": "Phoenix", + "chainId": 13381, + "networkId": 13381, + "icon": "phoenix", + "explorers": [{ + "name": "phoenixplorer", + "url": "https://phoenixplorer.com", + "icon": "phoenixplorer", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/icons/phoenix.json b/_data/icons/phoenix.json new file mode 100644 index 00000000..dc34bb6b --- /dev/null +++ b/_data/icons/phoenix.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYiLMeKDXMSNuQmtxNdxm53xR588pcRXMf7zuiZLjQnc6", + "width": 1501, + "height": 1501, + "format": "png" + } +] \ No newline at end of file