From 3b505405a775051fd5decc4320022c8f09bc93b2 Mon Sep 17 00:00:00 2001 From: tipusinghaw Date: Mon, 6 May 2024 17:31:36 +0530 Subject: [PATCH] refactor: updated contract address Signed-off-by: tipusinghaw --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 37d5683..2045646 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,7 +1,7 @@ export const networkConfig = { testnet: { URL: 'https://rpc-amoy.polygon.technology', - CONTRACT_ADDRESS: '0xc087766218b885C6283072BA316a2Bc31B5c17db', + CONTRACT_ADDRESS: '0xC1c392DC1073a86821B4ae37f1F0faCDcFFf45bF', }, mainnet: { URL: 'https://polygon-rpc.com',