Skip to content

Commit

Permalink
feat: setup local xion dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Feb 27, 2024
1 parent 6e7a85b commit 5ef0881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/staking/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { testnetChainInfo } from "@burnt-labs/constants";

export const { chainId } = testnetChainInfo;

export const dashboardUrl = "http://localhost:3000";
// export const dashboardUrl = undefined;
export const dashboardUrl =
process.env.NODE_ENV === "production" ? undefined : "http://localhost:3000";

export const rpcEndpoint = "https://rpc.xion-testnet-1.burnt.com:443";

0 comments on commit 5ef0881

Please sign in to comment.