From acaa12e2f6b98205ea04d496a5c117ac4468c56e Mon Sep 17 00:00:00 2001 From: Dexit-Network <96398816+Dexit-Network@users.noreply.github.com> Date: Sat, 10 Dec 2022 14:41:12 +1100 Subject: [PATCH] eip155-877.json (#2000) Dexit mainnet --- _data/chains/eip155-877.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-877.json diff --git a/_data/chains/eip155-877.json b/_data/chains/eip155-877.json new file mode 100644 index 00000000..0ceac875 --- /dev/null +++ b/_data/chains/eip155-877.json @@ -0,0 +1,22 @@ +{ + "name": "Dexit Network", + "chain": "DXT", + "rpc": ["https://dxt.dexit.network"], + "faucets": ["https://faucet.dexit.network"], + "nativeCurrency": { + "name": "Dexit network", + "symbol": "DXT", + "decimals": 18 + }, + "infoURL": "https://dexit.network", + "shortName": "DXT", + "chainId": 877, + "networkId": 877, + "explorers": [ + { + "name": "dxtscan", + "url": "https://dxtscan.com", + "standard": "EIP3091" + } + ] +}