1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

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

This commit is contained in:
ligi 2019-05-07 12:34:28 +02:00 committed by Pavol Rusnak
parent 28c85dee8e
commit e388b69fbd
2 changed files with 17 additions and 0 deletions

View File

@ -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,

View File

@ -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,