Fixed ethers contracts version

This commit is contained in:
lomonoshka
2023-10-11 16:27:57 +04:00
parent 94dde6dd96
commit c23958ad6e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { SwapExecutor__factory } from "@orionprotocol/contracts/lib/ethers-v5/index.js"
import { SwapExecutor__factory } from "@orionprotocol/contracts/lib/ethers-v6/index.js"
import { SafeArray } from "../../../utils/safeGetters.js"
import { type BytesLike, type BigNumberish, concat, ethers, toBeHex } from "ethers"
import { addCallParams, generateCalls } from "./utils.js"