From ed8a7f29d6b7906602a28a9a52fe22f89821adf8 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Mon, 23 Mar 2026 15:01:23 +0000 Subject: [PATCH] [#470] Update ZAP_PLOTLINK to fixed deployment New address: 0xAe50C9444DA2Ac80B209dC8B416d1B4A7D3939B0 Fixes USDC zap mint that was reverting due to V4 Router encoding mismatch. See plotlink-contracts PR #65 for root cause analysis. Fixes #470 Co-Authored-By: Claude Opus 4.6 (1M context) --- lib/contracts/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/contracts/constants.ts b/lib/contracts/constants.ts index 576657da..8af44989 100644 --- a/lib/contracts/constants.ts +++ b/lib/contracts/constants.ts @@ -37,7 +37,7 @@ export const STORY_FACTORY = (process.env.NEXT_PUBLIC_CONTRACT_ADDRESS ?? * Testnet: disabled (V1 contract incompatible with V2 ABI) */ export const ZAP_PLOTLINK = (IS_TESTNET ? "0x0000000000000000000000000000000000000000" - : "0x952606df750C01e0a12458C3F814598B94AD5C5f") as `0x${string}`; + : "0xAe50C9444DA2Ac80B209dC8B416d1B4A7D3939B0") as `0x${string}`; /** $PLOT protocol token * Testnet: PL_TEST ERC-20 on Base Sepolia