diff --git a/target_chains/ton/contracts/wrappers/BaseWrapper.ts b/target_chains/ton/contracts/wrappers/BaseWrapper.ts index 4b51787076..548534858f 100644 --- a/target_chains/ton/contracts/wrappers/BaseWrapper.ts +++ b/target_chains/ton/contracts/wrappers/BaseWrapper.ts @@ -9,7 +9,7 @@ import { SendMode, toNano, } from "@ton/core"; -import { createCellChain } from "../tests/utils"; +import { createCellChain } from "@pythnetwork/pyth-ton-js"; import { createGuardianSetsDict } from "../tests/utils/wormhole"; import { HexString, Price } from "@pythnetwork/price-service-sdk"; import { DataSource } from "@pythnetwork/xc-admin-common";