Open zarifpour opened 1 week ago
You can fix this by adding the rpcs
to your WormholeConnectConfig
with your API token:
const wormholeConfig: WormholeConnectConfig = {
network: 'Mainnet',
chains: ['Ethereum', 'Base', 'Solana'],
tokens: [...],
rpcs: {
Solana: 'https://solana-mainnet.rpc.extrnode.com/YOUR_API_TOKEN',
},
...