Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy | Connection with the smart contract #647

Open
Aaron-Koh opened this issue May 20, 2023 · 1 comment
Open

Deploy | Connection with the smart contract #647

Aaron-Koh opened this issue May 20, 2023 · 1 comment

Comments

@Aaron-Koh
Copy link

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:

  1. 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?

  2. 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?

  3. 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!

@ashutosh887
Copy link

I would like to work on this @Aaron-Koh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Aaron-Koh @ashutosh887 and others