Hey! I have an error when I instantiate PythSolanaReceiver on my Solana tests.
Already I integrate and build successfully Pyth price feed on my Anchor program, but when I instantiate const pythSolanaReceiver = new PythSolanaReceiver({ connection, wallet });in TypeScript tests, it fails.
Just for this line fails with wrong errors (because the error say error with a local import that it’s ok, and when I don’t instantiate PythSolanaReceiverI don’t have any error with these files).