From 631fa0566e22bde20a31f1144916f2f5f11cbdc6 Mon Sep 17 00:00:00 2001 From: Reggie <92185630+blockchainreg@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:19:43 -0700 Subject: [PATCH] Adding Dyno Protocol Testnet --- _data/chains/eip155-3967.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-3967.json diff --git a/_data/chains/eip155-3967.json b/_data/chains/eip155-3967.json new file mode 100644 index 00000000..fecab43a --- /dev/null +++ b/_data/chains/eip155-3967.json @@ -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" + }] +}