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 <>
32 lines
628 B
JSON
32 lines
628 B
JSON
{
|
|
"name": "Garizon Testnet Stage2",
|
|
"chain": "GAR",
|
|
"network": "testnet",
|
|
"icon": "garizon",
|
|
"rpc": [
|
|
"https://s2-testnet.garizon.net/rpc"
|
|
],
|
|
"faucets": [
|
|
"https://faucet-testnet.garizon.com"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Garizon",
|
|
"symbol": "GAR",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://garizon.com",
|
|
"shortName": "gar-test-s2",
|
|
"chainId": 902,
|
|
"networkId": 902,
|
|
"explorers": [{
|
|
"name": "explorer",
|
|
"url": "https://explorer-testnet.garizon.com",
|
|
"icon": "garizon",
|
|
"standard": "EIP3091"
|
|
}],
|
|
"parent": {
|
|
"chain": "eip155-900",
|
|
"type": "shard"
|
|
}
|
|
}
|