Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
v-almonacid committed Oct 20, 2020
1 parent 3fc52dc commit e8bb61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/networks.js
Expand Up @@ -74,8 +74,8 @@ export const NETWORKS = {
`https://testnet.seiza-website.emurgo.io/staking-simple/list?sortBy=RANDOM&searchText=&performance[]=0&performance[]=100&source=mobile&userAda=${ADA}`,
EXPLORER_URL_FOR_ADDRESS: (address: string) =>
`https://shelleyexplorer.cardano.org/address/?id=${address}`,
EXPLORER_URL_FOR_TX: (tx: string) => {
throw new Error('not supported network')
EXPLORER_URL_FOR_TX: (_tx: string) => {
throw new Error('non supported network')
},
LINEAR_FEE: {
CONSTANT: '200000',
Expand Down

0 comments on commit e8bb61c

Please sign in to comment.