chains/_data/chains/eip155-2109.json
Tuimf 6fc118c98d
Add Exosama Network (#1861)
* Add Exosama Network

* Fix codestyle

Co-authored-by: Kyilkhor <90967841+kyilkhor@users.noreply.github.com>
2022-11-18 15:51:26 +01:00

26 lines
521 B
JSON

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