You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@solana-developers/helpers pinned to 2.8.0 due to this issue: https://solana.stackexchange.com/questions/21945/issue-with-solana-developers-helpers-package-in-browser-environments-anchors?utm_source=chatgpt.com
* Returns true if the provided address is a valid on-curve public key. This can mean the address is either a 'regular' Solana address or a Squads Vault PDA.
tip: 'Have you added the srcEid network to your `./hardhat.config.ts` file?',
93
95
info: 'If you loaded a custom OFT deployment from an EVM network, you must add the deployment srcEid to your `./hardhat.config.ts` file for the OFT to be found.',
94
96
},
97
+
[KnownErrors.SOLANA_INVALID_OWNER_OR_DELEGATE]: {
98
+
tip: 'The owner or delegate of the Solana OApp must either be a regular on curve address or a Squads Vault Account.',
99
+
info: 'Ensure that you are using a regular on-curve Solana address or a Squads Vault PDA as the owner or delegate of the OApp.',
tip: 'The owner or delegate of the Solana OApp must not be the Squads multisig account address.',
103
+
info: 'If you intend to use Squads Multisig, ensure that you are providing a Squads Vault address as the owner or delegate of the OApp. The Squads Multisig account address cannot be the owner or delegate.',
0 commit comments