From 4600327a0ecc995a1396ab7b602144fc1ddc8fda Mon Sep 17 00:00:00 2001 From: Reggie <92185630+blockchainreg@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:10:14 -0700 Subject: [PATCH] Adding Dyno Protocol --- _data/chains/eip155-3966.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-3966.json diff --git a/_data/chains/eip155-3966.json b/_data/chains/eip155-3966.json new file mode 100644 index 00000000..c672a510 --- /dev/null +++ b/_data/chains/eip155-3966.json @@ -0,0 +1,22 @@ +{ + "name": "DYNO Mainnet", + "chain": "DYNO", + "rpc": [ + "https://api.dynoprotocol.com", + ], + "faucets": [], + "nativeCurrency": { + "name": "DYNO Token", + "symbol": "DYNO", + "decimals": 18 + }, + "infoURL": "https://dynoprotocol.com", + "shortName": "dyno", + "chainId": 3966, + "networkId": 3966, + "explorers": [{ + "name": "DYNO Explorer", + "url": "https://dynoscan.io", + "standard": "EIP3091" + }] +}