Skip to content

Commit bf6ea62

Browse files
authored
Fix typo
1 parent ff7c589 commit bf6ea62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/helpers/PayFeesInArbitrumTestUSDC.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ contract DepositFees is Script {
2727
uint256 balance = testUSDCContract.balanceOf(sender);
2828
console.log("Using address %s with %s balance in wei", sender, balance);
2929

30-
console.log("Depositing 10 TestUSDC on Arbitrum FeesPlug %s", address(feesPlug));
30+
console.log("Depositing 100 TestUSDC on Arbitrum FeesPlug %s", address(feesPlug));
3131
feesPlug.depositToFeeAndNative(address(testUSDCContract), appGateway, feesAmount);
3232
console.log("Added fee balance for AppGateway %s", feesAmount, appGateway);
3333
}

0 commit comments

Comments
 (0)