Skip to content

Commit 6ef5ca5

Browse files
committed
Merge remote-tracking branch 'origin/main' into v3
2 parents 56359b1 + 82d2460 commit 6ef5ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/notify/event/renderers/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const defaultEventRenderer = registerEventRenderer(
5959
// Governance link
6060
let description: string | undefined
6161
if (data && 'proposalId' in data && log.address === OGN_GOVERNANCE_ADDRESS) {
62-
const proposalUrl = `https://originprotocol.eth.limo/#/more/1:${OGN_GOVERNANCE_ADDRESS}:${data.proposalId}`
62+
const proposalUrl = `https://app.originprotocol.com/#/ogn/governance/1:${OGN_GOVERNANCE_ADDRESS}:${data.proposalId}`
6363
description = `[View Proposal](${proposalUrl})`
6464
}
6565

0 commit comments

Comments
 (0)