chains/_data/chains/eip155-1452.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
452 B
JSON

{
"name": "GIL Testnet",
"chain": "GIL",
"icon": "gauss",
"rpc": ["https://rpc.giltestnet.com"],
"faucets": [],
"nativeCurrency": {
"name": "GANG",
"symbol": "GANG",
"decimals": 18
},
"infoURL": "https://gaussgang.com/",
"shortName": "gil",
"chainId": 1452,
"networkId": 1452,
"explorers": [
{
"name": "GIL Explorer",
"url": "https://explorer.giltestnet.com",
"standard": "EIP3091"
}
]
}