Skip to content

Commit de52542

Browse files
committed
Add Pharos Testnet chain configuration and icon
1 parent 5212c84 commit de52542

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

_data/chains/eip155-688688.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Pharos Testnet",
3+
"title": "Pharos Testnet",
4+
"chain": "Pharos",
5+
"icon": "pharostestnet",
6+
"rpc": ["https://testnet.dplabs-internal.com"],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "PHRS",
10+
"symbol": "PHRS",
11+
"decimals": 18
12+
},
13+
"infoURL": "https://testnet.pharosnetwork.xyz/",
14+
"shortName": "pharos-testnet",
15+
"chainId": 688688,
16+
"networkId": 688688,
17+
"explorers": [
18+
{
19+
"name": "Pharos Testnet Explorer",
20+
"url": "https://testnet.pharosscan.xyz",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/icons/pharostestnet.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafybeiad4p7iippzglrc6f4uklvruaaqfrmnpw62vk25fw2uwllzehqfnu",
4+
"width": 400,
5+
"height": 400,
6+
"format": "png"
7+
}
8+
]

0 commit comments

Comments
 (0)