These instructions assume that you want to deploy a Solana OFT in MABA mode and require support of the Pausable extension.
For extensions such as Pausable (which appears as PausableConfig on the Mint Account's list of extensions), Anchor 0.32.1 is needed.
The current Solana OFT program is on Anchor 0.31.1. In order to bump it to Anchor 0.32.1 so that the Pausable extension can be supported, several steps need to be carried out:
- in
Anchor.toml: