Skip to content

Commit

Permalink
(Deposit/Withdraw) Update Nomic Relayers (#3968)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFelix authored Dec 2, 2024
1 parent 3f1f4c1 commit 50a682e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/utils/src/bitcoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@ export const getnBTCMinimalDenom = ({
export function getNomicRelayerUrl({ env }: { env: "mainnet" | "testnet" }) {
return env === "testnet"
? ["https://testnet-relayer.nomic.io:8443"]
: ["https://relayer.nomic.mappum.io:8443"];
: [
"https://btc-relayer.nomic.io",
"https://btc-relay.nomic-main.ccvalidators.com",
"https://nomic-relayer.forbole.com",
];
}

0 comments on commit 50a682e

Please sign in to comment.