Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
devEMEL committed Jan 6, 2024
2 parents b867e88 + a7e5688 commit 4de33a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/smart_contracts/go_insure/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
abi,
)

PREMIUM_AMOUNT = Int(1_000_000) # 1A
COVERAGE_AMOUNT = Int(5_000_000) # 5A
PREMIUM_AMOUNT = Int(1_000_000) # 1 A
COVERAGE_AMOUNT = Int(5_000_000) # 5 A

DEFAULT_POLICY_EXPIRATION_TIMELINE = Int(31_536_000)

Expand Down

0 comments on commit 4de33a4

Please sign in to comment.