You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ibc transfer adapter contract was designed to accept a coin param to use as the ibc transfer coin sent the funds field may have had more than 1 coin to satisfy ibc fees
Since then, the entry point contract logic has changes such that the ibc fee coin is bank sent to the ibc transfer adapter contract separate from the ibc transfer adapter contract call. This means that the ibc transfer adapter contract call will now always only be one coin, and that coin is the same coin to be sent with the ibc transfer
To Explore
Remove the coin param when calling the ibc transfer adapter contract
Add a one_coin payment check in the ibc transfer adapter
Use that coin as the ibc transfer coin
The text was updated successfully, but these errors were encountered:
Background
To Explore
The text was updated successfully, but these errors were encountered: