Skip to content

Commit

Permalink
♻️ Fix cosmjs-types import
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jun 27, 2023
1 parent 995d0cf commit e95743d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/services/cosmos/cosmos.utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/camelcase */
import BigNumber from "bignumber.js"
import { DelegationDelegatorReward } from "@cosmjs/stargate/build/codec/cosmos/distribution/v1beta1/distribution";
import { DelegationDelegatorReward } from "cosmjs-types/cosmos/distribution/v1beta1/distribution";
import {
Commission,
CommissionRates,
Expand All @@ -11,7 +11,7 @@ import {
UnbondingDelegation,
UnbondingDelegationEntry,
Validator
} from "@cosmjs/stargate/build/codec/cosmos/staking/v1beta1/staking";
} from "cosmjs-types/cosmos/staking/v1beta1/staking";
import { Coin, DecCoin } from "cosmjs-types/cosmos/base/v1beta1/coin";

import {
Expand Down

0 comments on commit e95743d

Please sign in to comment.