@bolt-liquidity-hq/cosmwasm-client 0.1.0-beta.16 → 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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -92,7 +92,7 @@ var ArchwayMainnetAssets = {
|
|
|
92
92
|
chainId: "archway-1",
|
|
93
93
|
denom: "ibc/43897B9739BD63E3A08A88191999C632E052724AB96BD4C74AE31375C991F48D",
|
|
94
94
|
decimals: 6,
|
|
95
|
-
logo: "https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
95
|
+
logo: "https://raw.githubusercontent.com/cosmos/chain-registry/refs/heads/master/_non-cosmos/ethereum/images/usdc.png",
|
|
96
96
|
coingeckoId: "usd-coin"
|
|
97
97
|
},
|
|
98
98
|
"cw20:archway1gaf9nw7n8v5lpjz9caxjpps006kxfcrzcuc8y5qp4clslhven2ns2g0ule": {
|
|
@@ -5246,7 +5246,7 @@ var ArchwayTestnetAssets = {
|
|
|
5246
5246
|
chainId: "archway-1",
|
|
5247
5247
|
denom: "ibc/34F8D3402273FFA5278AE5757D81CE151ACFD4B19C494C0EE372A7229714824F",
|
|
5248
5248
|
decimals: 6,
|
|
5249
|
-
logo: "https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
5249
|
+
logo: "https://raw.githubusercontent.com/cosmos/chain-registry/refs/heads/master/_non-cosmos/ethereum/images/usdc.png",
|
|
5250
5250
|
coingeckoId: "usd-coin"
|
|
5251
5251
|
},
|
|
5252
5252
|
"cw20:archway172vetupqnkgdc7dp3gwqpvk5ljmgzyj2gs4ag2fdmp0s2rucxxsqh0nqeu": {
|
|
@@ -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";
|