From 6fc118c98deb3eecc0fc9a0c203ea70c5bb0644c Mon Sep 17 00:00:00 2001 From: Tuimf <91014509+tuimf@users.noreply.github.com> Date: Fri, 18 Nov 2022 14:51:26 +0000 Subject: [PATCH] Add Exosama Network (#1861) * Add Exosama Network * Fix codestyle Co-authored-by: Kyilkhor <90967841+kyilkhor@users.noreply.github.com> --- _data/chains/eip155-2109.json | 25 +++++++++++++++++++++++++ _data/icons/exn.json | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-2109.json create mode 100644 _data/icons/exn.json diff --git a/_data/chains/eip155-2109.json b/_data/chains/eip155-2109.json new file mode 100644 index 00000000..9d5b9245 --- /dev/null +++ b/_data/chains/eip155-2109.json @@ -0,0 +1,25 @@ +{ + "name": "Exosama Network", + "chain": "EXN", + "rpc": ["https://rpc.exosama.com", "wss://rpc.exosama.com"], + "faucets": [], + "nativeCurrency": { + "name": "Sama Token", + "symbol": "SAMA", + "decimals": 18 + }, + "infoURL": "https://moonsama.com", + "shortName": "exn", + "chainId": 2109, + "networkId": 2109, + "slip44": 2109, + "icon": "exn", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.exosama.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/exn.json b/_data/icons/exn.json new file mode 100644 index 00000000..a59c77ed --- /dev/null +++ b/_data/icons/exn.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmaQxfwpXYTomUd24PMx5tKjosupXcm99z1jL1XLq9LWBS", + "width": 468, + "height": 468, + "format": "png" + } +]