Skip to content

Commit

Permalink
Add waterfall testnet9 (#6279)
Browse files Browse the repository at this point in the history
* add waterfall testnet 9

* format json according to the style

* fix: slash at the end of urls.

* change explorer standard and short name.

---------

Co-authored-by: DmitriyRogovoi <[email protected]>
Co-authored-by: DmitriiRogovoi <[email protected]>
Co-authored-by: DmitriiRogovoi <[email protected]>
  • Loading branch information
4 people authored Nov 29, 2024
1 parent 470cdb1 commit 9805418
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions _data/chains/eip155-1501869.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Waterfall 9 Test Network",
"chain": "Waterfall TestNet9",
"rpc": ["https://rpc.testnet9.waterfall.network"],
"faucets": ["https://faucet.testnet9.waterfall.network"],
"nativeCurrency": {
"name": "WATER",
"symbol": "WATER",
"decimals": 18
},
"features": [
{
"name": "EIP1559"
}
],
"infoURL": "https://waterfall.network",
"shortName": "water9",
"chainId": 1501869,
"networkId": 1501869,
"icon": "waterfall",
"explorers": [
{
"name": "Waterfall Explorer Testnet9",
"url": "https://explorer.testnet9.waterfall.network",
"icon": "waterfall",
"standard": "EIP3091"
}
]
}

0 comments on commit 9805418

Please sign in to comment.