This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
v3.3.0
What's Changed
‼️ BC break
Starting v3.3.0 script uses the 1inch API v5, where API_TOKEN is mandatory. An API token can be obtained at https://portal.1inch.dev.
Use the following snippet to configure 1inch, then put it to the executor.config.ts. Use sample.config.ts for reference.
oneInchConfig: {
apiToken: "....", // obtain one at https://portal.1inch.dev
disablePMMProtocols: true,
disabledProtocols: [],
},
Full Changelog: v3.2.5...v3.3.0