From e1729aced40a216d033b5743eb3f799ec19aac02 Mon Sep 17 00:00:00 2001 From: Wan <495709+wa0x6e@users.noreply.github.com> Date: Sun, 17 Dec 2023 13:59:14 +0700 Subject: [PATCH] fix: update test site subdomain to `testnet` (#771) --- src/graphql/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphql/helpers.ts b/src/graphql/helpers.ts index c5d64293..0fdf2c92 100644 --- a/src/graphql/helpers.ts +++ b/src/graphql/helpers.ts @@ -293,7 +293,7 @@ export function formatProposal(proposal) { flagged: proposal.spaceFlagged, hibernated: proposal.spaceHibernated }); - const networkStr = network === 'testnet' ? 'demo.' : ''; + const networkStr = network === 'testnet' ? 'testnet.' : ''; proposal.link = `https://${networkStr}snapshot.org/#/${proposal.space.id}/proposal/${proposal.id}`; proposal.strategies = proposal.strategies.map(strategy => ({ ...strategy,