From 92302dab5ed37802bb60824933654b68e7b41ff8 Mon Sep 17 00:00:00 2001 From: Lucemans Date: Sat, 1 Jun 2024 22:01:28 +0000 Subject: [PATCH] yes this is a commit --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 2b293ec..859c400 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -3,5 +3,5 @@ import { mainnet, sepolia } from "wagmi/chains"; export const CONTRACT_ADDRESS: { [key: number]: Address } = { [mainnet.id]: "0x0", - [sepolia.id]: "0xf8078fdDF72FEc08bEB3d128CaBBD8525837a265" + [sepolia.id]: "0x76df9537df71a0847625add11e73d780adb74a71" };