You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently in the process of redeploying the entire Uniswap-V3 project, including contracts and frontend, on Arbitrum Goerli. I have successfully deployed the contracts from the v3-core, v3-periphery, and universal-router repositories on Arbitrum Goerli. Additionally, I have made the necessary modifications to the addresses in the "arbitrum goerli v3 addresses" section of the interface/src/constants/addresses.ts file, replacing them with the addresses of my deployed contracts.
I have 3 questions that I would appreciate your guidance on:
In order to implement basic functionality such as liquidity addition, swapping, and removal, would it be sufficient to deploy the contracts from the aforementioned three repositories?
I noticed that you obtain the UNIVERSAL_ROUTER_ADDRESS by importing '@uniswap/universal-router-sdk'. If I intend to modify it to use my own router address, should I fork the 'universal-router-sdk' repository, then update the UNIVERSAL_ROUTER_ADDRESS constants with my own router address, and then import the modified version as a local dependency in the relevant sections?
Apart from modifying the addresses in the "arbitrum goerli v3 addresses" section of the interface/src/constants/addresses.ts file and the UNIVERSAL_ROUTER_ADDRESS(then import it), are there any other modifications I need to make in order to successfully deploy Uniswap-V3 (including the frontend and contracts) on Arbitrum Goerli, enabling liquidity addition, swapping, and removal?
Thank you for your assistance. I look forward to your response. Thank you very much!
The text was updated successfully, but these errors were encountered:
Hello. I hope you're doing well!
I am currently in the process of redeploying the entire Uniswap-V3 project, including contracts and frontend, on Arbitrum Goerli. I have successfully deployed the contracts from the v3-core, v3-periphery, and universal-router repositories on Arbitrum Goerli. Additionally, I have made the necessary modifications to the addresses in the "arbitrum goerli v3 addresses" section of the interface/src/constants/addresses.ts file, replacing them with the addresses of my deployed contracts.
I have 3 questions that I would appreciate your guidance on:
In order to implement basic functionality such as liquidity addition, swapping, and removal, would it be sufficient to deploy the contracts from the aforementioned three repositories?
I noticed that you obtain the UNIVERSAL_ROUTER_ADDRESS by importing '@uniswap/universal-router-sdk'. If I intend to modify it to use my own router address, should I fork the 'universal-router-sdk' repository, then update the UNIVERSAL_ROUTER_ADDRESS constants with my own router address, and then import the modified version as a local dependency in the relevant sections?
Apart from modifying the addresses in the "arbitrum goerli v3 addresses" section of the interface/src/constants/addresses.ts file and the UNIVERSAL_ROUTER_ADDRESS(then import it), are there any other modifications I need to make in order to successfully deploy Uniswap-V3 (including the frontend and contracts) on Arbitrum Goerli, enabling liquidity addition, swapping, and removal?
Thank you for your assistance. I look forward to your response. Thank you very much!
The text was updated successfully, but these errors were encountered: