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 144be0e commit 5c69b6bCopy full SHA for 5c69b6b
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