mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Added GuapcoinX (#2706)
* Added GuapcoinX * Add faucets field * Update guapcoinx.json * Change formatting * Update eip155-71111.json
This commit is contained in:
parent
e76363d91d
commit
6ccb282d3d
28
_data/chains/eip155-71111.json
Normal file
28
_data/chains/eip155-71111.json
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/guapcoinx.json
Normal file
8
_data/icons/guapcoinx.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmcDTR7982VQKDDz2Mh4fZbnE9hn67MuFPWQv1MimCqPvB",
|
||||||
|
"width": 800,
|
||||||
|
"height": 800,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user