Skip to content

Commit f51eaaf

Browse files
committed
Update devnet url
1 parent 5552eb5 commit f51eaaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/tempo/prool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const port = 9545
66

77
export const rpcUrl = (() => {
88
if (import.meta.env.VITE_TEMPO_ENV === 'devnet')
9-
return import.meta.env.VITE_TEMPO_DEVNET_URL
9+
return 'https://rpc.devnet.tempoxyz.dev'
1010
if (import.meta.env.VITE_TEMPO_ENV === 'testnet')
1111
return 'https://rpc.testnet.tempo.xyz'
1212
const id =

0 commit comments

Comments
 (0)