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 5552eb5 commit f51eaafCopy full SHA for f51eaaf
test/src/tempo/prool.ts
@@ -6,7 +6,7 @@ export const port = 9545
6
7
export const rpcUrl = (() => {
8
if (import.meta.env.VITE_TEMPO_ENV === 'devnet')
9
- return import.meta.env.VITE_TEMPO_DEVNET_URL
+ return 'https://rpc.devnet.tempoxyz.dev'
10
if (import.meta.env.VITE_TEMPO_ENV === 'testnet')
11
return 'https://rpc.testnet.tempo.xyz'
12
const id =
0 commit comments