node
node copied to clipboard
WithdrawAndCall E2E tests
Describe the Issue Add E2E tests for the withdrawAndCall functionality
List of test that I think we can consider:
- Call a smart contract with gas token withdraw
- Call a smart contract with gas token withdraw not using data field
- Call a smart contract with gas token withdraw that reverts
- Call a smart contract with ERC20 token withdraw
- Call a smart contract with ERC20 token withdraw not using data field
- Call a smart contract with ERC20 token withdraw that reverts