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