-
Notifications
You must be signed in to change notification settings - Fork 429
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
Add base sepolia addresses #494
Conversation
There was a BASE_GOERLI PR, that was closed due to not sufficient LP liquidities. Can you add LP liquidities on BASE_SEPOLIA? |
@jsy1218 I saw there's also no liquidity on Ethereum Sepolia for ETH/USDC What would be the min requirements to move this forward? I can create a ETH/USDC pool on Base Sepolia with ~100 ETH / 100 USDC. |
~0.1 ETH / 300 USDC should be good enough. A single fee tier should be fine, I would create 0.05% instead of 0.3%, since 0.05% WETH/USDC is the most popular fee-tier pool on v3 L1. |
I saw the WETH/USDC pool is already initialized: https://sepolia.basescan.org/address/0x94bfc0574ff48e92ce43d495376c477b1d0eeec0 I tried to mint a new position and add liquidity in order to balance the pool but without success. Can you please guide me how to fix this imbalance? Or what other solution can I work towards? |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This adds the Chain ID, Addresses, and WETH token configuration for the Base Sepolia network (84532). This uses the addresses referenced in the Base Deployments doc: https://docs.uniswap.org/contracts/v3/reference/deployments/base-deployments This also uses this as the source for the WETH token on base sepolia: https://sepolia.basescan.org/token/0x4200000000000000000000000000000000000006 This is following up on the changes that were being made on the old SDK repos: Uniswap/sdk-core#110 Uniswap/smart-order-router#494
This adds the Chain ID, Addresses, and WETH token configuration for the Base Sepolia network (84532). This uses the addresses referenced in the Base Deployments doc: https://docs.uniswap.org/contracts/v3/reference/deployments/base-deployments This also uses this as the source for the WETH token on base sepolia: https://sepolia.basescan.org/token/0x4200000000000000000000000000000000000006 This is following up on the changes that were being made on the old SDK repos: Uniswap/sdk-core#110 Uniswap/smart-order-router#494
This adds the Chain ID, Addresses, and WETH token configuration for the Base Sepolia network (84532) to the smart order router. Uniswap#494
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Add support for Base Sepolia using the addresses from this PR: Add Base Sepolia addresses sdk-core#110
What is the current behavior? (You can also link to an open issue here)
No support for Base Sepolia
What is the new behavior (if this is a feature change)?
Support Base Sepolia ulticall.
Other information: