Skip to content

Commit

Permalink
fix: rpc guide link (#964)
Browse files Browse the repository at this point in the history
* fix: rpc guide link

* fix: increase jest timeout
  • Loading branch information
rongquan1 authored Dec 16, 2024
1 parent e484d9b commit b9771c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe("useEndorsementChain|integration", () => {
() => {
expect(result.current.endorsementChain).toBeTruthy();
},
{ timeout: 60000 }
{ timeout: 120000 }
);
});
expect(result.current.endorsementChain).toEqual([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "@tradetrust-tt/tradetrust-ui-components";
import { useTimer } from "react-timer-hook";

const ProviderDocumentationURL = "https://docs.tradetrust.io/docs/advanced/add-polygon-networks-to-metamask-wallet/";
const ProviderDocumentationURL = "https://docs.tradetrust.io/docs/topics/advanced/additional-network-metamask-guide/";
const timeout = 60;

interface EndorsementChainContainer {
Expand Down

0 comments on commit b9771c5

Please sign in to comment.