Skip to content

Commit

Permalink
add supernet testnet (#5287)
Browse files Browse the repository at this point in the history
* add supernet testnet

* Update eip155-998899.json
  • Loading branch information
kr-khushi authored Jun 13, 2024
1 parent 7c6e51a commit fb52293
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-998899.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Supernet Testnet",
"title": "Supernet Testnet",
"chain": "Supernet Testnet",
"rpc": ["https://testnet-rpc.supernet.chaingames.io/"],
"faucets": ["https://faucet.chaingames.io"],
"nativeCurrency": {
"name": "CHAIN",
"symbol": "CHAIN",
"decimals": 18
},
"infoURL": "",
"shortName": "supernetchain",
"chainId": 998899,
"networkId": 998899,
"slip44": 1,
"explorers": [
{
"name": "supernet-testnet-explorer",
"url": "https://testnet-explorer.supernet.chaingames.io",
"standard": "EIP3091"
}
]
}

0 comments on commit fb52293

Please sign in to comment.