Whitelist for OpenGov Ref #1920.
Flips isSufficient from false to true on the Hollar foreign asset via foreignAssets.forceAssetStatus. All other fields (owner, issuer, admin, freezer, minBalance) are preserved from current on-chain state. This is the only dispatchable that can change isSufficient.
Without this, fellowship members who call salary.payout() after the Hollar salary migration will have their XCM fail silently on Asset Hub if they don't have DOT for existential deposit.
0x346b5e6057324b8125ee64253734aee66f2d01e287b4ae85a0b615b6ef53e46d
You can test this with the referenda testing tool in a single command:
npx github:karolk91/polkadot-referenda-tester \
test \
--governance-chain-url wss://asset-hub-polkadot-rpc.n.dwellir.com \
--fellowship-chain-url wss://polkadot-collectives-rpc.polkadot.io \
--referendum 1920 \
--fellowship 574 \
--no-cleanup
After enactment, query foreignAssets.asset for the Hollar location ../Para(2034)/GId(222) on the first RPC URL to confirm isSufficient: true. You can see before and after here:
Threshold