chains/_data/chains/eip155-1777.json
Austin McCall 562d9293e5
Add Gauss Mainnet & Testnet (#2739)
* 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
2023-05-08 12:56:01 +02:00

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