common/defs: Add Ethereum Testnet Goerli (#137)

pull/142/head
ligi 5 years ago committed by Pavol Rusnak
parent 28c85dee8e
commit e388b69fbd

@ -45,6 +45,16 @@
"url": "https://www.ethereum.org",
"blockbook": []
},
{
"chain": "gor",
"chain_id": 5,
"slip44": 1,
"shortcut": "tGOR",
"name": "Ethereum Testnet Goerli",
"rskip60": false,
"url": "https://www.goerli.net",
"blockbook": []
},
{
"chain": "ubq",
"chain_id": 8,

@ -72,6 +72,13 @@ NETWORKS = [
name="Ethereum Testnet Rinkeby",
rskip60=False,
),
NetworkInfo(
chain_id=5,
slip44=1,
shortcut="tGOR",
name="Ethereum Testnet Goerli",
rskip60=False,
),
NetworkInfo(
chain_id=8,
slip44=108,

Loading…
Cancel
Save