https://github.com/code-423n4/2022-02-anchor/blob/main/contracts/cross-chain-contracts/README.md#op-code-specification
https://github.com/code-423n4/2022-02-anchor/blob/main/contracts/cross-chain-contracts/terra/contracts/wormhole-bridge/src/contract.rs#L99-L125
It is unclear if the full opcode values include the flags as well. If so, they should be 8 bits in length, which isnt the case. Their decimal representations are also incorrect.
The opcodes were also not updated in the comments of the wormhole bridge terra contract.
Update the comments to reflect the latest changes.
