Deploys testnet and mainnet contracts to Osmosis and Neutron for the new always recover logic.
Interface Change
There is now a new entry point message, which has all the same params as the SwapAndAction but with an additional recovery_addr field, which is where info.funds() will be sent to if any error that we can catch occurs in the SwapAndAction call (out of gas is an example error we cannot catch):
This PR
Interface Change
There is now a new entry point message, which has all the same params as the SwapAndAction but with an additional
recovery_addr
field, which is where info.funds() will be sent to if any error that we can catch occurs in the SwapAndAction call (out of gas is an example error we cannot catch):SwapAndAction
entry point still exists for when we want to still fail a tx upon error.