While the DEFAULT_ADMIN_ROLE, and MANAGER_ROLE are assigned during the constructor(), the RDPXV2CORE_ROLE is not.
Any call from the Core contract to the vault will revert until this value is set, so it would be advised to assign this role in the constructor as well.
PerpetualAtlanticVault.sol#L113-L128
