mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
43 lines
979 B
JSON
43 lines
979 B
JSON
{
|
|
"name": "Gnosis",
|
|
"chain": "GNO",
|
|
"icon": "gnosis",
|
|
"rpc": [
|
|
"https://rpc.gnosischain.com",
|
|
"https://rpc.ankr.com/gnosis",
|
|
"https://gnosischain-rpc.gateway.pokt.network",
|
|
"https://gnosis-mainnet.public.blastapi.io",
|
|
"wss://rpc.gnosischain.com/wss"
|
|
],
|
|
"faucets": [
|
|
"https://gnosisfaucet.com",
|
|
"https://faucet.gimlu.com/gnosis",
|
|
"https://stakely.io/faucet/gnosis-chain-xdai",
|
|
"https://faucet.prussia.dev/xdai"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "xDAI",
|
|
"symbol": "xDAI",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://docs.gnosischain.com",
|
|
"shortName": "gno",
|
|
"chainId": 100,
|
|
"networkId": 100,
|
|
"slip44": 700,
|
|
"explorers": [
|
|
{
|
|
"name": "gnosisscan",
|
|
"url": "https://gnosisscan.io",
|
|
"icon": "gnosisscan",
|
|
"standard": "EIP3091"
|
|
},
|
|
{
|
|
"name": "blockscout",
|
|
"url": "https://blockscout.com/xdai/mainnet",
|
|
"icon": "blockscout",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|