Skip to content

Commit 48464dc

Browse files
committed
delete port in testnet oracle url
1 parent ea6500f commit 48464dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/params.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const MEV_SP_ADDRESS_MAINNET = "0xAdFb8D27671F14f297eE94135e266aAFf8752e3
2121

2222
export const MAINNET_ORACLE_URL = "https://sp-api.dappnode.io" as const;
2323

24-
export const TESTNET_ORACLE_URL = "http://65.109.102.216:7300" as const;
24+
export const TESTNET_ORACLE_URL = "http://65.109.102.216" as const;
2525

2626
export const BRAIN_UI_DOMAIN = (network: Network) =>
2727
`brain.web3signer${network === "mainnet" ? "" : "-" + network}.dappnode`;

0 commit comments

Comments
 (0)