Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/fallback explorer link and gov params token symbol #400

Merged
merged 3 commits into from
Jun 28, 2023

Conversation

poomthiti
Copy link
Contributor

Describe your changes

provide fallback explorer link for validator/proposal and fix gov params token denom

Demo Link

@vercel
Copy link

vercel bot commented Jun 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mitosis-celatone-frontend-staging 🔄 Building (Inspect) Jun 28, 2023 7:45am
osmosis-celatone-frontend-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2023 7:45am
9 Ignored Deployments
Name Status Preview Comments Updated (UTC)
beeb-celatone-frontend ⬜️ Ignored (Inspect) Jun 28, 2023 7:45am
neutron-celatone-frontend-staging ⬜️ Ignored (Inspect) Jun 28, 2023 7:45am
osmosis-celatone-frontend ⬜️ Ignored (Inspect) Jun 28, 2023 7:45am
sei-celatone-frontend-staging ⬜️ Ignored (Inspect) Jun 28, 2023 7:45am
sei-mobile-celatone ⬜️ Ignored (Inspect) Jun 28, 2023 7:45am
sei-testnet-celatone-frontend ⬜️ Ignored (Inspect) Jun 28, 2023 7:45am
stargaze-celatone-frontend-staging ⬜️ Ignored (Inspect) Jun 28, 2023 7:45am
terra-celatone-frontend ⬜️ Ignored (Inspect) Jun 28, 2023 7:45am
terra-celatone-frontend-staging ⬜️ Ignored (Inspect) Jun 28, 2023 7:45am

@evilpeach evilpeach added the bug Something isn't working label Jun 28, 2023
@@ -39,7 +43,14 @@ export const ButtonSection = ({
const proposalId = receipts
.find((r) => r.title === "Proposal ID")
?.value?.toString();
openNewTab(`${explorerProposal}/${proposalId}`);
openNewTab(
Copy link
Collaborator

Choose a reason for hiding this comment

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

// TODO: revisit later (make it proper hook)
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants