Skip to content

Commit

Permalink
temporarily update gas limit for mint
Browse files Browse the repository at this point in the history
  • Loading branch information
jollyjoker992 committed Mar 14, 2024
1 parent 065e762 commit 2db4fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/feralfile-exhibition-v4/feralfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
GasLimitPerMint = 150000
GasLimitPerMint = 200000
GasLimitPerBurn = 50000
GasLimitApproveForAll = 80000
)
Expand Down

0 comments on commit 2db4fc5

Please sign in to comment.