mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add Exosama Network * Fix codestyle Co-authored-by: Kyilkhor <90967841+kyilkhor@users.noreply.github.com>
26 lines
521 B
JSON
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"
|
|
}
|
|
]
|
|
}
|