Skip to content

Commit 66b8ae6

Browse files
authored
Adding wonder testnet (#6833)
* Adding wonder testnet * Adding downloaded icon
1 parent b855bf6 commit 66b8ae6

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

_data/chains/eip155-96371.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Wonder Testnet",
3+
"chain": "WNDR",
4+
"rpc": ["https://rpc.testnet.wonderchain.org"],
5+
"faucets": ["https://wonderchain.org/faucet"],
6+
"nativeCurrency": {
7+
"name": "Ether",
8+
"symbol": "ETH",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://wonderchain.org",
12+
"shortName": "wndr",
13+
"chainId": 96371,
14+
"networkId": 96371,
15+
"icon": "wonder",
16+
"explorers": [
17+
{
18+
"name": "wonderexplorer",
19+
"url": "https://explorer.testnet.wonderchain.org",
20+
"standard": "EIP3091"
21+
}
22+
],
23+
"status": "active"
24+
}

_data/icons/wonder.json

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

0 commit comments

Comments
 (0)