Skip to content

Commit

Permalink
recude MinProofSubmissionFee
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Jan 24, 2025
1 parent 980a63d commit 9bf20e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/proof/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var (
ParamProofSubmissionFee = "proof_submission_fee"
// TODO_MAINNET: Determine a sensible default value for the proof submission fee.
// MinProofSubmissionFee is the default and minimum fee for submitting a proof.
MinProofSubmissionFee = cosmostypes.NewCoin(volatile.DenomuPOKT, math.NewInt(1000000))
MinProofSubmissionFee = cosmostypes.NewCoin(volatile.DenomuPOKT, math.NewInt(100))
)

// ParamKeyTable the param key table for launch module
Expand Down

0 comments on commit 9bf20e5

Please sign in to comment.