Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: blast weth address (Uniswap#588)
- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Bug fix - **What is the current behavior?** (You can also link to an open issue here) I saw routing-api pipeline failed with blast tests. Digging into it, it's because blast weth address is wrong to compute v3 gas model. - **What is the new behavior (if this is a feature change)?** Fix blast weth address. - **Other information**: This only impacts the route going through v3. For v2 route, since we don't compute the WETH/USDC gas model, the quote can still work.
- Loading branch information