Skip to content

Commit

Permalink
Merge pull request #50 from claudiucelfilip/gas-fee-change
Browse files Browse the repository at this point in the history
Update gas fee value
  • Loading branch information
Claudiu Filip authored Nov 5, 2019
2 parents 0c29fd4 + 39d2185 commit 54c130e
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 54c130e

Please sign in to comment.