mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-26 23:57:48 +03:00
Fixed ethers contracts version
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user