Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into key-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiucelfilip committed Nov 5, 2019
2 parents bd546f3 + 54c130e commit ebdabe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export const DEFAULT_API_HOST =
process.env.REACT_APP_DEFAULT_API_HOST ||
`${location.protocol}//${location.hostname}:9000`;
export const DEFAULT_TRANSACTION_GRAPH_NODES_LIMIT = 500;
export const TX_FEE = 2;
export const TX_FEE = 15;
export const DEFAULT_NETWORK_GRAPH_NODES_LIMIT = 500;
export const FAUCET_URL = "https://faucet.perlin.net";

0 comments on commit ebdabe2

Please sign in to comment.