chains/_data/chains/eip155-100.json
GimluCom 7504a90fae
Update Gnosis chain (#696)
* Update Gnosis chain

Updated Gnosis chain, formerly xdai chain.

* Update eip155-100.json
2021-12-24 15:54:05 +01:00

32 lines
813 B
JSON

{
"name": "Gnosis Chain (formerly xDai)",
"chain": "Gnosis",
"network": "mainnet",
"rpc": [
"https://rpc.xdaichain.com",
"https://xdai.poanetwork.dev",
"wss://rpc.xdaichain.com/wss",
"wss://xdai.poanetwork.dev/wss",
"http://xdai.poanetwork.dev",
"https://dai.poa.network",
"ws://xdai.poanetwork.dev:8546"
],
"faucets": ["https://xdai-app.herokuapp.com/faucet", "https://stakely.io/faucet/xdai-chain", "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"
}]
}