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.
You can reproduce the error with this script.
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.logProbably something about us checking the incoming channel of the asset before allowing autopilot LS'ing.
You can reproduce the error with this script.