Add Optimism on Gnosis Chain (#1046)

* Create eip155-300.json

* Update eip155-300.json
This commit is contained in:
GimluCom 2022-04-05 08:16:41 +00:00 committed by GitHub
parent 9a3d20a0ae
commit fbf64dd159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
{
"name": "Optimism on Gnosis Chain",
"chain": "OGC",
"rpc": [
"https://optimism.gnosischain.com",
"wss://optimism.gnosischain.com/wss"
],
"faucets": ["https://faucet.gimlu.com/gnosis"],
"nativeCurrency": {
"name": "xDAI",
"symbol": "xDAI",
"decimals": 18
},
"infoURL": "https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc",
"shortName": "ogc",
"chainId": 300,
"networkId": 300,
"explorers": [{
"name": "blockscout",
"url": "https://blockscout.com/xdai/optimism",
"icon": "blockscout",
"standard": "EIP3091"
}]
}