Skip to content

Commit

Permalink
contract constants updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaysngh-mudrex committed Jan 5, 2024
1 parent 087bc64 commit 71397cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 } = {
Expand Down

0 comments on commit 71397cb

Please sign in to comment.