Skip to content

Commit

Permalink
remove 1inch from all_solvers, which is default (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyzhao451 authored Oct 1, 2024
1 parent f21e2e1 commit 3427fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aperture_finance/uniswap-v3-automation-sdk",
"version": "3.10.9",
"version": "3.10.10",
"description": "SDK for Aperture's CLMM automation platform",
"author": "Aperture Finance <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/viem/solver/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ALL_SOLVERS = [
E_Solver.SamePool,
E_Solver.PH,
E_Solver.OKX,
E_Solver.OneInch,
// E_Solver.OneInch, // no longer paying for enterprise plan
]; // order matters

export type SwapPath = {
Expand Down

0 comments on commit 3427fa6

Please sign in to comment.