chains/_data/chains/eip155-902.json
portuu3 5cf9aab830
add garizon chain (#809)
* add garizon chain

* fix garizon network

Co-authored-by: poortuu3 <>
2022-01-29 12:29:45 +01:00

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"
}
}