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
When prompted, don't yet upload the verification data to the blockchain as that should be done by the multisig. Proceed with creating the upload transaction and then import and sign/execute it in the Squads multisig:
229
+
230
+
```shell
231
+
solana-verify export-pda-tx \
232
+
--url $RPC_URL \
233
+
--program-id $PROGRAM_ID \
234
+
--library-name $PROGRAM \
235
+
--uploader $MULTISIG \
236
+
https://github.com/across-protocol/contracts
237
+
```
238
+
239
+
Note that the initial upload transaction might fail if the multisig vault does not have enough SOL for PDA creation. In that case, transfer the required funds to the multisig vault before executing the upload transaction.
240
+
241
+
Finally, submit the verification to OtterSec API (only works on mainnet):
0 commit comments