Skip to content

Commit

Permalink
change price (ZcashFoundation#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyl authored Jan 8, 2024
1 parent ebcc864 commit 2ef43a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/dj/apps/g12f/management/commands/credit_creators.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def extract_json(text):

# TODO: think more about how we are going to make this dynamic
# and or be able to change it with constants?
TUZI_PER_ZEC: int = 2000
TUZI_PER_ZEC: int = 1800


class Command(BaseCommand):
Expand Down
2 changes: 1 addition & 1 deletion ts/react/free2z/src/components/TuzisDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ZcashIcon from "./ZcashIcon";
import { TabPanel } from "./TabPanel";

// TODO: make dynamic
export const TUZI_PER_ZEC = 2000
export const TUZI_PER_ZEC = 1800
export const DEFAULT_TUZI_AMOUNT = 1000


Expand Down

0 comments on commit 2ef43a0

Please sign in to comment.