Skip to content

Commit

Permalink
Merge pull request #53 from xpring-eng/change-faucet-limit
Browse files Browse the repository at this point in the history
change faucet limit and default amount
  • Loading branch information
jonathanlei authored Apr 17, 2024
2 parents 95d6e42 + 9e8630f commit 39181b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const required: (keyof ConfigFile)[] = ["RIPPLED_URI", "FUNDING_SECRET"];

const defaults: Partial<Record<keyof Partial<ConfigFile>, any>> = {
PORT: "3000",
XRP_AMOUNT: "10000",
MAX_AMOUNT: "1000000",
XRP_AMOUNT: "100",
MAX_AMOUNT: "1000",
MIN_TICKET_COUNT: 100,
MAX_TICKET_COUNT: 240,
};
Expand Down

0 comments on commit 39181b3

Please sign in to comment.