chains/_data/chains/eip155-900.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

28 lines
562 B
JSON

{
"name": "Garizon Testnet Stage0",
"chain": "GAR",
"network": "testnet",
"icon": "garizon",
"rpc": [
"https://s0-testnet.garizon.net/rpc"
],
"faucets": [
"https://faucet-testnet.garizon.com"
],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-test-s0",
"chainId": 900,
"networkId": 900,
"explorers": [{
"name": "explorer",
"url": "https://explorer-testnet.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}]
}