Adding Dyno Protocol Testnet

This commit is contained in:
Reggie 2022-03-14 18:19:43 -07:00 committed by GitHub
parent 2320fa33b4
commit 631fa0566e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
{
"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": "dyno",
"chainId": 3967,
"networkId": 3967,
"explorers": [{
"name": "DYNO Explorer",
"url": "https://testnet.dynoscan.io",
"standard": "EIP3091"
}]
}