Skip to content

Commit

Permalink
Merge pull request #97 from renproject/feat/explorer-links
Browse files Browse the repository at this point in the history
Update explorer links
  • Loading branch information
0x31 authored Aug 3, 2022
2 parents 8d2a01f + b680226 commit a72d611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/react/environmentVariables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export const DEFAULT_REQUEST_TIMEOUT = 60 * 1000;
// TODO: Once testnet dev tools are deployed, add link.
export const DEV_TOOLS =
DEFAULT_REN_NETWORK === "testnet"
? "https://renproject.github.io/dev-tools-testnet/#"
: "https://renproject.github.io/dev-tools/#";
? "https://explorer-testnet.renproject.io"
: "https://explorer.renproject.io";

0 comments on commit a72d611

Please sign in to comment.