We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b917a commit f897258Copy full SHA for f897258
web/src/consts/index.ts
@@ -34,7 +34,7 @@ export const getArbitratorType = (): ArbitratorTypes =>
34
_getArbitratorType(import.meta.env.REACT_APP_ARBITRATOR_TYPE?.toLowerCase());
35
36
export const getDevToolsUrl = () =>
37
- import.meta.env.URL?.replace(/^https:\/\//, "https://devtools.") || "http://devtools.v2-testnet.kleros.builders";
+ import.meta.env.URL?.replace(/^https:\/\//, "https://devtools.") || "https://devtools.v2-testnet.kleros.builders";
38
39
export const GENESIS_BLOCK_ARBSEPOLIA = BigInt(import.meta.env.REACT_APP_GENESIS_BLOCK_ARBSEPOLIA ?? 0);
40
export const GENESIS_BLOCK_ARBMAINNET = BigInt(import.meta.env.REACT_APP_GENESIS_BLOCK_ARBMAINNET ?? 0);
0 commit comments