We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7c589 commit bf6ea62Copy full SHA for bf6ea62
script/helpers/PayFeesInArbitrumTestUSDC.s.sol
@@ -27,7 +27,7 @@ contract DepositFees is Script {
27
uint256 balance = testUSDCContract.balanceOf(sender);
28
console.log("Using address %s with %s balance in wei", sender, balance);
29
30
- console.log("Depositing 10 TestUSDC on Arbitrum FeesPlug %s", address(feesPlug));
+ console.log("Depositing 100 TestUSDC on Arbitrum FeesPlug %s", address(feesPlug));
31
feesPlug.depositToFeeAndNative(address(testUSDCContract), appGateway, feesAmount);
32
console.log("Added fee balance for AppGateway %s", feesAmount, appGateway);
33
}
0 commit comments