Hi,
i have this error :
"Program log: Instruction: WriteEncodedVaa",
"Program HDwcJBJXjL9FpJ7UBsYBtaDjsBUhuLCUYoz3zr8SWWaQ consumed 2693 of 603000 compute units",
"Program HDwcJBJXjL9FpJ7UBsYBtaDjsBUhuLCUYoz3zr8SWWaQ success",
"Program HDwcJBJXjL9FpJ7UBsYBtaDjsBUhuLCUYoz3zr8SWWaQ invoke [1]",
"Program log: Instruction: VerifyEncodedVaaV1",
"Program log: AnchorError caused by account: guardian_set. Error Code: AccountNotInitialized. Error Number: 3012. Error Message: The program expected this account to be already initialized.",
Anchor:
pyth-solana-receiver-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", branch = "main" }
SDK:
"@pythnetwork/client": "^2.22.0",
"pythnetwork/hermes-client": "^3.1.0",
"@pythnetwork/price-service-client": "^1.11.0",
"@pythnetwork/pyth-solana-receiver": "^0.14.0",
How do I resolve that, some people said I need to initialize the guardian, any ideas?