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
This is probably due to old anchor dependency used by @pythnetwork/pyth-solana-receiver
node_modules/@solana/web3.js/src/connection.ts:5069
throw new SolanaJSONRPCError(res.error, 'failed to get transaction');
^
SolanaJSONRPCError: failed to get transaction: Transaction version (0) is not supported by the requesting client. Please try the request again with the following configuration parameter: "maxSupportedTransactionVersion": 0
at Connection.getTransaction (node_modules/@solana/web3.js/src/connection.ts:5069:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at AnchorProvider.sendAll (node_modules/@pythnetwork/pyth-solana-receiver/node_modules/@coral-xyz/anchor/src/provider.ts:256:28)
at <anonymous> (pythPush.ts:63:5) {
code: -32015,
data: undefined
}
The text was updated successfully, but these errors were encountered:
This is probably due to old anchor dependency used by
@pythnetwork/pyth-solana-receiver
The text was updated successfully, but these errors were encountered: