diff --git a/src/App.tsx b/src/App.tsx index 7255481..129a5c8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,6 +7,9 @@ import WormholeConnect, { network: 'Testnet', chains: ['ArbitrumSepolia', 'Solana'], tokens: ['WSVarbsep', 'WSVsol'], + rpcs: { + Solana: 'https://solana-mainnet.rpc.extrnode.com/YOUR_API_TOKEN', + }, ui: { title: 'Wormhole NTT UI', defaultInputs: { @@ -83,4 +86,4 @@ import WormholeConnect, { ) } - export default App \ No newline at end of file + export default App