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

* adding Gauss Mainnet * format .json files * Update eip155-1777.json * Update gauss.json * formatted with prettier * added Icon to downloads, formated with prettier * added Testnet; fixed Icon dimensions
24 lines
458 B
JSON
24 lines
458 B
JSON
{
|
|
"name": "Gauss Mainnet",
|
|
"chain": "Gauss",
|
|
"icon": "gauss",
|
|
"rpc": ["https://rpc.gaussgang.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "GANG",
|
|
"symbol": "GANG",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://gaussgang.com/",
|
|
"shortName": "gauss",
|
|
"chainId": 1777,
|
|
"networkId": 1777,
|
|
"explorers": [
|
|
{
|
|
"name": "Gauss Explorer",
|
|
"url": "https://explorer.gaussgang.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|