Skip to content

Commit

Permalink
new verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharyakir committed Aug 19, 2024
1 parent 123ce3d commit a2ca3ac
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 181 deletions.
2 changes: 1 addition & 1 deletion contracts/verifier-registry.fc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const slice REGISTERED_TEXT = "You were successfully registered as a verifier";
const slice UPDATED_TEXT = "You successfully updated verifier data";

const int EXIT_FEE = 200000000; ;; 0.20 TON
const int STAKE = 10000000000000; ;; 10000 TON
const int STAKE = 1000000000000; ;; 1000 TON

() save_data() impure inline_ref {
set_data(begin_cell()
Expand Down
Loading

0 comments on commit a2ca3ac

Please sign in to comment.