mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
474 B
JSON
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"
|
|
}
|
|
]
|
|
}
|