Skip to content

Commit

Permalink
Add Wadzchain Testnet with rpc, faucet, explorer and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
purevolcano106 committed Sep 30, 2024
1 parent 96b8db7 commit e8b1a9d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-71117.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Wadzchain Testnet",
"title": "Wadzchain Testnet",
"chain": "Wadzchain-Testnet",
"icon": "wadz",
"rpc": ["https://rpc-testnet.wadzchain.io"],
"faucets": ["https://faucet-testnet.wadzchain.io"],
"nativeCurrency": {
"name": "WadzToken",
"symbol": "WTK",
"decimals": 18
},
"infoURL": "https://www.wadzchain-network.io",
"shortName": "wadzchain-testnet",
"chainId": 71117,
"networkId": 71117,
"slip44": 1,
"explorers": [
{
"name": "Wadzchain Testnet Explorer",
"url": "https://scan-testnet.wadzchain.io",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/wadz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRBVFviqdhyarkTAxrnq2r2em6dJXCzpNxZL4yaXPbLou",
"width": 218,
"height": 218,
"format": "png"
}
]

0 comments on commit e8b1a9d

Please sign in to comment.