This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
Releases: debridge-finance/dln-taker
Releases · debridge-finance/dln-taker
v3.3.1
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
v3.3.0-beta.2
What's Changed
- feat: custom coingecko remapping by @alexeychr in #171
Full Changelog: v3.3.0-beta.1...v3.3.0-beta.2
v3.3.0-beta.1
What's Changed
- fix: unlock authority has been messed up with fulfill authority by @alexeychr in #169
- feat: Improve Order check reliability by @alexeychr in #170
Full Changelog: v3.3.0-beta.0...v3.3.0-beta.1
v3.2.5
What's Changed
- feat: custom coingecko remapping by @alexeychr in #171
Full Changelog: v3.2.4...v3.2.5
v3.2.4
What's Changed
- feat: Improve Order check reliability by @alexeychr in #170
Full Changelog: v3.2.3...v3.2.4
v3.3.0-beta.0
Full Changelog: v3.2.2...v3.3.0-beta.0
v3.2.3
What's Changed
- fix: unlock authority has been messed up with fulfill authority by @alexeychr in #169
Full Changelog: v3.2.2...v3.2.3
v3.1.0-beta.11
Full Changelog: v3.1.0-beta.10...v3.1.0-beta.11
v3.1.0-beta.10
Full Changelog: v3.1.0-beta.9...v3.1.0-beta.10