Skip to content

Commit

Permalink
use owner on cow explorer link
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed May 29, 2024
1 parent 1bde62a commit 9968e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cow-amm-deployer/src/app/amms/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default async function Page({ params }: { params: { id: string } }) {
new URL(
buildAccountCowExplorerUrl({
chainId: ammData.order.chainId as ChainId,
address: ammData.order.handler as Address,
address: ammData.order.owner as Address,
})
)
}
Expand Down

0 comments on commit 9968e36

Please sign in to comment.