Skip to content

Commit

Permalink
modify max value
Browse files Browse the repository at this point in the history
  • Loading branch information
fyannch committed Jul 25, 2024
1 parent 1d09f65 commit d4cf510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/Forest/ForestContractConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public partial class ForestContract
public const string CollectionSymbolSuffix = "0";
public const string SymbolSeparator = "-";
public const long DefaultApproveAllowance = 10000;
public const long MaxApproveAllowance = 9223372036854770000;
public const long MaxApproveAllowance = 9223372000000000000;


}

0 comments on commit d4cf510

Please sign in to comment.