Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/relayminer-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
red-0ne committed Jan 31, 2025
2 parents c12abfd + b4dee84 commit 4e4d9de
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 4e4d9de

Please sign in to comment.