From 0b532426cfc52fbaea635a82faea771009d09c3b Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Mon, 23 Mar 2026 05:57:42 +0000 Subject: [PATCH] [#443] Update ZAP_PLOTLINK to new contract with fixed routing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New address: 0x7bC192848003ab1Ba286C66AFD0dd8a1729c6b02 - HUNT now routes via MCV2 bonding curve (no Uniswap) - USDC now routes via WETH multi-hop (USDC→ETH→PLOT) 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 61e1e2ad..2dd9ae52 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" - : "0xEF6a8640c836b16Eb8cCD8016Ead4C8517aC3033") as `0x${string}`; + : "0x7bC192848003ab1Ba286C66AFD0dd8a1729c6b02") as `0x${string}`; /** $PLOT protocol token * Testnet: PL_TEST ERC-20 on Base Sepolia