From 71397cbc9be50ac909065a2441b44a13f725f3d7 Mon Sep 17 00:00:00 2001 From: Vinay Singh Date: Fri, 5 Jan 2024 16:07:14 +0530 Subject: [PATCH] contract constants updated --- src/constants/tokens.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index f0e24db4..cebf0fd7 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -7,9 +7,9 @@ import JSBI from 'jsbi' export const DEFAULT_CHAIN_ID = ChainId.MAINNET export const NONFUNGIBLE_POSITION_MANAGER_ADDRESSES = '0xC36442b4a4522E871399CD717aBDD847Ab11FE88' export const DEFAULT_POOL_ADDRESS = '0x0087c11c97290c2a57f579d306675280032e5261b3d4bb681c90f1cd2bf5d392' -export const NONFUNGIBLE_POOL_MANAGER_ADDRESS = '0x067c1ae6f84275a929accf49122c86531259ffb01d3e2a6bf72729ca05566547' -export const DEFAULT_POOL_HASH = '0x024341b0fa7a570234ff521bdc5f22ba081f462d1df59b93b78235feb90cdb03' -export const FACTORY_ADDRESS = '0x06262409329bff003489ccac5d548bb75d33c896e29ceb6a586084a266e094ff' +export const NONFUNGIBLE_POOL_MANAGER_ADDRESS = '0x00d61e6af51443e01bc62cc5ce2692c26ce7b3a228ded99b3c5cfc84ae3ac6a3' +export const DEFAULT_POOL_HASH = '0x06b8ae9efb0dbe07d7d047fb377734d4e8b881febd38f480cd1dc4f077fd3d84' +export const FACTORY_ADDRESS = '0x06b4115fa43c48118d3f79fbc500c75917c8a28d0f867479acb81893ea1e036c' export const MULTICALL_ADDRESSES = '0x1F98415757620B543A52E61c46B32eB19261F984' export const UNIVERSAL_ROUTER_ADDRESS = '0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD' export const isAvalanche = false @@ -47,8 +47,8 @@ export const domainURL = (chainId: ChainId) => { } export const ROUTER_ADDRESS: { [chainId in ChainId]: string } = { - [ChainId.MAINNET]: '0x067c1ae6f84275a929accf49122c86531259ffb01d3e2a6bf72729ca05566547', - [ChainId.GOERLI]: '0x067c1ae6f84275a929accf49122c86531259ffb01d3e2a6bf72729ca05566547', + [ChainId.MAINNET]: NONFUNGIBLE_POOL_MANAGER_ADDRESS, + [ChainId.GOERLI]: NONFUNGIBLE_POOL_MANAGER_ADDRESS, } export const ZAP_IN_ADDRESS: { [chainId in ChainId]: string } = {