-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add waba testnet * Add waba testnet * format * faeture: add icons * faeture: formatting * update prettier --------- Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
7bb1567
commit 86a2e7d
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "WABA Chain Testnet", | ||
"chain": "WABA Testnet", | ||
"icon": "waba", | ||
"rpc": ["https://rpc.wabaworld.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "WABA", | ||
"symbol": "WABA", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.wabanetwork.org", | ||
"shortName": "waba", | ||
"chainId": 327126, | ||
"networkId": 327126, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://explorer.wabaworld.com", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmX3NPsVTaBQDBySzMKZLVJhN4kakkAwrfz9mrqmUhNzUU", | ||
"width": 32, | ||
"height": 32, | ||
"format": "png" | ||
} | ||
] |