Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
add ETH goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
hzheng-ledger committed Mar 29, 2022
1 parent 8cd8715 commit 62d6030
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/live-common-setup-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ setSupportedCurrencies([
"stakenet",
"bitcoin_testnet",
"ethereum_ropsten",
"ethereum_goerli",
"cosmos_testnet",
"crypto_org",
"crypto_org_croeseid",
Expand Down
8 changes: 8 additions & 0 deletions src/api/explorerConfig/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,14 @@ const initialExplorerConfig: FullConfig = {
version: "v3",
},
},
ethereum_goerli: {
id: "eth_goerli",
stable: {
base: "EXPLORER_STAGING",
version: "v3",
},
},

ethereum_classic: {
id: "etc",
stable: {
Expand Down
1 change: 1 addition & 0 deletions src/appSupportsQuitApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const minAppVersion = {
Eos: "1.3.1",
"Eth Recovery": "0.0.0",
"Eth Ropsten": "1.6.0",
"Eth Goerli": "1.9.11",
"Ether-1": "1.4.0",
EtherGem: "1.4.0",
Ethereum: "1.4.0",
Expand Down
5 changes: 5 additions & 0 deletions src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,11 @@ const envDefinitions = {
parser: stringParser,
desc: "Ledger generic explorer API",
},
EXPLORER_STAGING: {
def: "https://explorers.api-01.live.ledger-stg.com",
parser: stringParser,
desc: "Ledger staging explorer API",
},
EXPLORER_BETA: {
def: "https://explorers.api.live.ledger.com",
parser: stringParser,
Expand Down
1 change: 1 addition & 0 deletions tools/src/live-common-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ setSupportedCurrencies([
"decred",
"bitcoin_testnet",
"ethereum_ropsten",
"ethereum_goerli",
"tron",
"stellar",
"filecoin",
Expand Down

1 comment on commit 62d6030

@github-actions
Copy link

@github-actions github-actions bot commented on 62d6030 Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution.
To be groomed for next release, you need to:

  • pass the CI
  • have a dev review
  • have a QA review

Please sign in to comment.