Skip to content

Commit

Permalink
nft address updated for sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaysngh-mudrex committed May 2, 2024
1 parent db44032 commit d7a9098
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 @@ -41,7 +41,7 @@ export const FACTORY_ADDRESS_CLASS_HASH: { [chainId in ChainId]: string } = {

export const NONFUNGIBLE_POOL_MANAGER_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.MAINNET]: '0x045cb97368b10d6a5345bf7cfde71bc99360687451519a0e2a3508b32f50ece0',
[ChainId.GOERLI]: '0x0182477a47531e3edf69880804eb2664422e47258277474f9e8e905c738de414',
[ChainId.GOERLI]: '0x0335f4113869aa0cd7cb2a20f4ae8b8fc0f725c8ce29bb0085183c5cfbd3defe',
}
export const SWAP_ROUTER_ADDRESS_V2 = {
[ChainId.MAINNET]: '0x039c6dac17d1968f5bbbf65b4180fc3cb83cfea08147cbb1950e053f647d21f8',
Expand Down

0 comments on commit d7a9098

Please sign in to comment.