mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
21 lines
363 B
JSON
21 lines
363 B
JSON
{
|
|
"name": "Polis Mainnet",
|
|
"chain": "Olympus",
|
|
"icon": "polis",
|
|
"rpc": [
|
|
"https://rpc.polis.tech"
|
|
],
|
|
"faucets": [
|
|
"https://faucet.polis.tech"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Polis",
|
|
"symbol": "POLIS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://polis.tech",
|
|
"shortName": "olympus",
|
|
"chainId": 333999,
|
|
"networkId": 333999
|
|
}
|