diff --git a/src/constants.ts b/src/constants.ts index 26c7a9c..7f54ae6 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]: "0x78AC7f4856aD34A170CE1B8dD9f9996FC6E5a291" + [sepolia.id]: "0x8478988df937aeE1b9b25f6016ee5A45eBc1bb39" };