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 ea6500f commit 48464dcCopy full SHA for 48464dc
packages/common/src/params.ts
@@ -21,7 +21,7 @@ export const MEV_SP_ADDRESS_MAINNET = "0xAdFb8D27671F14f297eE94135e266aAFf8752e3
21
22
export const MAINNET_ORACLE_URL = "https://sp-api.dappnode.io" as const;
23
24
-export const TESTNET_ORACLE_URL = "http://65.109.102.216:7300" as const;
+export const TESTNET_ORACLE_URL = "http://65.109.102.216" as const;
25
26
export const BRAIN_UI_DOMAIN = (network: Network) =>
27
`brain.web3signer${network === "mainnet" ? "" : "-" + network}.dappnode`;
0 commit comments