Skip to content

Commit

Permalink
router address update
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaysngh-mudrex committed Feb 13, 2024
1 parent fcdb35b commit db874b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const FACTORY_ADDRESS = {
[ChainId.GOERLI]: '0x06b4115fa43c48118d3f79fbc500c75917c8a28d0f867479acb81893ea1e036c',
}
export const NONFUNGIBLE_POOL_MANAGER_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.MAINNET]: '0x04d367b511dec42e5207c616e50afc8471ee8bdf53f46d1def9fc7d8411f1eec',
[ChainId.MAINNET]: '0x00287d2ff1c39a44cd18d9dc7ed5617c9cb16b65090db6a0f689aa14755e4e5e',
[ChainId.GOERLI]: '0x00d61e6af51443e01bc62cc5ce2692c26ce7b3a228ded99b3c5cfc84ae3ac6a3',
}
export const SWAP_ROUTER_ADDRESS = {
Expand Down

0 comments on commit db874b9

Please sign in to comment.