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
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
I noticed that the Addresses for the Quoter point to different contracts on different networks. This also happens in the Docs.
For Celo the address points to the QuoterV2 Contract.
For default chains e.g. Mainnet the address points to the Quoter Contract.
I would like to access the QuoterV2 Contract address from the v3-sdk.
I would suggest adding both addresses in the sdk-core ChainAddresses as optionals.
The text was updated successfully, but these errors were encountered:
The QuoterV2 actually seems to be deployed on all supported chains while Quoter is only deployed on the default chains. So maybe let's make quoterAddress optional and add quoterV2Address as non-optional.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed that the Addresses for the Quoter point to different contracts on different networks. This also happens in the Docs.
For Celo the address points to the QuoterV2 Contract.
For default chains e.g. Mainnet the address points to the Quoter Contract.
I would like to access the QuoterV2 Contract address from the v3-sdk.
I would suggest adding both addresses in the sdk-core ChainAddresses as optionals.
The text was updated successfully, but these errors were encountered: