Skip to content

Commit

Permalink
Merge branch 'SMR-1814-IMX-withdraw' of https://github.com/immutable/…
Browse files Browse the repository at this point in the history
…zkevm-bridge-contracts into SMR-1814-IMX-withdraw
  • Loading branch information
wcgcyx committed Nov 6, 2023
2 parents b27968b + ed220a8 commit e8a466b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/interfaces/child/IChildERC20Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ interface IChildERC20BridgeEvents {
interface IChildERC20BridgeErrors {
/// @notice Error when the amount requested is less than the value sent.
error InsufficientValue();
/// @notice Error when there is no gas payment received.
/// @notice Error when the withdrawal amount is zero
error ZeroAmount();
/// @notice Error when the contract to mint had no bytecode.
error EmptyTokenContract();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ contract ChildERC20BridgeWithdrawIMXIntegrationTest is
childBridge.withdrawIMX{value: withdrawFee + withdrawAmount}(withdrawAmount);
}

function test_WithdrawIMXEmitsAxelarMessageEvent() public {
function test_WithdrawIMX_EmitsAxelarMessageEvent() public {
uint256 withdrawFee = 300;
uint256 withdrawAmount = 7 ether;

Expand Down

0 comments on commit e8a466b

Please sign in to comment.