Skip to content

Commit

Permalink
fix: update to latest website
Browse files Browse the repository at this point in the history
  • Loading branch information
rongquan1 committed Jan 28, 2025
1 parent 30994be commit 6d427d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/hook/useQueue/utils/publish.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { encodeQrCode, getDataV3, getDocumentNetwork } from "../../../utils";
import { ChainInfo, supportedMainnet } from "../../../../constants/chainInfo";

const redirectUrl = (network: Network) => {
if (supportedMainnet.includes(network)) return "https://tradetrust.io/";
if (supportedMainnet.includes(network)) return "https://ref.tradetrust.io/";
return "https://dev.tradetrust.io/";
};

Expand Down

0 comments on commit 6d427d8

Please sign in to comment.