File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ contract All is Script {
12
12
address tokenAddress = vm.envAddress ("TOKEN_ADDRESS " );
13
13
address system = vm.envAddress ("SYSTEM_ADDRESS " );
14
14
address admin = vm.envAddress ("ADMIN_ADDRESS " );
15
- uint256 allowance = vm.envUint ("ALLOWANCE " );
15
+ uint256 allowance = vm.envUint ("MAX_MINT_ALLOWANCE " );
16
16
if (allowance == 0 ) {
17
17
allowance = 50000000000000000000000000 ; // Default value if not provided
18
18
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ allowance=$4
21
21
export TOKEN_ADDRESS=$tokenAddress
22
22
export SYSTEM_ADDRESS=$system
23
23
export ADMIN_ADDRESS=$admin
24
- export ALLOWANCE =$allowance
24
+ export MAX_MINT_ALLOWANCE =$allowance
25
25
26
26
# Call the Forge script
27
27
echo " configure tokens"
You can’t perform that action at this time.
0 commit comments