mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
31 lines
794 B
JSON
31 lines
794 B
JSON
{
|
|
"name": "Gnosis Chain (formerly xDai)",
|
|
"chain": "Gnosis",
|
|
"rpc": [
|
|
"https://rpc.gnosischain.com",
|
|
"https://xdai.poanetwork.dev",
|
|
"wss://rpc.gnosischain.com/wss",
|
|
"wss://xdai.poanetwork.dev/wss",
|
|
"http://xdai.poanetwork.dev",
|
|
"https://dai.poa.network",
|
|
"ws://xdai.poanetwork.dev:8546"
|
|
],
|
|
"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://www.xdaichain.com/",
|
|
"shortName": "gno",
|
|
"chainId": 100,
|
|
"networkId": 100,
|
|
"slip44": 700,
|
|
|
|
"explorers": [{
|
|
"name": "blockscout",
|
|
"url": "https://blockscout.com/xdai/mainnet",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|