mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
30 lines
790 B
JSON
30 lines
790 B
JSON
{
|
|
"name": "Gnosis Chain",
|
|
"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://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://developers.gnosischain.com",
|
|
"shortName": "gno",
|
|
"chainId": 100,
|
|
"networkId": 100,
|
|
"slip44": 700,
|
|
"explorers": [{
|
|
"name": "blockscout",
|
|
"url": "https://blockscout.com/xdai/mainnet",
|
|
"icon": "blockscout",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|