Skip to content

Commit

Permalink
remove unecesary constants
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Aug 1, 2023
1 parent cf2a663 commit 3e7bb39
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,6 @@ export const THRESHOLD_GATEWAYS: any = {
};

export const THRESHOLD_TBTC_CONTRACTS: any = {
[CHAIN_ID_SOLANA]:
CLUSTER === "mainnet"
? "" // TODO fill solana threshold contract for mainnet
: "",// TODO fill solana threshold contract for devnet
[CHAIN_ID_ETH]:
CLUSTER === "mainnet"
? "0x18084fbA666a33d37592fA2633fD49a74DD93a88"
Expand Down

0 comments on commit 3e7bb39

Please sign in to comment.