Skip to content

Commit

Permalink
fix: getProposalUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpeach committed Jan 23, 2023
1 parent 8b2cae9 commit 274cfb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/app-fns/explorer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ export const getProposalUrl = (chainName: string) => {
pathSuffix = "proposals";
break;
case "terra2":
return `https://station.terra.money/proposal/phoenix-1`;
case "terra2testnet":
// Can't separate mainnet/testnet
return `https://station.terra.money/proposal`;
return `https://station.terra.money/proposal/pisco-1`;
default:
break;
}
Expand Down

1 comment on commit 274cfb9

@vercel
Copy link

@vercel vercel bot commented on 274cfb9 Jan 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.