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
Autopilot LS'ing coinA from chainA works (see liquid_stake_and_forward_default.sh), but if we IBC coinA to Stride, then from Stride to chainB, then try to autopilot LS it will fail.
You'll see this error in dockernet's stride.log
dockernet-stride1-1 | 1:25AM ERR Error liquid staking packet from autopilot for $OSMO_ADDRESS: the native token is not supported for liquid staking module=x/autopilot
Probably something about us checking the incoming channel of the asset before allowing autopilot LS'ing.
Autopilot LS'ing coinA from chainA works (see
liquid_stake_and_forward_default.sh
), but if we IBC coinA to Stride, then from Stride to chainB, then try to autopilot LS it will fail.You'll see this error in dockernet's
stride.log
Probably something about us checking the incoming channel of the asset before allowing autopilot LS'ing.
You can reproduce the error with this script.
The text was updated successfully, but these errors were encountered: