@injectivelabs/sdk-ts 1.20.41 → 1.20.43

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.
Files changed (71) hide show
  1. package/dist/cjs/{ChainGrpcExchangeApi-CId-6M-5.cjs → ChainGrpcExchangeApi-Cxcph7iG.cjs} +2 -2
  2. package/dist/cjs/{ChainRestTendermintApi-CN5JQXcO.cjs → ChainRestTendermintApi-lBt4Bo9-.cjs} +1 -1
  3. package/dist/cjs/{DirectEthSecp256k1Wallet-DMVCWKfg.cjs → DirectEthSecp256k1Wallet-BcuvnwP3.cjs} +1 -1
  4. package/dist/cjs/{ExecArgNeptuneWithdraw-Sqk_zPQx.cjs → ExecArgNeptuneWithdraw-GQfs73gW.cjs} +1 -1
  5. package/dist/cjs/{IndexerGrpcWeb3GwApi-VEchf_hB.cjs → IndexerGrpcWeb3GwApi-Du3x0BEl.cjs} +1 -1
  6. package/dist/cjs/{MsgSetDenomMetadata-B3DybiHv.cjs → MsgSetDenomMetadata-C8QZ7GA-.cjs} +4 -4
  7. package/dist/cjs/{QueryTradingStrategyContractTotalStrategies-CFnjo4KE.cjs → QueryTradingStrategyContractTotalStrategies-Cv-OnpEh.cjs} +2 -2
  8. package/dist/cjs/{SocialTradingGrpcApi-B5lkURaG.cjs → SocialTradingGrpcApi-7MXAzI25.cjs} +9 -4
  9. package/dist/cjs/{StreamManagerV2-D3fdTmVq.cjs → StreamManagerV2-DRXlho03.cjs} +75 -9
  10. package/dist/cjs/{accounts-pXwUOxWb.cjs → accounts-DypWN-GO.cjs} +1 -1
  11. package/dist/cjs/{chain-BQSlc71m.cjs → chain-DI1Dclpt.cjs} +2 -2
  12. package/dist/cjs/client/chain.cjs +4 -4
  13. package/dist/cjs/client/chain.d.cts +2 -2
  14. package/dist/cjs/client/indexer.cjs +3 -3
  15. package/dist/cjs/client/indexer.d.cts +3 -3
  16. package/dist/cjs/client/platformServices.cjs +1 -1
  17. package/dist/cjs/client/platformServices.d.cts +1 -1
  18. package/dist/cjs/client/wasm.cjs +6 -6
  19. package/dist/cjs/core/accounts.cjs +2 -2
  20. package/dist/cjs/core/accounts.d.cts +2 -2
  21. package/dist/cjs/core/modules.cjs +8 -8
  22. package/dist/cjs/core/modules.d.cts +2 -2
  23. package/dist/cjs/core/tx.cjs +5 -5
  24. package/dist/cjs/core/tx.d.cts +2 -2
  25. package/dist/cjs/cosmjs.cjs +6 -6
  26. package/dist/cjs/exports.cjs +6 -6
  27. package/dist/cjs/{index-BD_sjZdM.d.cts → index-Bybq32q9.d.cts} +372 -56
  28. package/dist/cjs/{index-BR56GmK7.d.cts → index-DLkZpEZn.d.cts} +28 -7
  29. package/dist/cjs/index.cjs +13 -12
  30. package/dist/cjs/index.d.cts +3 -3
  31. package/dist/cjs/service.cjs +1 -1
  32. package/dist/cjs/{tx-BS1bJRvK.cjs → tx-DZUeolaB.cjs} +4 -4
  33. package/dist/cjs/{utils-CH1Ojxun.cjs → utils-CIqMZQ2o.cjs} +21 -0
  34. package/dist/cjs/utils.cjs +2 -1
  35. package/dist/cjs/utils.d.cts +3 -3
  36. package/dist/esm/{ChainGrpcExchangeApi-CKX1iMn5.js → ChainGrpcExchangeApi-TO68UPsx.js} +2 -2
  37. package/dist/esm/{ChainRestTendermintApi-bwqA_ww1.js → ChainRestTendermintApi-BnJPMbSU.js} +1 -1
  38. package/dist/esm/{DirectEthSecp256k1Wallet-CpbdozpK.js → DirectEthSecp256k1Wallet-bMavrLOD.js} +1 -1
  39. package/dist/esm/{ExecArgNeptuneWithdraw-DmYVr5B4.js → ExecArgNeptuneWithdraw-ZllTUY0S.js} +1 -1
  40. package/dist/esm/{IndexerGrpcWeb3GwApi-C7LLie_g.js → IndexerGrpcWeb3GwApi-Dzaq-nAM.js} +1 -1
  41. package/dist/esm/{MsgSetDenomMetadata-cLEp9FNe.js → MsgSetDenomMetadata-BJgGXjI1.js} +4 -4
  42. package/dist/esm/{QueryTradingStrategyContractTotalStrategies-BpCTIlKQ.js → QueryTradingStrategyContractTotalStrategies-BwSujhON.js} +2 -2
  43. package/dist/esm/{SocialTradingGrpcApi-6l_bh26-.js → SocialTradingGrpcApi-BFePaJSl.js} +9 -4
  44. package/dist/esm/{StreamManagerV2-BwWioXED.js → StreamManagerV2-Dnq2AWna.js} +75 -9
  45. package/dist/esm/{accounts-D7g8pgWl.js → accounts-C3A12sl6.js} +1 -1
  46. package/dist/esm/{chain-CN3u6aoh.js → chain-Bf87BVmr.js} +2 -2
  47. package/dist/esm/client/chain.d.ts +2 -2
  48. package/dist/esm/client/chain.js +4 -4
  49. package/dist/esm/client/indexer.d.ts +3 -3
  50. package/dist/esm/client/indexer.js +3 -3
  51. package/dist/esm/client/platformServices.d.ts +1 -1
  52. package/dist/esm/client/platformServices.js +1 -1
  53. package/dist/esm/client/wasm.js +6 -6
  54. package/dist/esm/core/accounts.d.ts +2 -2
  55. package/dist/esm/core/accounts.js +2 -2
  56. package/dist/esm/core/modules.d.ts +2 -2
  57. package/dist/esm/core/modules.js +8 -8
  58. package/dist/esm/core/tx.d.ts +2 -2
  59. package/dist/esm/core/tx.js +5 -5
  60. package/dist/esm/cosmjs.js +6 -6
  61. package/dist/esm/exports.js +6 -6
  62. package/dist/esm/{index-DjdeHPw_.d.ts → index-BJqOIOph.d.ts} +372 -56
  63. package/dist/esm/{index-PjSrVBs0.d.ts → index-o3nQdPhK.d.ts} +28 -7
  64. package/dist/esm/index.d.ts +3 -3
  65. package/dist/esm/index.js +13 -13
  66. package/dist/esm/service.js +1 -1
  67. package/dist/esm/{tx-7vGzWhsj.js → tx-Ca8hs4RN.js} +4 -4
  68. package/dist/esm/{utils-BPuX8T_g.js → utils-BvlndkVI.js} +16 -1
  69. package/dist/esm/utils.d.ts +3 -3
  70. package/dist/esm/utils.js +2 -2
  71. package/package.json +7 -7
@@ -1,7 +1,7 @@
1
1
  import "./tx_pb-BzYfNmn2.cjs";
2
2
  import "./index-B_IiQ_8l.cjs";
3
3
  import "./light-B-3BDUJ7.cjs";
4
- import { $d as derivativeMarginToChainMarginToFixed, $f as privateKeyToPublicKey, Ad as fetchAllWithPagination, Af as getErrorMessage, Bd as getSpotMarketDecimals, Bf as safeBigIntStringify, Cf as spotQuantityFromChainQuantity, Df as bigIntReplacer, Ef as spotQuantityToChainQuantityToFixed, Fd as paginationRequestFromPagination, Ff as isNode, Gd as denomAmountFromChainDenomAmountToFixed, Gf as TypedDataUtilsSanitizeData, Hd as amountToCosmosSdkDecAmount, Hf as sortObjectByKeysWithReduce, Id as paginationUint8ArrayToString, If as isReactNative, Jd as denomAmountToChainDenomAmountToFixed, Jf as domainHash, Kd as denomAmountFromGrpcChainDenomAmount, Kf as TypedMessageV4, Ld as getChecksumAddress, Lf as isServerSide, Md as grpcPagingToPaging, Mf as hexToNumber, Nd as grpcPagingToPagingV2, Nf as isBrowser, Of as bigIntToNumber, Pd as pageRequestToGrpcPageRequestV2, Pf as isJsonString, Qd as derivativeMarginToChainMargin, Qf as privateKeyHashToPublicKeyBase64, Rd as getDerivativeMarketDecimals, Rf as objectToJson, Sf as spotPriceToChainPriceToFixed, Tf as spotQuantityToChainQuantity, Ud as cosmosSdkDecToBigNumber, Uf as SignTypedDataVersionV4, Vd as getSpotMarketTensMultiplier, Vf as sortObjectByKeys, Wd as denomAmountFromChainDenomAmount, Wf as TypedDataUtilsHashStruct, Xd as derivativeMarginFromChainMargin, Xf as messageHash, Yd as denomAmountToGrpcChainDenomAmount, Yf as hashToHex, Zd as derivativeMarginFromChainMarginToFixed, Zf as privateKeyHashToPublicKey, _f as isNumber, af as derivativeQuantityFromChainQuantityToFixed, ap as ofacList, bf as spotPriceFromChainPriceToFixed, cf as formatAmountToAllowableAmount, cp as makeTimeoutTimestamp, df as formatNumberToAllowableTensMultiplier, dp as protobufTimestampToUnixMs, ef as derivativePriceFromChainPrice, ep as privateKeyToPublicKeyBase64, ff as formatPriceToAllowableDecimals, fp as protobufTimestampToUnixSeconds, gS as GrpcWebFetchTransport, gf as getTensMultiplier, hf as getSignificantDecimalsFromNumber, if as derivativeQuantityFromChainQuantity, ip as sha256, jd as grpcPaginationToPagination, jf as grpcCoinToUiCoin, kd as recoverTypedSignaturePubKey, kf as bigIntToString, lf as formatAmountToAllowableDecimals, lp as makeTimeoutTimestampInNs, mf as getExactDecimalsFromNumber, nf as derivativePriceToChainPrice, np as ripemd160, of as derivativeQuantityToChainQuantity, op as getGrpcWebTransport, pf as formatPriceToAllowablePrice, qd as denomAmountToChainDenomAmount, qf as decompressPubKey, rf as derivativePriceToChainPriceToFixed, rp as sanitizeTypedData, sf as derivativeQuantityToChainQuantityToFixed, sp as getGasPriceBasedOnMessage, tf as derivativePriceFromChainPriceToFixed, tp as publicKeyToAddress, uf as formatNumberToAllowableDecimals, up as protobufTimestampToDate, vf as numberToCosmosSdkDecString, wf as spotQuantityFromChainQuantityToFixed, xf as spotPriceToChainPrice, yf as spotPriceFromChainPrice, zd as getDerivativeMarketTensMultiplier, zf as protoObjectToJson } from "./index-BD_sjZdM.cjs";
4
+ import { $d as derivativeMarginFromChainMargin, $f as messageHash, Af as bigIntReplacer, Bd as getChecksumAddress, Bf as isServerSide, Cf as spotPriceFromChainPriceToFixed, Df as spotQuantityFromChainQuantityToFixed, Ef as spotQuantityFromChainQuantity, Fd as grpcPagingToPaging, Ff as hexToNumber, Gd as amountToCosmosSdkDecAmount, Gf as sortObjectByKeysWithReduce, Hd as getDerivativeMarketTensMultiplier, Hf as protoObjectToJson, Id as grpcPagingToPagingV2, If as isBrowser, Jd as denomAmountFromChainDenomAmountToFixed, Jf as TypedDataUtilsSanitizeData, Kd as cosmosSdkDecToBigNumber, Kf as SignTypedDataVersionV4, Ld as pageRequestToGrpcPageRequestV2, Lf as isJsonString, Md as fetchAllWithPagination, Mf as bigIntToString, Nd as fetchAllWithTokenPagination, Nf as getErrorMessage, Of as spotQuantityToChainQuantity, Pd as grpcPaginationToPagination, Pf as grpcCoinToUiCoin, Qd as denomAmountToGrpcChainDenomAmount, Qf as hashToHex, Rd as paginationRequestFromPagination, Rf as isNode, Sf as spotPriceFromChainPrice, Tf as spotPriceToChainPriceToFixed, Ud as getSpotMarketDecimals, Uf as safeBigIntStringify, Vd as getDerivativeMarketDecimals, Vf as objectToJson, Wd as getSpotMarketTensMultiplier, Wf as sortObjectByKeys, Xd as denomAmountToChainDenomAmount, Xf as decompressPubKey, Yd as denomAmountFromGrpcChainDenomAmount, Yf as TypedMessageV4, Zd as denomAmountToChainDenomAmountToFixed, Zf as domainHash, _f as getExactDecimalsFromNumber, af as derivativePriceToChainPrice, ap as ripemd160, bf as isNumber, cf as derivativeQuantityFromChainQuantityToFixed, cp as ofacList, df as formatAmountToAllowableAmount, dp as makeTimeoutTimestamp, ef as derivativeMarginFromChainMarginToFixed, ep as privateKeyHashToPublicKey, ff as formatAmountToAllowableDecimals, fp as makeTimeoutTimestampInNs, gf as formatPriceToAllowablePrice, hf as formatPriceToAllowableDecimals, hp as protobufTimestampToUnixSeconds, if as derivativePriceFromChainPriceToFixed, ip as publicKeyToAddress, jd as recoverTypedSignaturePubKey, jf as bigIntToNumber, kf as spotQuantityToChainQuantityToFixed, lf as derivativeQuantityToChainQuantity, lp as getGrpcWebTransport, mf as formatNumberToAllowableTensMultiplier, mp as protobufTimestampToUnixMs, nf as derivativeMarginToChainMarginToFixed, np as privateKeyToPublicKey, of as derivativePriceToChainPriceToFixed, op as sanitizeTypedData, pf as formatNumberToAllowableDecimals, pp as protobufTimestampToDate, qd as denomAmountFromChainDenomAmount, qf as TypedDataUtilsHashStruct, rf as derivativePriceFromChainPrice, rp as privateKeyToPublicKeyBase64, sf as derivativeQuantityFromChainQuantity, sp as sha256, tf as derivativeMarginToChainMargin, tp as privateKeyHashToPublicKeyBase64, uf as derivativeQuantityToChainQuantityToFixed, up as getGasPriceBasedOnMessage, vf as getSignificantDecimalsFromNumber, wf as spotPriceToChainPrice, xf as numberToCosmosSdkDecString, yS as GrpcWebFetchTransport, yf as getTensMultiplier, zd as paginationUint8ArrayToString, zf as isReactNative } from "./index-Bybq32q9.cjs";
5
5
  import "./BaseGrpcConsumer-CdK49BN-.cjs";
6
6
  import "./index-COHrq5cC.cjs";
7
7
  import "./index-DZmLd0jv.cjs";
@@ -11,6 +11,6 @@ import { a as fromBase64, c as hexToBuff, d as toBase64, f as toUtf8, h as uint8
11
11
  import { a as BECH32_PUBKEY_CONS_PREFIX, i as BECH32_PUBKEY_ACC_PREFIX, n as BECH32_ADDR_CONS_PREFIX, o as BECH32_PUBKEY_VAL_PREFIX, r as BECH32_ADDR_VAL_PREFIX, s as DEFAULT_DERIVATION_PATH, t as BECH32_ADDR_ACC_PREFIX } from "./constants-DQTrjP5R.cjs";
12
12
  import "./index-Dv0XARBE.cjs";
13
13
  import "./index-DZETSzfT.cjs";
14
- import "./index-BR56GmK7.cjs";
14
+ import "./index-DLkZpEZn.cjs";
15
15
  import "./index-D-B0a_XJ.cjs";
16
- export { BECH32_ADDR_ACC_PREFIX, BECH32_ADDR_CONS_PREFIX, BECH32_ADDR_VAL_PREFIX, BECH32_PUBKEY_ACC_PREFIX, BECH32_PUBKEY_CONS_PREFIX, BECH32_PUBKEY_VAL_PREFIX, DEFAULT_DERIVATION_PATH, GrpcWebFetchTransport, SignTypedDataVersionV4, TypedDataUtilsHashStruct, TypedDataUtilsSanitizeData, TypedMessageV4, addHexPrefix, amountToCosmosSdkDecAmount, base64ToUint8Array, base64ToUtf8, bigIntReplacer, bigIntToNumber, bigIntToString, binaryToBase64, bytesToHex, concatUint8Arrays, cosmosSdkDecToBigNumber, decompressPubKey, denomAmountFromChainDenomAmount, denomAmountFromChainDenomAmountToFixed, denomAmountFromGrpcChainDenomAmount, denomAmountToChainDenomAmount, denomAmountToChainDenomAmountToFixed, denomAmountToGrpcChainDenomAmount, derivativeMarginFromChainMargin, derivativeMarginFromChainMarginToFixed, derivativeMarginToChainMargin, derivativeMarginToChainMarginToFixed, derivativePriceFromChainPrice, derivativePriceFromChainPriceToFixed, derivativePriceToChainPrice, derivativePriceToChainPriceToFixed, derivativeQuantityFromChainQuantity, derivativeQuantityFromChainQuantityToFixed, derivativeQuantityToChainQuantity, derivativeQuantityToChainQuantityToFixed, domainHash, fetchAllWithPagination, formatAmountToAllowableAmount, formatAmountToAllowableDecimals, formatNumberToAllowableDecimals, formatNumberToAllowableTensMultiplier, formatPriceToAllowableDecimals, formatPriceToAllowablePrice, fromBase64, fromUtf8, getAddressFromInjectiveAddress, getChecksumAddress, getDefaultSubaccountId, getDerivativeMarketDecimals, getDerivativeMarketTensMultiplier, getErrorMessage, getEthereumAddress, getExactDecimalsFromNumber, getGasPriceBasedOnMessage, getGrpcWebTransport, getInjectiveAddress, getInjectiveAddressFromSubaccountId, getSignificantDecimalsFromNumber, getSpotMarketDecimals, getSpotMarketTensMultiplier, getSubaccountId, getTensMultiplier, grpcCoinToUiCoin, grpcPaginationToPagination, grpcPagingToPaging, grpcPagingToPagingV2, hashToHex, hexToBase64, hexToBuff, hexToBytes, hexToNumber, hexToUint8Array, isBrowser, isCw20ContractAddress, isJsonString, isNode, isNumber, isReactNative, isServerSide, makeTimeoutTimestamp, makeTimeoutTimestampInNs, messageHash, numberToCosmosSdkDecString, objectToJson, ofacList, pageRequestToGrpcPageRequestV2, paginationRequestFromPagination, paginationUint8ArrayToString, parseCoins, privateKeyHashToPublicKey, privateKeyHashToPublicKeyBase64, privateKeyToPublicKey, privateKeyToPublicKeyBase64, protoObjectToJson, protobufTimestampToDate, protobufTimestampToUnixMs, protobufTimestampToUnixSeconds, publicKeyToAddress, recoverTypedSignaturePubKey, removeHexPrefix, ripemd160, safeBigIntStringify, sanitizeTypedData, sha256, sortObjectByKeys, sortObjectByKeysWithReduce, spotPriceFromChainPrice, spotPriceFromChainPriceToFixed, spotPriceToChainPrice, spotPriceToChainPriceToFixed, spotQuantityFromChainQuantity, spotQuantityFromChainQuantityToFixed, spotQuantityToChainQuantity, spotQuantityToChainQuantityToFixed, stringToUint8Array, toBase64, toUtf8, uint8ArrayToBase64, uint8ArrayToHex, uint8ArrayToString };
16
+ export { BECH32_ADDR_ACC_PREFIX, BECH32_ADDR_CONS_PREFIX, BECH32_ADDR_VAL_PREFIX, BECH32_PUBKEY_ACC_PREFIX, BECH32_PUBKEY_CONS_PREFIX, BECH32_PUBKEY_VAL_PREFIX, DEFAULT_DERIVATION_PATH, GrpcWebFetchTransport, SignTypedDataVersionV4, TypedDataUtilsHashStruct, TypedDataUtilsSanitizeData, TypedMessageV4, addHexPrefix, amountToCosmosSdkDecAmount, base64ToUint8Array, base64ToUtf8, bigIntReplacer, bigIntToNumber, bigIntToString, binaryToBase64, bytesToHex, concatUint8Arrays, cosmosSdkDecToBigNumber, decompressPubKey, denomAmountFromChainDenomAmount, denomAmountFromChainDenomAmountToFixed, denomAmountFromGrpcChainDenomAmount, denomAmountToChainDenomAmount, denomAmountToChainDenomAmountToFixed, denomAmountToGrpcChainDenomAmount, derivativeMarginFromChainMargin, derivativeMarginFromChainMarginToFixed, derivativeMarginToChainMargin, derivativeMarginToChainMarginToFixed, derivativePriceFromChainPrice, derivativePriceFromChainPriceToFixed, derivativePriceToChainPrice, derivativePriceToChainPriceToFixed, derivativeQuantityFromChainQuantity, derivativeQuantityFromChainQuantityToFixed, derivativeQuantityToChainQuantity, derivativeQuantityToChainQuantityToFixed, domainHash, fetchAllWithPagination, fetchAllWithTokenPagination, formatAmountToAllowableAmount, formatAmountToAllowableDecimals, formatNumberToAllowableDecimals, formatNumberToAllowableTensMultiplier, formatPriceToAllowableDecimals, formatPriceToAllowablePrice, fromBase64, fromUtf8, getAddressFromInjectiveAddress, getChecksumAddress, getDefaultSubaccountId, getDerivativeMarketDecimals, getDerivativeMarketTensMultiplier, getErrorMessage, getEthereumAddress, getExactDecimalsFromNumber, getGasPriceBasedOnMessage, getGrpcWebTransport, getInjectiveAddress, getInjectiveAddressFromSubaccountId, getSignificantDecimalsFromNumber, getSpotMarketDecimals, getSpotMarketTensMultiplier, getSubaccountId, getTensMultiplier, grpcCoinToUiCoin, grpcPaginationToPagination, grpcPagingToPaging, grpcPagingToPagingV2, hashToHex, hexToBase64, hexToBuff, hexToBytes, hexToNumber, hexToUint8Array, isBrowser, isCw20ContractAddress, isJsonString, isNode, isNumber, isReactNative, isServerSide, makeTimeoutTimestamp, makeTimeoutTimestampInNs, messageHash, numberToCosmosSdkDecString, objectToJson, ofacList, pageRequestToGrpcPageRequestV2, paginationRequestFromPagination, paginationUint8ArrayToString, parseCoins, privateKeyHashToPublicKey, privateKeyHashToPublicKeyBase64, privateKeyToPublicKey, privateKeyToPublicKeyBase64, protoObjectToJson, protobufTimestampToDate, protobufTimestampToUnixMs, protobufTimestampToUnixSeconds, publicKeyToAddress, recoverTypedSignaturePubKey, removeHexPrefix, ripemd160, safeBigIntStringify, sanitizeTypedData, sha256, sortObjectByKeys, sortObjectByKeysWithReduce, spotPriceFromChainPrice, spotPriceFromChainPriceToFixed, spotPriceToChainPrice, spotPriceToChainPriceToFixed, spotQuantityFromChainQuantity, spotQuantityFromChainQuantityToFixed, spotQuantityToChainQuantity, spotQuantityToChainQuantityToFixed, stringToUint8Array, toBase64, toUtf8, uint8ArrayToBase64, uint8ArrayToHex, uint8ArrayToString };
@@ -1,6 +1,6 @@
1
1
  import { t as _defineProperty } from "./defineProperty-BwBXXd7t.js";
2
- import { y as denomAmountFromGrpcChainDenomAmount } from "./utils-BPuX8T_g.js";
3
- import { o as ChainModule } from "./ChainRestTendermintApi-bwqA_ww1.js";
2
+ import { b as denomAmountFromGrpcChainDenomAmount } from "./utils-BvlndkVI.js";
3
+ import { o as ChainModule } from "./ChainRestTendermintApi-BnJPMbSU.js";
4
4
  import { t as BaseGrpcConsumer } from "./BaseGrpcConsumer-DEDRwnCk.js";
5
5
  import { toHumanReadable } from "@injectivelabs/utils";
6
6
  import * as InjectiveExchangeV1Beta1QueryPb from "@injectivelabs/core-proto-ts-v2/generated/injective/exchange/v1beta1/query_pb";
@@ -1,6 +1,6 @@
1
1
  import { h as uint8ArrayToString, p as uint8ArrayToBase64 } from "./encoding-light-BpntDob-.js";
2
2
  import { t as _defineProperty } from "./defineProperty-BwBXXd7t.js";
3
- import { l as ChainGrpcCommonTransformer } from "./utils-BPuX8T_g.js";
3
+ import { u as ChainGrpcCommonTransformer } from "./utils-BvlndkVI.js";
4
4
  import { t as BaseGrpcConsumer } from "./BaseGrpcConsumer-DEDRwnCk.js";
5
5
  import { t as BaseRestConsumer } from "./BaseRestConsumer-BjN9JApr.js";
6
6
  import { ChainErrorModule, HttpRequestException, UnspecifiedErrorCode } from "@injectivelabs/exceptions";
@@ -1,6 +1,6 @@
1
1
  import { m as uint8ArrayToHex, p as uint8ArrayToBase64, t as base64ToUint8Array } from "./encoding-light-BpntDob-.js";
2
2
  import { t as _defineProperty } from "./defineProperty-BwBXXd7t.js";
3
- import { F as PublicKey, k as getPublicKey, n as PrivateKey } from "./accounts-D7g8pgWl.js";
3
+ import { F as PublicKey, k as getPublicKey, n as PrivateKey } from "./accounts-C3A12sl6.js";
4
4
  import * as CosmosBaseV1Beta1CoinPb from "@injectivelabs/core-proto-ts-v2/generated/cosmos/base/v1beta1/coin_pb";
5
5
  import * as InjectiveTypesV1Beta1AccountPb from "@injectivelabs/core-proto-ts-v2/generated/injective/types/v1beta1/account_pb";
6
6
  import * as IbcCoreClientV1ClientPb from "@injectivelabs/core-proto-ts-v2/generated/ibc/core/client/v1/client_pb";
@@ -1,6 +1,6 @@
1
1
  import { d as toBase64, o as fromUtf8 } from "./encoding-light-BpntDob-.js";
2
2
  import { t as _defineProperty } from "./defineProperty-BwBXXd7t.js";
3
- import { Ot as safeBigIntStringify } from "./utils-BPuX8T_g.js";
3
+ import { kt as safeBigIntStringify } from "./utils-BvlndkVI.js";
4
4
  import { t as MsgBase } from "./MsgBase-DYaDzmLm.js";
5
5
  import { GeneralException } from "@injectivelabs/exceptions";
6
6
  import * as InjectiveWasmxV1TxPb from "@injectivelabs/core-proto-ts-v2/generated/injective/wasmx/v1/tx_pb";
@@ -1,6 +1,6 @@
1
1
  import { m as uint8ArrayToHex, t as base64ToUint8Array, u as stringToUint8Array } from "./encoding-light-BpntDob-.js";
2
2
  import { t as _defineProperty } from "./defineProperty-BwBXXd7t.js";
3
- import { Ot as safeBigIntStringify, t as recoverTypedSignaturePubKey } from "./utils-BPuX8T_g.js";
3
+ import { kt as safeBigIntStringify, t as recoverTypedSignaturePubKey } from "./utils-BvlndkVI.js";
4
4
  import { t as BaseIndexerGrpcConsumer } from "./BaseIndexerGrpcConsumer-DkRSQkU9.js";
5
5
  import * as CosmosTxV1Beta1TxPb from "@injectivelabs/core-proto-ts-v2/generated/cosmos/tx/v1beta1/tx_pb";
6
6
  import { DEFAULT_BRIDGE_FEE_DENOM, DEFAULT_BRIDGE_FEE_PRICE, DEFAULT_EXCHANGE_LIMIT, DEFAULT_GAS_LIMIT } from "@injectivelabs/utils";
@@ -1,11 +1,11 @@
1
1
  import { f as toUtf8, i as concatUint8Arrays, l as hexToUint8Array, m as uint8ArrayToHex, o as fromUtf8, p as uint8ArrayToBase64, r as binaryToBase64, t as base64ToUint8Array, u as stringToUint8Array } from "./encoding-light-BpntDob-.js";
2
2
  import { t as _defineProperty } from "./defineProperty-BwBXXd7t.js";
3
- import { I as Address, j as createAny } from "./accounts-D7g8pgWl.js";
4
- import { G as numberToCosmosSdkDecString, Ot as safeBigIntStringify, _t as bigIntToString, it as domainHash, ot as messageHash } from "./utils-BPuX8T_g.js";
3
+ import { I as Address, j as createAny } from "./accounts-C3A12sl6.js";
4
+ import { K as numberToCosmosSdkDecString, at as domainHash, kt as safeBigIntStringify, st as messageHash, vt as bigIntToString } from "./utils-BvlndkVI.js";
5
5
  import { a as getEthereumAddress } from "./address-light-B2JvY3Or.js";
6
6
  import { a as objectKeysToEip712Types, n as prepareSignBytes, o as patchOrderTypesWithExpirationBlock, t as MsgBase } from "./MsgBase-DYaDzmLm.js";
7
- import { t as ChainGrpcExchangeApi } from "./ChainGrpcExchangeApi-CKX1iMn5.js";
8
- import { a as dataToExecData$1, i as ExecArgBase } from "./ExecArgNeptuneWithdraw-DmYVr5B4.js";
7
+ import { t as ChainGrpcExchangeApi } from "./ChainGrpcExchangeApi-TO68UPsx.js";
8
+ import { a as dataToExecData$1, i as ExecArgBase } from "./ExecArgNeptuneWithdraw-ZllTUY0S.js";
9
9
  import { keccak256 } from "viem";
10
10
  import { BigNumber, DEFAULT_BRIDGE_FEE_AMOUNT, DEFAULT_BRIDGE_FEE_DENOM, toBigNumber, toChainFormat, toPascalCase } from "@injectivelabs/utils";
11
11
  import { GeneralException } from "@injectivelabs/exceptions";
@@ -1,7 +1,7 @@
1
1
  import { a as fromBase64, d as toBase64, f as toUtf8, r as binaryToBase64 } from "./encoding-light-BpntDob-.js";
2
2
  import { t as _defineProperty } from "./defineProperty-BwBXXd7t.js";
3
- import { g as ChainGrpcWasmApi } from "./chain-CN3u6aoh.js";
4
- import { n as MsgExecuteContractCompat, r as ExecArgNeptuneDeposit, t as ExecArgNeptuneWithdraw } from "./ExecArgNeptuneWithdraw-DmYVr5B4.js";
3
+ import { g as ChainGrpcWasmApi } from "./chain-Bf87BVmr.js";
4
+ import { n as MsgExecuteContractCompat, r as ExecArgNeptuneDeposit, t as ExecArgNeptuneWithdraw } from "./ExecArgNeptuneWithdraw-ZllTUY0S.js";
5
5
  import { GeneralException } from "@injectivelabs/exceptions";
6
6
  import { Network, getNetworkEndpoints, isMainnet } from "@injectivelabs/networks";
7
7
 
@@ -63,6 +63,7 @@ var PlatformServicesGrpcPositionsTransformer = class PlatformServicesGrpcPositio
63
63
  var _stats$rank;
64
64
  return {
65
65
  pnl: stats.pnl,
66
+ pnlUsd: stats.pnlUsd,
66
67
  tags: stats.tags,
67
68
  winRate: stats.winRate,
68
69
  leverage: stats.leverage,
@@ -83,6 +84,7 @@ var PlatformServicesGrpcPositionsTransformer = class PlatformServicesGrpcPositio
83
84
  var _response$rank;
84
85
  return {
85
86
  pnl: response.pnl,
87
+ pnlUsd: response.pnlUsd,
86
88
  tags: response.tags,
87
89
  winRate: response.winRate,
88
90
  leverage: response.leverage,
@@ -108,7 +110,8 @@ var PlatformServicesGrpcPositionsTransformer = class PlatformServicesGrpcPositio
108
110
  static grpcDailyPNLToDailyPNL(dailyPnl) {
109
111
  return {
110
112
  date: dailyPnl.date,
111
- pnl: dailyPnl.pnl
113
+ pnl: dailyPnl.pnl,
114
+ pnlUsd: dailyPnl.pnlUsd
112
115
  };
113
116
  }
114
117
  static grpcGetAccountDailyPNLToGetAccountDailyPNL(response) {
@@ -136,8 +139,9 @@ var SocialTradingGrpcApi = class extends BaseGrpcConsumer {
136
139
  return this.initClient(PositionsServiceClient);
137
140
  }
138
141
  async fetchPositions(params) {
139
- const { to, from, accountAddress, pageSize, nextToken } = params || {};
142
+ const { id, to, from, accountAddress, pageSize, nextToken } = params || {};
140
143
  const request = PlatformServicesPositionsPb.ListPositionsRequest.create({
144
+ id,
141
145
  to,
142
146
  from,
143
147
  pageSize,
@@ -148,11 +152,12 @@ var SocialTradingGrpcApi = class extends BaseGrpcConsumer {
148
152
  return PlatformServicesGrpcPositionsTransformer.grpcListPositionsToListPositions(response);
149
153
  }
150
154
  async fetchPositionTrades(params) {
151
- const { pageSize, nextToken, positionId } = params;
155
+ const { pageSize, nextToken, positionId, sortDirection } = params;
152
156
  const request = PlatformServicesPositionsPb.ListPositionTradesRequest.create({
153
157
  pageSize,
154
158
  nextToken,
155
- positionId
159
+ positionId,
160
+ sortDirection
156
161
  });
157
162
  const response = await this.executeGrpcCall(request, this.client.listPositionTrades.bind(this.client));
158
163
  return PlatformServicesGrpcPositionsTransformer.grpcListPositionTradesToListPositionTrades(response);
@@ -1,12 +1,12 @@
1
1
  import { h as uint8ArrayToString } from "./encoding-light-BpntDob-.js";
2
2
  import { t as _defineProperty } from "./defineProperty-BwBXXd7t.js";
3
- import { St as isJsonString, _t as bigIntToString, a as grpcPagingToPagingV2, gt as bigIntToNumber } from "./utils-BPuX8T_g.js";
3
+ import { Ct as isJsonString, _t as bigIntToNumber, o as grpcPagingToPagingV2, r as fetchAllWithTokenPagination, vt as bigIntToString } from "./utils-BvlndkVI.js";
4
4
  import { d as StreamDisconnectReason, f as StreamEvent, g as TradeDirection, h as TokenVerification, i as GrpcStatusCode, l as OrderState, m as TokenType, p as StreamOperation } from "./light-BBrX6IRm.js";
5
5
  import { t as StreamState } from "./stream-AVOxjM-h.js";
6
6
  import { n as GrpcWebRpcTransport } from "./BaseGrpcConsumer-DEDRwnCk.js";
7
7
  import { t as BaseIndexerGrpcConsumer } from "./BaseIndexerGrpcConsumer-DkRSQkU9.js";
8
8
  import { t as BaseRestConsumer } from "./BaseRestConsumer-BjN9JApr.js";
9
- import { f as GrpcDecodeError, m as WsState, p as WsDisconnectReason, r as IndexerModule } from "./IndexerGrpcWeb3GwApi-C7LLie_g.js";
9
+ import { f as GrpcDecodeError, m as WsState, p as WsDisconnectReason, r as IndexerModule } from "./IndexerGrpcWeb3GwApi-Dzaq-nAM.js";
10
10
  import { BigNumber, toBigNumber, toHumanReadable } from "@injectivelabs/utils";
11
11
  import { GeneralException, HttpRequestException, UnspecifiedErrorCode } from "@injectivelabs/exceptions";
12
12
  import * as InjectiveRFQExchangeRpcPb from "@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_rpc_pb";
@@ -2784,6 +2784,21 @@ var IndexerGrpcExplorerTransformer = class IndexerGrpcExplorerTransformer {
2784
2784
  }))
2785
2785
  };
2786
2786
  }
2787
+ static getBankTransfersV2ResponseToBankTransfers(response) {
2788
+ return {
2789
+ data: response.data.map((transfer) => IndexerGrpcExplorerTransformer.grpcBankTransferV2ToBankTransfer(transfer)),
2790
+ paging: response.paging
2791
+ };
2792
+ }
2793
+ static grpcBankTransferV2ToBankTransfer(transfer) {
2794
+ return {
2795
+ sender: transfer.sender,
2796
+ recipient: transfer.recipient,
2797
+ amounts: transfer.amounts,
2798
+ blockNumber: bigIntToNumber(transfer.blockNumber),
2799
+ blockTimestamp: new Date(transfer.blockTimestamp).getTime()
2800
+ };
2801
+ }
2787
2802
  };
2788
2803
 
2789
2804
  //#endregion
@@ -3878,8 +3893,10 @@ _defineProperty(IndexerDerivativeStreamTransformer, "positionV2StreamCallback",
3878
3893
  */
3879
3894
  var IndexerGrpcInsuranceFundTransformer = class IndexerGrpcInsuranceFundTransformer {
3880
3895
  static insuranceFundsResponseToInsuranceFunds(response) {
3881
- const insuranceFunds = response.funds;
3882
- return IndexerGrpcInsuranceFundTransformer.grpcInsuranceFundsToInsuranceFunds(insuranceFunds);
3896
+ return {
3897
+ next: response.next,
3898
+ insuranceFunds: IndexerGrpcInsuranceFundTransformer.grpcInsuranceFundsToInsuranceFunds(response.funds)
3899
+ };
3883
3900
  }
3884
3901
  static redemptionsResponseToRedemptions(response) {
3885
3902
  const redemptions = response.redemptionSchedules;
@@ -4677,7 +4694,28 @@ var IndexerGrpcRfqGwApi = class extends BaseIndexerGrpcConsumer {
4677
4694
  get client() {
4678
4695
  return this.initClient(InjectiveRfqGwRPCClient);
4679
4696
  }
4680
- async fetchPrepareAutoSign({ cid, margin, expiry, clientId, marketId, quantity, direction, simulate, worstPrice, txBodyMemo, takerAddress, autosignPubKey, unfilledAction, autosignAddress, subaccountNonce, quotesWaitTimeMs, autosignAccountNumber, feePayerAccountNumber, autosignAccountSequence, feePayerAccountSequence }) {
4697
+ buildSignedRequest(signedRequest) {
4698
+ const request = InjectiveRfqGwRpcPb.RFQGwSignedRFQRequestType.create();
4699
+ request.taker = signedRequest.taker;
4700
+ request.requestId = signedRequest.requestId;
4701
+ request.marketId = signedRequest.marketId;
4702
+ request.direction = signedRequest.direction;
4703
+ request.quantity = signedRequest.quantity;
4704
+ request.margin = signedRequest.margin;
4705
+ request.worstPrice = signedRequest.worstPrice;
4706
+ request.minTotalFillQuantity = signedRequest.minTotalFillQuantity;
4707
+ request.cid = signedRequest.cid;
4708
+ request.schemaVersion = signedRequest.schemaVersion;
4709
+ request.evmChainId = BigInt(signedRequest.evmChainId);
4710
+ request.createdAtMs = BigInt(signedRequest.createdAtMs);
4711
+ request.deadlineMs = BigInt(signedRequest.deadlineMs);
4712
+ request.subaccountNonce = signedRequest.subaccountNonce;
4713
+ if (signedRequest.allowedRelayer) request.allowedRelayer = signedRequest.allowedRelayer;
4714
+ if (signedRequest.maxFeeRate) request.maxFeeRate = signedRequest.maxFeeRate;
4715
+ if (signedRequest.maxTotalTakerFunds) request.maxTotalTakerFunds = signedRequest.maxTotalTakerFunds;
4716
+ return request;
4717
+ }
4718
+ async fetchPrepareAutoSign({ cid, margin, expiry, clientId, marketId, quantity, direction, simulate, worstPrice, txBodyMemo, takerAddress, autosignPubKey, unfilledAction, autosignAddress, subaccountNonce, quotesWaitTimeMs, autosignAccountNumber, feePayerAccountNumber, autosignAccountSequence, feePayerAccountSequence, signedRequest, takerSignature }) {
4681
4719
  const request = InjectiveRfqGwRpcPb.RFQGwPrepareAutoSignRequestType.create();
4682
4720
  request.clientId = clientId;
4683
4721
  request.marketId = marketId;
@@ -4704,12 +4742,14 @@ var IndexerGrpcRfqGwApi = class extends BaseIndexerGrpcConsumer {
4704
4742
  if (subaccountNonce !== void 0) request.subaccountNonce = subaccountNonce;
4705
4743
  if (cid) request.cid = cid;
4706
4744
  if (txBodyMemo) request.txBodyMemo = txBodyMemo;
4745
+ if (signedRequest) request.signedRequest = this.buildSignedRequest(signedRequest);
4746
+ if (takerSignature) request.takerSignature = takerSignature;
4707
4747
  const requestMessage = InjectiveRfqGwRpcPb.PrepareAutoSignRequest.create();
4708
4748
  requestMessage.request = request;
4709
4749
  const response = await this.executeGrpcCall(requestMessage, this.client.prepareAutoSign.bind(this.client), { noRetry: true });
4710
4750
  return IndexerGrpcRfqGwTransformer.prepareAutoSignResponseToResponse(response);
4711
4751
  }
4712
- async fetchPrepare({ cid, margin, expiry, clientId, marketId, quantity, direction, simulate, worstPrice, txBodyMemo, takerPubKey, takerAddress, unfilledAction, subaccountNonce, quotesWaitTimeMs, takerAccountNumber, feePayerAccountNumber, takerAccountSequence, feePayerAccountSequence }) {
4752
+ async fetchPrepare({ cid, margin, expiry, clientId, marketId, quantity, direction, simulate, worstPrice, txBodyMemo, takerPubKey, takerAddress, unfilledAction, subaccountNonce, quotesWaitTimeMs, takerAccountNumber, feePayerAccountNumber, takerAccountSequence, feePayerAccountSequence, signedRequest, takerSignature }) {
4713
4753
  const request = InjectiveRfqGwRpcPb.RFQGwPrepareRequestType.create();
4714
4754
  request.clientId = clientId;
4715
4755
  request.marketId = marketId;
@@ -4735,12 +4775,14 @@ var IndexerGrpcRfqGwApi = class extends BaseIndexerGrpcConsumer {
4735
4775
  if (subaccountNonce !== void 0) request.subaccountNonce = subaccountNonce;
4736
4776
  if (cid) request.cid = cid;
4737
4777
  if (txBodyMemo) request.txBodyMemo = txBodyMemo;
4778
+ if (signedRequest) request.signedRequest = this.buildSignedRequest(signedRequest);
4779
+ if (takerSignature) request.takerSignature = takerSignature;
4738
4780
  const requestMessage = InjectiveRfqGwRpcPb.PrepareRequest.create();
4739
4781
  requestMessage.request = request;
4740
4782
  const response = await this.executeGrpcCall(requestMessage, this.client.prepare.bind(this.client), { noRetry: true });
4741
4783
  return IndexerGrpcRfqGwTransformer.prepareResponseToResponse(response);
4742
4784
  }
4743
- async fetchPrepareEip712({ cid, gas, margin, expiry, clientId, marketId, quantity, direction, simulate, worstPrice, txBodyMemo, ethChainId, takerPubKey, takerAddress, eip712Wrapper, unfilledAction, subaccountNonce, quotesWaitTimeMs, takerAccountNumber, feePayerAccountNumber, takerAccountSequence, feePayerAccountSequence }) {
4785
+ async fetchPrepareEip712({ cid, gas, margin, expiry, clientId, marketId, quantity, direction, simulate, worstPrice, txBodyMemo, ethChainId, takerPubKey, takerAddress, eip712Wrapper, unfilledAction, subaccountNonce, quotesWaitTimeMs, takerAccountNumber, feePayerAccountNumber, takerAccountSequence, feePayerAccountSequence, signedRequest, takerSignature }) {
4744
4786
  const request = InjectiveRfqGwRpcPb.RFQGwPrepareEip712RequestType.create();
4745
4787
  request.clientId = clientId;
4746
4788
  request.marketId = marketId;
@@ -4769,12 +4811,14 @@ var IndexerGrpcRfqGwApi = class extends BaseIndexerGrpcConsumer {
4769
4811
  if (eip712Wrapper) request.eip712Wrapper = eip712Wrapper;
4770
4812
  if (gas !== void 0) request.gas = BigInt(gas);
4771
4813
  if (txBodyMemo) request.txBodyMemo = txBodyMemo;
4814
+ if (signedRequest) request.signedRequest = this.buildSignedRequest(signedRequest);
4815
+ if (takerSignature) request.takerSignature = takerSignature;
4772
4816
  const requestMessage = InjectiveRfqGwRpcPb.PrepareEip712Request.create();
4773
4817
  requestMessage.request = request;
4774
4818
  const response = await this.executeGrpcCall(requestMessage, this.client.prepareEip712.bind(this.client), { noRetry: true });
4775
4819
  return IndexerGrpcRfqGwTransformer.prepareEip712ResponseToResponse(response);
4776
4820
  }
4777
- async fetchPrepareEip712AutoSign({ cid, gas, margin, expiry, clientId, marketId, quantity, direction, simulate, worstPrice, txBodyMemo, ethChainId, takerAddress, autosignPubKey, eip712Wrapper, unfilledAction, autosignAddress, subaccountNonce, quotesWaitTimeMs, autosignAccountNumber, feePayerAccountNumber, autosignAccountSequence, feePayerAccountSequence }) {
4821
+ async fetchPrepareEip712AutoSign({ cid, gas, margin, expiry, clientId, marketId, quantity, direction, simulate, worstPrice, txBodyMemo, ethChainId, takerAddress, autosignPubKey, eip712Wrapper, unfilledAction, autosignAddress, subaccountNonce, quotesWaitTimeMs, autosignAccountNumber, feePayerAccountNumber, autosignAccountSequence, feePayerAccountSequence, signedRequest, takerSignature }) {
4778
4822
  const request = InjectiveRfqGwRpcPb.RFQGwPrepareEip712AutoSignRequestType.create();
4779
4823
  request.clientId = clientId;
4780
4824
  request.marketId = marketId;
@@ -4804,6 +4848,8 @@ var IndexerGrpcRfqGwApi = class extends BaseIndexerGrpcConsumer {
4804
4848
  if (eip712Wrapper) request.eip712Wrapper = eip712Wrapper;
4805
4849
  if (gas !== void 0) request.gas = BigInt(gas);
4806
4850
  if (txBodyMemo) request.txBodyMemo = txBodyMemo;
4851
+ if (signedRequest) request.signedRequest = this.buildSignedRequest(signedRequest);
4852
+ if (takerSignature) request.takerSignature = takerSignature;
4807
4853
  const requestMessage = InjectiveRfqGwRpcPb.PrepareEip712AutoSignRequest.create();
4808
4854
  requestMessage.request = request;
4809
4855
  const response = await this.executeGrpcCall(requestMessage, this.client.prepareEip712AutoSign.bind(this.client), { noRetry: true });
@@ -5193,6 +5239,19 @@ var IndexerGrpcExplorerApi = class extends BaseIndexerGrpcConsumer {
5193
5239
  const response = await this.executeGrpcCall(request, this.client.getContractTxsV2.bind(this.client));
5194
5240
  return IndexerGrpcExplorerTransformer.getContractTxsV2ResponseToContractTxs(response);
5195
5241
  }
5242
+ async fetchBankTransfersV2({ senders, address, endTime, perPage, startTime, recipients, token, isCommunityPoolRelated }) {
5243
+ const request = InjectiveExplorerRpcPb.GetBankTransfersV2Request.create();
5244
+ if (senders && senders.length > 0) request.senders = senders;
5245
+ if (recipients && recipients.length > 0) request.recipients = recipients;
5246
+ if (isCommunityPoolRelated !== void 0) request.isCommunityPoolRelated = isCommunityPoolRelated;
5247
+ if (startTime !== void 0) request.startTime = BigInt(startTime);
5248
+ if (endTime !== void 0) request.endTime = BigInt(endTime);
5249
+ if (address && address.length > 0) request.address = address;
5250
+ if (perPage) request.perPage = perPage;
5251
+ if (token) request.token = token;
5252
+ const response = await this.executeGrpcCall(request, this.client.getBankTransfersV2.bind(this.client));
5253
+ return IndexerGrpcExplorerTransformer.getBankTransfersV2ResponseToBankTransfers(response);
5254
+ }
5196
5255
  };
5197
5256
 
5198
5257
  //#endregion
@@ -5856,11 +5915,18 @@ var IndexerGrpcInsuranceFundApi = class extends BaseIndexerGrpcConsumer {
5856
5915
  const response = await this.executeGrpcCall(request, this.client.redemptions.bind(this.client));
5857
5916
  return IndexerGrpcInsuranceFundTransformer.redemptionsResponseToRedemptions(response);
5858
5917
  }
5859
- async fetchInsuranceFunds() {
5918
+ async fetchInsuranceFunds(params) {
5919
+ const { perPage, token } = params || {};
5860
5920
  const request = InjectiveInsuranceRpcPb.FundsRequest.create();
5921
+ if (perPage) request.perPage = perPage;
5922
+ if (token) request.token = token;
5861
5923
  const response = await this.executeGrpcCall(request, this.client.funds.bind(this.client));
5862
5924
  return IndexerGrpcInsuranceFundTransformer.insuranceFundsResponseToInsuranceFunds(response);
5863
5925
  }
5926
+ async fetchAllInsuranceFunds(params = {}) {
5927
+ const { perPage = 200 } = params;
5928
+ return fetchAllWithTokenPagination({ perPage }, this.fetchInsuranceFunds.bind(this));
5929
+ }
5864
5930
  };
5865
5931
 
5866
5932
  //#endregion
@@ -1,7 +1,7 @@
1
1
  import { f as toUtf8, l as hexToUint8Array, m as uint8ArrayToHex, p as uint8ArrayToBase64, t as base64ToUint8Array, u as stringToUint8Array } from "./encoding-light-BpntDob-.js";
2
2
  import { i as BECH32_PUBKEY_ACC_PREFIX, n as BECH32_ADDR_CONS_PREFIX, r as BECH32_ADDR_VAL_PREFIX, s as DEFAULT_DERIVATION_PATH, t as BECH32_ADDR_ACC_PREFIX } from "./constants-J9ftgKqC.js";
3
3
  import { t as _defineProperty } from "./defineProperty-BwBXXd7t.js";
4
- import { G as numberToCosmosSdkDecString, Ot as safeBigIntStringify, nt as TypedDataUtilsSanitizeData, rt as decompressPubKey, t as recoverTypedSignaturePubKey } from "./utils-BPuX8T_g.js";
4
+ import { K as numberToCosmosSdkDecString, it as decompressPubKey, kt as safeBigIntStringify, rt as TypedDataUtilsSanitizeData, t as recoverTypedSignaturePubKey } from "./utils-BvlndkVI.js";
5
5
  import { a as getEthereumAddress, o as getInjectiveAddress } from "./address-light-B2JvY3Or.js";
6
6
  import { t as MsgBase } from "./MsgBase-DYaDzmLm.js";
7
7
  import * as CosmosTxV1Beta1TxPb from "@injectivelabs/core-proto-ts-v2/generated/cosmos/tx/v1beta1/tx_pb";
@@ -1,8 +1,8 @@
1
1
  import { d as toBase64, h as uint8ArrayToString, o as fromUtf8, p as uint8ArrayToBase64, t as base64ToUint8Array } from "./encoding-light-BpntDob-.js";
2
2
  import { t as _defineProperty } from "./defineProperty-BwBXXd7t.js";
3
- import { Ft as protobufTimestampToDate, Lt as protobufTimestampToUnixSeconds, _t as bigIntToString, l as ChainGrpcCommonTransformer, n as fetchAllWithPagination, y as denomAmountFromGrpcChainDenomAmount } from "./utils-BPuX8T_g.js";
3
+ import { It as protobufTimestampToDate, Rt as protobufTimestampToUnixSeconds, b as denomAmountFromGrpcChainDenomAmount, n as fetchAllWithPagination, u as ChainGrpcCommonTransformer, vt as bigIntToString } from "./utils-BvlndkVI.js";
4
4
  import { n as bytesToHex } from "./address-light-B2JvY3Or.js";
5
- import { o as ChainModule, p as BondStatus } from "./ChainRestTendermintApi-bwqA_ww1.js";
5
+ import { o as ChainModule, p as BondStatus } from "./ChainRestTendermintApi-BnJPMbSU.js";
6
6
  import { t as BaseGrpcConsumer } from "./BaseGrpcConsumer-DEDRwnCk.js";
7
7
  import { t as BaseRestConsumer } from "./BaseRestConsumer-BjN9JApr.js";
8
8
  import { toBigNumber, toHumanReadable } from "@injectivelabs/utils";
@@ -1,7 +1,7 @@
1
1
  import "../tx_pb-DMlxbcd8.js";
2
2
  import { nt as OracleType } from "../index-DoFZGNtu.js";
3
3
  import "../light-BFGvKXwS.js";
4
- import { $_ as GrpcEvmParams, $g as OracleModuleParams, $h as GrpcDelegationDelegatorReward, $v as GrpcFeeDiscountTierTTL, $y as GrpcContractCodeHistoryEntry, A as ChainGrpcExchangeApi, A_ as OracleTypeMap, Ag as GrpcPermissionPolicyStatusManagerCapability, Av as ChainTrimmedDerivativeConditionalOrder, Ay as GrpcValidator, B as ChainGrpcMintApi, B_ as AuthBaseAccount, Bg as PermissionAddressVoucher, Bv as GrpcCampaignRewardPool, By as ValidatorDescription, C as ChainRestBankApi, C_ as GrantAuthorizationWithDecodedAuthorization, Cg as GrpcAuctionEventBid, Cv as ChainSubaccountOrderData, Cy as GrpcPool, D as ChainGrpcPermissionsApi, D_ as GrpcRedemptionSchedule, Dg as GrpcPermissionAddressVoucher, Dv as ChainTradeRecord, Dy as GrpcStakingParams, E as ChainGrpcDistributionApi, E_ as GrpcInsuranceParams, Eg as GrpcPermissionActorRoles, Ev as ChainTierStatistic, Ey as GrpcReDelegationResponse, F as ChainGrpcErc20Api, F_ as GrpcSupply, Fg as GrpcPermissionsNamespace, Fv as ExchangeParams, Fy as ReDelegation, G as ChainGrpcGovApi, G_ as EvmBlobScheduleConfig, Gg as PermissionPolicyStatus, Gh as BlockLatestRestResponse, Gv as GrpcChainPosition, Gy as ContractCodeHistoryEntry, H as ChainGrpcAuthApi, H_ as EthAccount, Hg as PermissionNamespace, Hv as GrpcChainDerivativePosition, Hy as CodeInfoResponse, I as ChainGrpcWasmXApi, I_ as Metadata, Ig as GrpcPermissionsParams, Iv as FeeDiscountAccountInfo, Iy as StakingModuleParams, J_ as EvmParams, Jg as PermissionRoleIDs, Jh as FactoryDenomWithMetadata, Jv as GrpcDenomMinNotional, Jy as ContractInfo, K_ as EvmChainConfig, Kg as PermissionRole, Kh as NodeInfoRestResponse, Kv as GrpcChainSpotMarket, Ky as ContractCodeHistoryOperationType, L as ChainGrpcPeggyApi, L_ as SendEnabled, Lg as PermissionActionMap, Lv as FeeDiscountSchedule, Ly as UnBondingDelegation, M as ChainGrpcAuctionApi, M_ as MinModuleParams, Mg as GrpcPermissionRoleActors, Mv as ChainTrimmedSpotLimitOrder, My as GrpcValidatorCommissionRates, N as ChainGrpcTxFeesApi, N_ as BankModuleParams, Ng as GrpcPermissionRoleIDs, Nv as DepositProposalParams, Ny as GrpcValidatorDescription, O as ChainGrpcTendermintApi, O_ as InsuranceFund, Og as GrpcPermissionNamespace, Ov as ChainTradeRecords, Oy as GrpcUnbondingDelegation, P as ChainGrpcOracleApi, P_ as GrpcBankParams, Pg as GrpcPermissionRoleManager, Pv as ExchangeModuleParams, Py as Pool, Q_ as GrpcEvmLog, Qg as GrpcOracleParams, Qh as GrpcDecCoin, Qv as GrpcFeeDiscountTierInfo, Qy as GrpcCodeInfoResponse, R as ChainGrpcAuthZApi, R_ as TotalSupply, Rg as PermissionActorRoles, Rv as FeeDiscountTierInfo, Ry as Validator, S as ChainRestAuthApi, S_ as GrantAuthorization, Sg as GrpcAuctionEventAuctionStart, Sv as ChainPosition, Sy as GrpcDelegationResponse, T as ChainGrpcTokenFactoryApi, T_ as GrpcInsuranceFund, Tg as GrpcAuctionParams, Tv as ChainSubaccountRiskProfile, Ty as GrpcReDelegationEntryResponse, U as ChainGrpcEvmApi, U_ as PubKey, Ug as PermissionParams, Uh as ChainModule, Uv as GrpcChainFullDerivativeMarket, Uy as ContractAccountBalance, V as ChainGrpcBankApi, V_ as AuthModuleParams, Vg as PermissionGenesisState, Vv as GrpcChainDerivativeMarket, Vy as AbsoluteTxPosition, W as ChainGrpcIbcApi, W_ as EvmBlobConfig, Wg as PermissionPolicyManagerCapability, Wh as RestApiResponse, Wv as GrpcChainFullSpotMarket, Wy as ContractAccountsBalanceWithPagination, X_ as GrpcEvmBlobScheduleConfig, Xg as PermissionVoucher, Xh as TokenFactoryModuleState, Xv as GrpcFeeDiscountAccountInfo, Xy as GoogleProtoBufAny, Y_ as GrpcEvmBlobConfig, Yg as PermissionRoleManager, Yh as TokenFactoryModuleParams, Yv as GrpcExchangeParams, Yy as ContractStateWithPagination, Z_ as GrpcEvmChainConfig, Zg as PermissionsModuleParams, Zh as DistributionModuleParams, Zv as GrpcFeeDiscountSchedule, Zy as GrpcAbsoluteTxPosition, _ as ChainGrpcAuthTransformer, __ as CreateDerivativeMarketOrderAuthz, _b as Vote, _g as AuctionModuleStateParams, _v as ChainOpenInterest, _y as TradingRewardCampaignBoostInfo, a as ChainGrpcExchangeTransformerV2, a_ as GrpcTokenPair, ab as GrpcGovernanceDepositParams, ag as AccountResponse, av as ChainDenomMinNotional, ay as GrpcPointsMultiplier, b as ChainRestTendermintApi, b_ as GenericAuthorization, bb as WeightedVoteOption, bg as GrpcAuctionBid, bv as ChainPerpetualMarketFunding, by as Delegation, c as ChainGrpcAuctionTransformer, c_ as GrpcPeggyParams, cb as GrpcProposal, cg as CosmosAccountRestResponse, cv as ChainDerivativePosition, cy as GrpcSpotOrder, d as ChainGrpcErc20Transformer, d_ as BatchCancelSpotOrdersAuthz, db as GrpcVote, dg as AuctionEventAuctionResult, dv as ChainGrantAuthorization, dy as GrpcTradingRewardCampaignInfo, e_ as GrpcTxFeesEipBaseFee, eb as GrpcContractInfo, eg as GrpcDistributionParams, ev as CampaignRewardPool, ey as GrpcMarketStatus, f as ChainGrpcPeggyTransformer, f_ as BatchCreateDerivativeLimitOrdersAuthz, fb as Proposal, fg as AuctionEventAuctionStart, fv as ChainL3Orderbook, fy as IsOptedOutOfRewards, g as ChainGrpcBankTransformer, g_ as CreateDerivativeLimitOrderAuthz, gb as TallyResult, gg as AuctionModuleState, gv as ChainMidPriceAndTob, gy as TradeRewardCampaign, h as ChainGrpcMintTransformer, h_ as CancelSpotOrderAuthz, hb as ProposalStatusMap, hg as AuctionModuleParams, hv as ChainMarketVolume, hy as PointsMultiplier, i as ChainGrpcPermissionsTransformer, i_ as GrpcParams, ib as GovModuleStateParams, ig as DenomOwnersResponse, iv as ChainDenomDecimal, iy as GrpcOrderTypeMap, j as ChainGrpcStakingApi, j_ as GrpcMintParams, jg as GrpcPermissionRole, jv as ChainTrimmedDerivativeLimitOrder, jy as GrpcValidatorCommission, k as ChainGrpcExchangeApiV2, k_ as InsuranceModuleParams, kg as GrpcPermissionPolicyStatus, kv as ChainTradeRewardPoints, ky as GrpcUnbondingDelegationEntry, l as ChainGrpcCommonTransformer, l_ as PeggyModuleParams, lb as GrpcProposalDeposit, lg as AuctionBid, lv as ChainEffectivePosition, ly as GrpcTradeRewardCampaign, m as ChainGrpcWasmTransformer, m_ as CancelDerivativeOrderAuthz, mb as ProposalStatus, mg as AuctionLastAuctionResult, mv as ChainMarketVolatility, my as OrderTypeMap, n as ChainGrpcTokenFactoryTransformer, n_ as TxFeesEipBaseFee, nb as TokenInfo, ng as BalancesResponse, nv as ChainBinaryOptionsMarket, ny as GrpcOrderInfo, o as ChainGrpcExchangeTransformer, o_ as Params, ob as GrpcGovernanceTallyParams, og as AccountsResponse, ov as ChainDeposit, oy as GrpcSpotMarket, p as ChainGrpcAuthZTransformer, p_ as BatchCreateSpotLimitOrdersAuthz, pb as ProposalDeposit, pg as AuctionEventBid, pv as ChainMarketBalance, py as OrderType, q_ as EvmLog, qg as PermissionRoleActors, qh as AuthorityMetadata, qv as GrpcDenomDecimals, qy as ContractCodeHistoryOperationTypeMap, r as ChainGrpcDistributionTransformer, r_ as TxFeesModuleStateParams, rb as grpcContractInfo, rg as DenomBalance, rv as ChainCrossMarginPoolSnapshot, ry as GrpcOrderType, s as ChainGrpcStakingTransformer, s_ as TokenPair, sb as GrpcGovernanceVotingParams, sg as BaseAccountRestResponse, sv as ChainDerivativeMarketAddress, sy as GrpcSpotMarketOrder, t as ChainGrpcInsuranceFundTransformer, t_ as GrpcTxFeesParams, tb as MarketingInfo, tg as ValidatorRewards, tv as ChainAggregateAccountVolume, ty as GrpcMarketStatusMap, u as ChainGrpcTxFeesTransformer, u_ as BatchCancelDerivativeOrdersAuthz, ub as GrpcTallyResult, ug as AuctionCurrentBasket, uv as ChainExpiryFuturesMarketInfo, uy as GrpcTradingRewardCampaignBoostInfo, v as ChainGrpcEvmTransformer, v_ as CreateSpotLimitOrderAuthz, vb as VoteOption, vg as AuctionModuleStateResponse, vv as ChainOrderbook, vy as TradingRewardCampaignInfo, w as ChainGrpcInsuranceFundApi, w_ as GrantWithDecodedAuthorization, wg as GrpcAuctionLastAuctionResult, wv as ChainSubaccountOrderbookMetadata, wy as GrpcReDelegation, x as ChainRestWasmApi, x_ as Grant, xg as GrpcAuctionEventAuctionResult, xv as ChainPerpetualMarketInfo, xy as GrpcDelegation, y as ChainGrpcGovTransformer, y_ as CreateSpotMarketOrderAuthz, yb as VoteOptionMap, yg as AuctionParams, yv as ChainOrderbookLevel, yy as BondStatus, z as ChainGrpcWasmApi, z_ as Account, zg as PermissionAddressRoles, zv as FeeDiscountTierTTL, zy as ValidatorCommission } from "../index-DjdeHPw_.js";
4
+ import { $_ as GrpcEvmBlobScheduleConfig, $g as PermissionVoucher, $h as TokenFactoryModuleState, $v as GrpcFeeDiscountAccountInfo, $y as GoogleProtoBufAny, A as ChainGrpcExchangeApi, A_ as GrpcRedemptionSchedule, Ag as GrpcPermissionAddressVoucher, Av as ChainTradeRecord, Ay as GrpcStakingParams, B as ChainGrpcMintApi, B_ as SendEnabled, Bg as PermissionActionMap, Bv as FeeDiscountSchedule, By as UnBondingDelegation, C as ChainRestBankApi, C_ as GenericAuthorization, Cb as WeightedVoteOption, Cg as GrpcAuctionBid, Cv as ChainPerpetualMarketFunding, Cy as Delegation, D as ChainGrpcPermissionsApi, D_ as GrantWithDecodedAuthorization, Dg as GrpcAuctionLastAuctionResult, Dv as ChainSubaccountOrderbookMetadata, Dy as GrpcReDelegation, E as ChainGrpcDistributionApi, E_ as GrantAuthorizationWithDecodedAuthorization, Eg as GrpcAuctionEventBid, Ev as ChainSubaccountOrderData, Ey as GrpcPool, F as ChainGrpcErc20Api, F_ as MinModuleParams, Fg as GrpcPermissionRoleActors, Fv as ChainTrimmedSpotLimitOrder, Fy as GrpcValidatorCommissionRates, G as ChainGrpcGovApi, G_ as EthAccount, Gg as PermissionNamespace, Gv as GrpcChainDerivativePosition, Gy as CodeInfoResponse, H as ChainGrpcAuthApi, H_ as Account, Hg as PermissionAddressRoles, Hv as FeeDiscountTierTTL, Hy as ValidatorCommission, I as ChainGrpcWasmXApi, I_ as BankModuleParams, Ig as GrpcPermissionRoleIDs, Iv as DepositProposalParams, Iy as GrpcValidatorDescription, J_ as EvmBlobScheduleConfig, Jg as PermissionPolicyStatus, Jh as BlockLatestRestResponse, Jv as GrpcChainPosition, Jy as ContractCodeHistoryEntry, K_ as PubKey, Kg as PermissionParams, Kh as ChainModule, Kv as GrpcChainFullDerivativeMarket, Ky as ContractAccountBalance, L as ChainGrpcPeggyApi, L_ as GrpcBankParams, Lg as GrpcPermissionRoleManager, Lv as ExchangeModuleParams, Ly as Pool, M as ChainGrpcAuctionApi, M_ as InsuranceModuleParams, Mg as GrpcPermissionPolicyStatus, Mv as ChainTradeRewardPoints, My as GrpcUnbondingDelegationEntry, N as ChainGrpcTxFeesApi, N_ as OracleTypeMap, Ng as GrpcPermissionPolicyStatusManagerCapability, Nv as ChainTrimmedDerivativeConditionalOrder, Ny as GrpcValidator, O as ChainGrpcTendermintApi, O_ as GrpcInsuranceFund, Og as GrpcAuctionParams, Ov as ChainSubaccountRiskProfile, Oy as GrpcReDelegationEntryResponse, P as ChainGrpcOracleApi, P_ as GrpcMintParams, Pg as GrpcPermissionRole, Pv as ChainTrimmedDerivativeLimitOrder, Py as GrpcValidatorCommission, Q_ as GrpcEvmBlobConfig, Qg as PermissionRoleManager, Qh as TokenFactoryModuleParams, Qv as GrpcExchangeParams, Qy as ContractStateWithPagination, R as ChainGrpcAuthZApi, R_ as GrpcSupply, Rg as GrpcPermissionsNamespace, Rv as ExchangeParams, Ry as ReDelegation, S as ChainRestAuthApi, S_ as CreateSpotMarketOrderAuthz, Sb as VoteOptionMap, Sg as AuctionParams, Sv as ChainOrderbookLevel, Sy as BondStatus, T as ChainGrpcTokenFactoryApi, T_ as GrantAuthorization, Tg as GrpcAuctionEventAuctionStart, Tv as ChainPosition, Ty as GrpcDelegationResponse, U as ChainGrpcEvmApi, U_ as AuthBaseAccount, Ug as PermissionAddressVoucher, Uv as GrpcCampaignRewardPool, Uy as ValidatorDescription, V as ChainGrpcBankApi, V_ as TotalSupply, Vg as PermissionActorRoles, Vv as FeeDiscountTierInfo, Vy as Validator, W as ChainGrpcIbcApi, W_ as AuthModuleParams, Wg as PermissionGenesisState, Wv as GrpcChainDerivativeMarket, Wy as AbsoluteTxPosition, X_ as EvmLog, Xg as PermissionRoleActors, Xh as AuthorityMetadata, Xv as GrpcDenomDecimals, Xy as ContractCodeHistoryOperationTypeMap, Y_ as EvmChainConfig, Yg as PermissionRole, Yh as NodeInfoRestResponse, Yv as GrpcChainSpotMarket, Yy as ContractCodeHistoryOperationType, Z_ as EvmParams, Zg as PermissionRoleIDs, Zh as FactoryDenomWithMetadata, Zv as GrpcDenomMinNotional, Zy as ContractInfo, _ as ChainGrpcAuthTransformer, __ as CancelDerivativeOrderAuthz, _b as ProposalStatus, _g as AuctionLastAuctionResult, _v as ChainMarketVolatility, _y as OrderTypeMap, a as ChainGrpcExchangeTransformerV2, a_ as TxFeesEipBaseFee, ab as TokenInfo, ag as BalancesResponse, av as ChainBinaryOptionsMarket, ay as GrpcOrderInfo, b as ChainRestTendermintApi, b_ as CreateDerivativeMarketOrderAuthz, bb as Vote, bg as AuctionModuleStateParams, bv as ChainOpenInterest, by as TradingRewardCampaignBoostInfo, c as ChainGrpcAuctionTransformer, c_ as GrpcTokenPair, cb as GrpcGovernanceDepositParams, cg as AccountResponse, cv as ChainDenomMinNotional, cy as GrpcPointsMultiplier, d as ChainGrpcErc20Transformer, d_ as GrpcPeggyParams, db as GrpcProposal, dg as CosmosAccountRestResponse, dv as ChainDerivativePosition, dy as GrpcSpotOrder, e_ as PermissionsModuleParams, eb as GrpcAbsoluteTxPosition, eg as DistributionModuleParams, ev as GrpcEvmChainConfig, ey as GrpcFeeDiscountSchedule, f as ChainGrpcPeggyTransformer, f_ as PeggyModuleParams, fb as GrpcProposalDeposit, fg as AuctionBid, fv as ChainEffectivePosition, fy as GrpcTradeRewardCampaign, g as ChainGrpcBankTransformer, g_ as BatchCreateSpotLimitOrdersAuthz, gb as ProposalDeposit, gg as AuctionEventBid, gv as ChainMarketBalance, gy as OrderType, h as ChainGrpcMintTransformer, h_ as BatchCreateDerivativeLimitOrdersAuthz, hb as Proposal, hg as AuctionEventAuctionStart, hv as ChainL3Orderbook, hy as IsOptedOutOfRewards, i as ChainGrpcPermissionsTransformer, i_ as GrpcTxFeesParams, ib as MarketingInfo, ig as ValidatorRewards, iv as ChainAggregateAccountVolume, iy as GrpcMarketStatusMap, j as ChainGrpcStakingApi, j_ as InsuranceFund, jg as GrpcPermissionNamespace, jv as ChainTradeRecords, jy as GrpcUnbondingDelegation, k as ChainGrpcExchangeApiV2, k_ as GrpcInsuranceParams, kg as GrpcPermissionActorRoles, kv as ChainTierStatistic, ky as GrpcReDelegationResponse, l as ChainGrpcCommonTransformer, l_ as Params, lb as GrpcGovernanceTallyParams, lg as AccountsResponse, lv as ChainDeposit, ly as GrpcSpotMarket, m as ChainGrpcWasmTransformer, m_ as BatchCancelSpotOrdersAuthz, mb as GrpcVote, mg as AuctionEventAuctionResult, mv as ChainGrantAuthorization, my as GrpcTradingRewardCampaignInfo, n as ChainGrpcTokenFactoryTransformer, n_ as OracleModuleParams, nb as GrpcContractCodeHistoryEntry, ng as GrpcDelegationDelegatorReward, nv as GrpcEvmParams, ny as GrpcFeeDiscountTierTTL, o as ChainGrpcExchangeTransformer, o_ as TxFeesModuleStateParams, ob as grpcContractInfo, og as DenomBalance, ov as ChainCrossMarginPoolSnapshot, oy as GrpcOrderType, p as ChainGrpcAuthZTransformer, p_ as BatchCancelDerivativeOrdersAuthz, pb as GrpcTallyResult, pg as AuctionCurrentBasket, pv as ChainExpiryFuturesMarketInfo, py as GrpcTradingRewardCampaignBoostInfo, q_ as EvmBlobConfig, qg as PermissionPolicyManagerCapability, qh as RestApiResponse, qv as GrpcChainFullSpotMarket, qy as ContractAccountsBalanceWithPagination, r as ChainGrpcDistributionTransformer, r_ as GrpcTxFeesEipBaseFee, rb as GrpcContractInfo, rg as GrpcDistributionParams, rv as CampaignRewardPool, ry as GrpcMarketStatus, s as ChainGrpcStakingTransformer, s_ as GrpcParams, sb as GovModuleStateParams, sg as DenomOwnersResponse, sv as ChainDenomDecimal, sy as GrpcOrderTypeMap, t as ChainGrpcInsuranceFundTransformer, t_ as GrpcOracleParams, tb as GrpcCodeInfoResponse, tg as GrpcDecCoin, tv as GrpcEvmLog, ty as GrpcFeeDiscountTierInfo, u as ChainGrpcTxFeesTransformer, u_ as TokenPair, ub as GrpcGovernanceVotingParams, ug as BaseAccountRestResponse, uv as ChainDerivativeMarketAddress, uy as GrpcSpotMarketOrder, v as ChainGrpcEvmTransformer, v_ as CancelSpotOrderAuthz, vb as ProposalStatusMap, vg as AuctionModuleParams, vv as ChainMarketVolume, vy as PointsMultiplier, w as ChainGrpcInsuranceFundApi, w_ as Grant, wg as GrpcAuctionEventAuctionResult, wv as ChainPerpetualMarketInfo, wy as GrpcDelegation, x as ChainRestWasmApi, x_ as CreateSpotLimitOrderAuthz, xb as VoteOption, xg as AuctionModuleStateResponse, xv as ChainOrderbook, xy as TradingRewardCampaignInfo, y as ChainGrpcGovTransformer, y_ as CreateDerivativeLimitOrderAuthz, yb as TallyResult, yg as AuctionModuleState, yv as ChainMidPriceAndTob, yy as TradeRewardCampaign, z as ChainGrpcWasmApi, z_ as Metadata, zg as GrpcPermissionsParams, zv as FeeDiscountAccountInfo, zy as StakingModuleParams } from "../index-BJqOIOph.js";
5
5
  import "../BaseGrpcConsumer-ZV4ntv99.js";
6
6
  import "../index-BOgOcIyP.js";
7
7
  import "../index-By1aye_R.js";
@@ -11,6 +11,6 @@ import "../encoding-light--y1VYXkX.js";
11
11
  import "../constants-Cde3Np7d.js";
12
12
  import "../index-B4b_ZIR4.js";
13
13
  import "../index-BmHizv7B.js";
14
- import "../index-PjSrVBs0.js";
14
+ import "../index-o3nQdPhK.js";
15
15
  import "../index-m5131rZQ.js";
16
16
  export { AbsoluteTxPosition, Account, AccountResponse, AccountsResponse, AuctionBid, AuctionCurrentBasket, AuctionEventAuctionResult, AuctionEventAuctionStart, AuctionEventBid, AuctionLastAuctionResult, AuctionModuleParams, AuctionModuleState, AuctionModuleStateParams, AuctionModuleStateResponse, AuctionParams, AuthBaseAccount, AuthModuleParams, AuthorityMetadata, BalancesResponse, BankModuleParams, BaseAccountRestResponse, BatchCancelDerivativeOrdersAuthz, BatchCancelSpotOrdersAuthz, BatchCreateDerivativeLimitOrdersAuthz, BatchCreateSpotLimitOrdersAuthz, BlockLatestRestResponse, BondStatus, CampaignRewardPool, CancelDerivativeOrderAuthz, CancelSpotOrderAuthz, ChainAggregateAccountVolume, ChainBinaryOptionsMarket, ChainCrossMarginPoolSnapshot, ChainDenomDecimal, ChainDenomMinNotional, ChainDeposit, ChainDerivativeMarketAddress, ChainDerivativePosition, ChainEffectivePosition, ChainExpiryFuturesMarketInfo, ChainGrantAuthorization, ChainGrpcAuctionApi, ChainGrpcAuctionTransformer, ChainGrpcAuthApi, ChainGrpcAuthTransformer, ChainGrpcAuthZApi, ChainGrpcAuthZTransformer, ChainGrpcBankApi, ChainGrpcBankTransformer, ChainGrpcCommonTransformer, ChainGrpcDistributionApi, ChainGrpcDistributionTransformer, ChainGrpcErc20Api, ChainGrpcErc20Transformer, ChainGrpcEvmApi, ChainGrpcEvmTransformer, ChainGrpcExchangeApi, ChainGrpcExchangeApiV2, ChainGrpcExchangeTransformer, ChainGrpcExchangeTransformerV2, ChainGrpcGovApi, ChainGrpcGovTransformer, ChainGrpcIbcApi, ChainGrpcInsuranceFundApi, ChainGrpcInsuranceFundTransformer, ChainGrpcMintApi, ChainGrpcMintTransformer, ChainGrpcOracleApi, ChainGrpcPeggyApi, ChainGrpcPeggyTransformer, ChainGrpcPermissionsApi, ChainGrpcPermissionsTransformer, ChainGrpcStakingApi, ChainGrpcStakingTransformer, ChainGrpcTendermintApi, ChainGrpcTokenFactoryApi, ChainGrpcTokenFactoryTransformer, ChainGrpcTxFeesApi, ChainGrpcTxFeesTransformer, ChainGrpcWasmApi, ChainGrpcWasmTransformer, ChainGrpcWasmXApi, ChainL3Orderbook, ChainMarketBalance, ChainMarketVolatility, ChainMarketVolume, ChainMidPriceAndTob, ChainModule, ChainOpenInterest, ChainOrderbook, ChainOrderbookLevel, ChainPerpetualMarketFunding, ChainPerpetualMarketInfo, ChainPosition, ChainRestAuthApi, ChainRestBankApi, ChainRestTendermintApi, ChainRestWasmApi, ChainSubaccountOrderData, ChainSubaccountOrderbookMetadata, ChainSubaccountRiskProfile, ChainTierStatistic, ChainTradeRecord, ChainTradeRecords, ChainTradeRewardPoints, ChainTrimmedDerivativeConditionalOrder, ChainTrimmedDerivativeLimitOrder, ChainTrimmedSpotLimitOrder, CodeInfoResponse, ContractAccountBalance, ContractAccountsBalanceWithPagination, ContractCodeHistoryEntry, ContractCodeHistoryOperationType, ContractCodeHistoryOperationTypeMap, ContractInfo, ContractStateWithPagination, CosmosAccountRestResponse, CreateDerivativeLimitOrderAuthz, CreateDerivativeMarketOrderAuthz, CreateSpotLimitOrderAuthz, CreateSpotMarketOrderAuthz, Delegation, DenomBalance, DenomOwnersResponse, DepositProposalParams, DistributionModuleParams, EthAccount, EvmBlobConfig, EvmBlobScheduleConfig, EvmChainConfig, EvmLog, EvmParams, ExchangeModuleParams, ExchangeParams, FactoryDenomWithMetadata, FeeDiscountAccountInfo, FeeDiscountSchedule, FeeDiscountTierInfo, FeeDiscountTierTTL, GenericAuthorization, GoogleProtoBufAny, GovModuleStateParams, Grant, GrantAuthorization, GrantAuthorizationWithDecodedAuthorization, GrantWithDecodedAuthorization, GrpcAbsoluteTxPosition, GrpcAuctionBid, GrpcAuctionEventAuctionResult, GrpcAuctionEventAuctionStart, GrpcAuctionEventBid, GrpcAuctionLastAuctionResult, GrpcAuctionParams, GrpcBankParams, GrpcCampaignRewardPool, GrpcChainDerivativeMarket, GrpcChainDerivativePosition, GrpcChainFullDerivativeMarket, GrpcChainFullSpotMarket, GrpcChainPosition, GrpcChainSpotMarket, GrpcCodeInfoResponse, GrpcContractCodeHistoryEntry, GrpcContractInfo, GrpcDecCoin, GrpcDelegation, GrpcDelegationDelegatorReward, GrpcDelegationResponse, GrpcDenomDecimals, GrpcDenomMinNotional, GrpcDistributionParams, GrpcEvmBlobConfig, GrpcEvmBlobScheduleConfig, GrpcEvmChainConfig, GrpcEvmLog, GrpcEvmParams, GrpcExchangeParams, GrpcFeeDiscountAccountInfo, GrpcFeeDiscountSchedule, GrpcFeeDiscountTierInfo, GrpcFeeDiscountTierTTL, GrpcGovernanceDepositParams, GrpcGovernanceTallyParams, GrpcGovernanceVotingParams, GrpcInsuranceFund, GrpcInsuranceParams, GrpcMarketStatus, GrpcMarketStatusMap, GrpcMintParams, GrpcOracleParams, GrpcOrderInfo, GrpcOrderType, GrpcOrderTypeMap, GrpcParams, GrpcPeggyParams, GrpcPermissionActorRoles, GrpcPermissionAddressVoucher, GrpcPermissionNamespace, GrpcPermissionPolicyStatus, GrpcPermissionPolicyStatusManagerCapability, GrpcPermissionRole, GrpcPermissionRoleActors, GrpcPermissionRoleIDs, GrpcPermissionRoleManager, GrpcPermissionsNamespace, GrpcPermissionsParams, GrpcPointsMultiplier, GrpcPool, GrpcProposal, GrpcProposalDeposit, ProposalStatus as GrpcProposalStatus, ProposalStatus, GrpcReDelegation, GrpcReDelegationEntryResponse, GrpcReDelegationResponse, GrpcRedemptionSchedule, GrpcSpotMarket, GrpcSpotMarketOrder, GrpcSpotOrder, GrpcStakingParams, GrpcSupply, GrpcTallyResult, GrpcTokenPair, GrpcTradeRewardCampaign, GrpcTradingRewardCampaignBoostInfo, GrpcTradingRewardCampaignInfo, GrpcTxFeesEipBaseFee, GrpcTxFeesParams, GrpcUnbondingDelegation, GrpcUnbondingDelegationEntry, GrpcValidator, GrpcValidatorCommission, GrpcValidatorCommissionRates, GrpcValidatorDescription, GrpcVote, InsuranceFund, InsuranceModuleParams, IsOptedOutOfRewards, MarketingInfo, Metadata, MinModuleParams, NodeInfoRestResponse, OracleModuleParams, OracleType, OracleTypeMap, OrderType, OrderTypeMap, Params, PeggyModuleParams, PermissionActionMap, PermissionActorRoles, PermissionAddressRoles, PermissionAddressVoucher, PermissionGenesisState, PermissionNamespace, PermissionParams, PermissionPolicyManagerCapability, PermissionPolicyStatus, PermissionRole, PermissionRoleActors, PermissionRoleIDs, PermissionRoleManager, PermissionVoucher, PermissionsModuleParams, PointsMultiplier, Pool, Proposal, ProposalDeposit, ProposalStatusMap, PubKey, ReDelegation, RestApiResponse, SendEnabled, StakingModuleParams, TallyResult, TokenFactoryModuleParams, TokenFactoryModuleState, TokenInfo, TokenPair, TotalSupply, TradeRewardCampaign, TradingRewardCampaignBoostInfo, TradingRewardCampaignInfo, TxFeesEipBaseFee, TxFeesModuleStateParams, UnBondingDelegation, Validator, ValidatorCommission, ValidatorDescription, ValidatorRewards, Vote, VoteOption, VoteOptionMap, WeightedVoteOption, grpcContractInfo };
@@ -1,16 +1,16 @@
1
1
  import "../encoding-light-BpntDob-.js";
2
2
  import "../constants-J9ftgKqC.js";
3
3
  import "../defineProperty-BwBXXd7t.js";
4
- import { l as ChainGrpcCommonTransformer } from "../utils-BPuX8T_g.js";
4
+ import { u as ChainGrpcCommonTransformer } from "../utils-BvlndkVI.js";
5
5
  import "../grpc-D2EQHGkK.js";
6
6
  import "../coins-MO-ob9NV.js";
7
7
  import "../address-light-B2JvY3Or.js";
8
- import { a as ChainGrpcAuthTransformer, c as OracleType, d as GrpcOrderTypeMap, f as OrderTypeMap, g as VoteOptionMap, h as ProposalStatusMap, i as ChainGrpcAuthApi, l as OracleTypeMap, m as ContractCodeHistoryOperationTypeMap, n as ChainRestAuthApi, o as ChainModule, p as BondStatus, r as ChainGrpcTendermintApi, s as PermissionActionMap, t as ChainRestTendermintApi, u as GrpcMarketStatusMap } from "../ChainRestTendermintApi-bwqA_ww1.js";
8
+ import { a as ChainGrpcAuthTransformer, c as OracleType, d as GrpcOrderTypeMap, f as OrderTypeMap, g as VoteOptionMap, h as ProposalStatusMap, i as ChainGrpcAuthApi, l as OracleTypeMap, m as ContractCodeHistoryOperationTypeMap, n as ChainRestAuthApi, o as ChainModule, p as BondStatus, r as ChainGrpcTendermintApi, s as PermissionActionMap, t as ChainRestTendermintApi, u as GrpcMarketStatusMap } from "../ChainRestTendermintApi-BnJPMbSU.js";
9
9
  import "../light-BBrX6IRm.js";
10
10
  import "../stream-AVOxjM-h.js";
11
11
  import "../BaseGrpcConsumer-DEDRwnCk.js";
12
- import { A as ChainGrpcErc20Transformer, C as ChainGrpcTokenFactoryTransformer, D as ChainGrpcStakingTransformer, E as ChainGrpcExchangeTransformerV2, F as ChainGrpcBankTransformer, I as ChainGrpcEvmTransformer, L as ChainGrpcGovTransformer, M as ChainGrpcAuthZTransformer, N as ChainGrpcWasmTransformer, O as ChainGrpcAuctionTransformer, P as ChainGrpcMintTransformer, S as ChainGrpcInsuranceFundTransformer, T as ChainGrpcPermissionsTransformer, _ as ChainGrpcMintApi, a as ChainGrpcDistributionApi, b as ChainGrpcIbcApi, c as ChainGrpcStakingApi, d as ChainGrpcOracleApi, f as ChainGrpcErc20Api, g as ChainGrpcWasmApi, h as ChainGrpcAuthZApi, i as ChainGrpcTokenFactoryApi, j as ChainGrpcPeggyTransformer, k as ChainGrpcTxFeesTransformer, l as ChainGrpcAuctionApi, m as ChainGrpcPeggyApi, n as ChainRestBankApi, o as ChainGrpcPermissionsApi, p as ChainGrpcWasmXApi, r as ChainGrpcInsuranceFundApi, s as ChainGrpcExchangeApiV2, t as ChainRestWasmApi, u as ChainGrpcTxFeesApi, v as ChainGrpcBankApi, w as ChainGrpcDistributionTransformer, x as ChainGrpcGovApi, y as ChainGrpcEvmApi } from "../chain-CN3u6aoh.js";
13
- import { n as ChainGrpcExchangeTransformer, t as ChainGrpcExchangeApi } from "../ChainGrpcExchangeApi-CKX1iMn5.js";
12
+ import { A as ChainGrpcErc20Transformer, C as ChainGrpcTokenFactoryTransformer, D as ChainGrpcStakingTransformer, E as ChainGrpcExchangeTransformerV2, F as ChainGrpcBankTransformer, I as ChainGrpcEvmTransformer, L as ChainGrpcGovTransformer, M as ChainGrpcAuthZTransformer, N as ChainGrpcWasmTransformer, O as ChainGrpcAuctionTransformer, P as ChainGrpcMintTransformer, S as ChainGrpcInsuranceFundTransformer, T as ChainGrpcPermissionsTransformer, _ as ChainGrpcMintApi, a as ChainGrpcDistributionApi, b as ChainGrpcIbcApi, c as ChainGrpcStakingApi, d as ChainGrpcOracleApi, f as ChainGrpcErc20Api, g as ChainGrpcWasmApi, h as ChainGrpcAuthZApi, i as ChainGrpcTokenFactoryApi, j as ChainGrpcPeggyTransformer, k as ChainGrpcTxFeesTransformer, l as ChainGrpcAuctionApi, m as ChainGrpcPeggyApi, n as ChainRestBankApi, o as ChainGrpcPermissionsApi, p as ChainGrpcWasmXApi, r as ChainGrpcInsuranceFundApi, s as ChainGrpcExchangeApiV2, t as ChainRestWasmApi, u as ChainGrpcTxFeesApi, v as ChainGrpcBankApi, w as ChainGrpcDistributionTransformer, x as ChainGrpcGovApi, y as ChainGrpcEvmApi } from "../chain-Bf87BVmr.js";
13
+ import { n as ChainGrpcExchangeTransformer, t as ChainGrpcExchangeApi } from "../ChainGrpcExchangeApi-TO68UPsx.js";
14
14
  import "../BaseRestConsumer-BjN9JApr.js";
15
15
 
16
16
  export { BondStatus, ChainGrpcAuctionApi, ChainGrpcAuctionTransformer, ChainGrpcAuthApi, ChainGrpcAuthTransformer, ChainGrpcAuthZApi, ChainGrpcAuthZTransformer, ChainGrpcBankApi, ChainGrpcBankTransformer, ChainGrpcCommonTransformer, ChainGrpcDistributionApi, ChainGrpcDistributionTransformer, ChainGrpcErc20Api, ChainGrpcErc20Transformer, ChainGrpcEvmApi, ChainGrpcEvmTransformer, ChainGrpcExchangeApi, ChainGrpcExchangeApiV2, ChainGrpcExchangeTransformer, ChainGrpcExchangeTransformerV2, ChainGrpcGovApi, ChainGrpcGovTransformer, ChainGrpcIbcApi, ChainGrpcInsuranceFundApi, ChainGrpcInsuranceFundTransformer, ChainGrpcMintApi, ChainGrpcMintTransformer, ChainGrpcOracleApi, ChainGrpcPeggyApi, ChainGrpcPeggyTransformer, ChainGrpcPermissionsApi, ChainGrpcPermissionsTransformer, ChainGrpcStakingApi, ChainGrpcStakingTransformer, ChainGrpcTendermintApi, ChainGrpcTokenFactoryApi, ChainGrpcTokenFactoryTransformer, ChainGrpcTxFeesApi, ChainGrpcTxFeesTransformer, ChainGrpcWasmApi, ChainGrpcWasmTransformer, ChainGrpcWasmXApi, ChainModule, ChainRestAuthApi, ChainRestBankApi, ChainRestTendermintApi, ChainRestWasmApi, ContractCodeHistoryOperationTypeMap, GrpcMarketStatusMap, GrpcOrderTypeMap, OracleType, OracleTypeMap, OrderTypeMap, PermissionActionMap, ProposalStatusMap, VoteOptionMap };