We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56359b1 + 82d2460 commit 6ef5ca5Copy full SHA for 6ef5ca5
1 file changed
src/notify/event/renderers/default.ts
@@ -59,7 +59,7 @@ export const defaultEventRenderer = registerEventRenderer(
59
// Governance link
60
let description: string | undefined
61
if (data && 'proposalId' in data && log.address === OGN_GOVERNANCE_ADDRESS) {
62
- const proposalUrl = `https://originprotocol.eth.limo/#/more/1:${OGN_GOVERNANCE_ADDRESS}:${data.proposalId}`
+ const proposalUrl = `https://app.originprotocol.com/#/ogn/governance/1:${OGN_GOVERNANCE_ADDRESS}:${data.proposalId}`
63
description = `[View Proposal](${proposalUrl})`
64
}
65
0 commit comments