mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
5cf9aab830
* add garizon chain * fix garizon network Co-authored-by: poortuu3 <>
30 lines
552 B
JSON
30 lines
552 B
JSON
{
|
|
"name": "Garizon Stage3",
|
|
"chain": "GAR",
|
|
"network": "mainnet",
|
|
"icon": "garizon",
|
|
"rpc": [
|
|
"https://s3.garizon.net/rpc"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Garizon",
|
|
"symbol": "GAR",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://garizon.com",
|
|
"shortName": "gar-s3",
|
|
"chainId": 93,
|
|
"networkId": 93,
|
|
"explorers": [{
|
|
"name": "explorer",
|
|
"url": "https://explorer.garizon.com",
|
|
"icon": "garizon",
|
|
"standard": "EIP3091"
|
|
}],
|
|
"parent": {
|
|
"chain": "eip155-90",
|
|
"type": "shard"
|
|
}
|
|
}
|