@bolt-liquidity-hq/cosmwasm-client 0.1.0-beta.17 → 0.1.0-beta.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -5481,7 +5481,7 @@ var getPrices = async (client) => {
|
|
|
5481
5481
|
import { DEFAULT_GAS_ADJUSTMENT } from "@bolt-liquidity-hq/core";
|
|
5482
5482
|
import { toUtf8 } from "@cosmjs/encoding";
|
|
5483
5483
|
import { BigNumber } from "bignumber.js";
|
|
5484
|
-
import { MsgExecuteContract } from "cosmjs-types/cosmwasm/wasm/v1/tx";
|
|
5484
|
+
import { MsgExecuteContract } from "cosmjs-types/cosmwasm/wasm/v1/tx.js";
|
|
5485
5485
|
|
|
5486
5486
|
// src/lib/helpers/transactions.ts
|
|
5487
5487
|
import { NotFoundError } from "@bolt-liquidity-hq/core";
|