Skip to content

Commit

Permalink
Update app/ante.go
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <[email protected]>
  • Loading branch information
yihuang authored Dec 5, 2023
1 parent 2353e22 commit 04da991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) {

const (
// values chosen arbitrarily
MaxClassIDLength = 256
MaxTokenIds = 256
MaxTokenIDLength = 256
MaxClassIDLength = 2048
MaxTokenIds = 2048
MaxTokenIDLength = 2048
MaximumReceiverLength = 2048
)

Expand Down

0 comments on commit 04da991

Please sign in to comment.