Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

v3.3.0

Compare
Choose a tag to compare
@alexeychr alexeychr released this 09 Feb 11:23
· 3 commits to main since this release
a653d55

What's Changed

  • feat: use Oneinch v5 and common CrosschainForwarder by @mncdg in #172

‼️ 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