mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
common/defs: Add Ethereum Testnet Goerli (#137)
This commit is contained in:
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…
Reference in New Issue
Block a user