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" + }] +}