We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756a92b commit d59e484Copy full SHA for d59e484
1 file changed
client/src/main.tsx
@@ -11,7 +11,7 @@ import App from './App.tsx'
11
import Landing from './Landing.tsx'
12
import Board from './Board.tsx'
13
14
-const L1_RPC = 'https://devnet.helius-rpc.com/?api-key=03ec6518-e398-4917-987a-a9fdf13c881a'
+const L1_RPC = import.meta.env.VITE_SOLANA_RPC || 'https://api.devnet.solana.com'
15
16
function Root() {
17
const wallets = useMemo(() => [
0 commit comments