Skip to content

Commit

Permalink
Add Phron Testnet to Chainlist (#6111)
Browse files Browse the repository at this point in the history
  • Loading branch information
abubakarfarooq13 authored Oct 31, 2024
1 parent df0d2ad commit 385c6c7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-7744.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/phron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmf77sTNKpnTbwYjauyQ7KpxV5EbgTPP27Fmx24svB84gY",
"width": 129,
"height": 129,
"format": "png"
}
]

0 comments on commit 385c6c7

Please sign in to comment.