From 684f540796618ded744987dc7544eb2235ee8fa5 Mon Sep 17 00:00:00 2001 From: sanyu1225 Date: Thu, 2 May 2024 18:14:43 +0800 Subject: [PATCH] feat: update polygon_test contract addr --- src/contracts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contracts/index.ts b/src/contracts/index.ts index fc9538e..6783171 100644 --- a/src/contracts/index.ts +++ b/src/contracts/index.ts @@ -27,7 +27,7 @@ export const ContractInfos: ContractInfosType = { }, [EvmChainId.PolygonTestnet]: { abi: valueDappAbi, - address: "0x009c403BdFaE357d82AAef2262a163287c30B739", + address: "0x5cd3253E1F0A3b3EEA0562EA51EFCD86C04231d3", }, [EvmChainId.Avalanche]: { abi: valueDappAbi,