Skip to content

Commit f897258

Browse files
committed
fix: type in devtools default url
1 parent 11b917a commit f897258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/consts/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const getArbitratorType = (): ArbitratorTypes =>
3434
_getArbitratorType(import.meta.env.REACT_APP_ARBITRATOR_TYPE?.toLowerCase());
3535

3636
export const getDevToolsUrl = () =>
37-
import.meta.env.URL?.replace(/^https:\/\//, "https://devtools.") || "http://devtools.v2-testnet.kleros.builders";
37+
import.meta.env.URL?.replace(/^https:\/\//, "https://devtools.") || "https://devtools.v2-testnet.kleros.builders";
3838

3939
export const GENESIS_BLOCK_ARBSEPOLIA = BigInt(import.meta.env.REACT_APP_GENESIS_BLOCK_ARBSEPOLIA ?? 0);
4040
export const GENESIS_BLOCK_ARBMAINNET = BigInt(import.meta.env.REACT_APP_GENESIS_BLOCK_ARBMAINNET ?? 0);

0 commit comments

Comments
 (0)