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

* Added GuapcoinX * Add faucets field * Update guapcoinx.json * Change formatting * Update eip155-71111.json
29 lines
601 B
JSON
29 lines
601 B
JSON
{
|
|
"name": "GuapcoinX",
|
|
"chain": "GuapcoinX",
|
|
"rpc": [
|
|
"https://rpc-mainnet.guapcoinx.com/",
|
|
"https://rpc-mainnet-1.guapcoinx.com/",
|
|
"https://rpc-mainnet-2.guapcoinx.com/"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "GuapcoinX",
|
|
"symbol": "GuapX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://guapcoin.org/",
|
|
"shortName": "GuapX",
|
|
"chainId": 71111,
|
|
"networkId": 71111,
|
|
"icon": "guapcoinx",
|
|
"explorers": [
|
|
{
|
|
"name": "GuapcoinX Explorer",
|
|
"url": "http://explorer.guapcoinx.com",
|
|
"standard": "none",
|
|
"icon": "guapcoinx"
|
|
}
|
|
]
|
|
}
|