-
Notifications
You must be signed in to change notification settings - Fork 421
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
feat(sor): support routing on unichain mainnet #766
base: main
Are you sure you want to change the base?
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@uniswap/[email protected], npm/@uniswap/[email protected], npm/@uniswap/[email protected], npm/@uniswap/[email protected], npm/@uniswap/[email protected], npm/@uniswap/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before we merge, can we test that the quotes are returned correctly locally with real on chain data?
@@ -663,6 +663,12 @@ export class OnChainQuoteProvider implements IOnChainQuoteProvider { | |||
_providerConfig?.blockNumber ?? originalBlockNumber + baseBlockOffset, | |||
}; | |||
|
|||
log.info(`routes length: ${routes.length}`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we sure we want to add these and the ones underneath?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch - will remove - this was for local debugging logs
Graphite Automations"Request reviewers once CI passes on smart-order-router repo" took an action on this PR • (11/25/24)3 reviewers were added and 1 assignee was added to this PR based on 's automation. |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Support routing in SOR for Unichain Mainnet.
Also Renames
ASTROCHAIN_SEPOLIA
toUNICHAIN_SEPOLIA
Other information:
Pending
JSON_RPC_PROVIDER_UNICHAIN_SEPOLIA
andJSON_RPC_PROVIDER_UNICHAIN
secrets in SOR