Skip to content

Commit

Permalink
Add waba testnet (#5459)
Browse files Browse the repository at this point in the history
* Add waba testnet

* Add waba testnet

* format

* faeture: add icons

* faeture: formatting

* update prettier

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
MikeflyBtc and ligi authored Jul 14, 2024
1 parent 7bb1567 commit 86a2e7d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-327126.json
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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/waba.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmX3NPsVTaBQDBySzMKZLVJhN4kakkAwrfz9mrqmUhNzUU",
"width": 32,
"height": 32,
"format": "png"
}
]

0 comments on commit 86a2e7d

Please sign in to comment.