Skip to content

Commit 7797197

Browse files
committed
Update devnet url
1 parent 4f46948 commit 7797197

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/src/tempo/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const addresses = {
4141
} as const
4242

4343
export const chain = (() => {
44-
if (nodeEnv === 'testnet') return tempoTestnet
44+
if (nodeEnv === 'testnet' || nodeEnv === 'devnet') return tempoTestnet
4545
return tempoLocalnet
4646
})()
4747

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 'https://rpc.devnet.tempo.xyz'
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)