From 385c6c78982a4b66888c2db4762ed8172f5e27ce Mon Sep 17 00:00:00 2001 From: Abubakar Farooq <130179124+abubakarfarooq13@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:17:42 +0500 Subject: [PATCH] Add Phron Testnet to Chainlist (#6111) --- _data/chains/eip155-7744.json | 24 ++++++++++++++++++++++++ _data/icons/phron.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-7744.json create mode 100644 _data/icons/phron.json diff --git a/_data/chains/eip155-7744.json b/_data/chains/eip155-7744.json new file mode 100644 index 000000000000..62055c3bf12a --- /dev/null +++ b/_data/chains/eip155-7744.json @@ -0,0 +1,24 @@ +{ + "name": "Phron Testnet", + "chain": "PHR", + "icon": "phron", + "rpc": ["https://testnet.phron.ai", "wss://testnet.phron.ai"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": ["https://faucet.phron.ai"], + "nativeCurrency": { + "name": "Phron", + "symbol": "TPHR", + "decimals": 18 + }, + "infoURL": "https://phron.ai", + "shortName": "phr", + "chainId": 7744, + "networkId": 7744, + "explorers": [ + { + "name": "phronscan", + "url": "https://testnet.phronscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/phron.json b/_data/icons/phron.json new file mode 100644 index 000000000000..787f0989987c --- /dev/null +++ b/_data/icons/phron.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmf77sTNKpnTbwYjauyQ7KpxV5EbgTPP27Fmx24svB84gY", + "width": 129, + "height": 129, + "format": "png" + } +]