chains/_data/chains/eip155-3967.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

23 lines
474 B
JSON

{
"name": "DYNO Testnet",
"chain": "DYNO",
"rpc": ["https://tapi.dynoprotocol.com"],
"faucets": ["https://faucet.dynoscan.io"],
"nativeCurrency": {
"name": "DYNO Token",
"symbol": "tDYNO",
"decimals": 18
},
"infoURL": "https://dynoprotocol.com",
"shortName": "tdyno",
"chainId": 3967,
"networkId": 3967,
"explorers": [
{
"name": "DYNO Explorer",
"url": "https://testnet.dynoscan.io",
"standard": "EIP3091"
}
]
}