Skip to content

Commit

Permalink
Merge pull request #89 from hyperweb-io/remove-third-party-deps
Browse files Browse the repository at this point in the history
fix deps in starship test
  • Loading branch information
Zetazzz authored Feb 12, 2025
2 parents 0d3ca45 + 52576b5 commit 26d83de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions libs/interchainjs/starship/__tests__/authz.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import "./setup.test";

import { generateMnemonic } from "@confio/relayer/build/lib/helpers";
import { assertIsDeliverTxSuccess } from "@cosmjs/stargate";
import { DirectSecp256k1HdWallet } from "@cosmjs/proto-signing";
import { assertIsDeliverTxSuccess } from '@interchainjs/cosmos/utils';
import { useChain } from 'starshipjs';

import {
Expand Down
2 changes: 1 addition & 1 deletion libs/interchainjs/starship/__tests__/gov.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import './setup.test';

import { Asset } from '@chain-registry/types';
import { generateMnemonic } from '@confio/relayer/build/lib/helpers';
import { assertIsDeliverTxSuccess } from '@cosmjs/stargate';
import { assertIsDeliverTxSuccess } from '@interchainjs/cosmos/utils';
import {
AminoGenericOfflineSigner,
DirectGenericOfflineSigner,
Expand Down
2 changes: 1 addition & 1 deletion libs/interchainjs/starship/__tests__/staking.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import './setup.test';
import { ChainInfo } from '@chain-registry/client';
import { Asset } from '@chain-registry/types';
import { generateMnemonic } from '@confio/relayer/build/lib/helpers';
import { assertIsDeliverTxSuccess } from '@cosmjs/stargate';
import { assertIsDeliverTxSuccess } from '@interchainjs/cosmos/utils';
import { DirectGenericOfflineSigner, OfflineDirectSigner } from '@interchainjs/cosmos/types/wallet';
import { Secp256k1HDWallet } from '@interchainjs/cosmos/wallets/secp256k1hd';
import {
Expand Down
2 changes: 1 addition & 1 deletion libs/interchainjs/starship/__tests__/token.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import './setup.test';
import { ChainInfo } from '@chain-registry/client';
import { Asset } from '@chain-registry/types';
import { generateMnemonic } from '@confio/relayer/build/lib/helpers';
import { assertIsDeliverTxSuccess } from '@cosmjs/stargate';
import { assertIsDeliverTxSuccess } from '@interchainjs/cosmos/utils';
import { DirectGenericOfflineSigner, OfflineDirectSigner } from '@interchainjs/cosmos/types/wallet';
import { Secp256k1HDWallet } from '@interchainjs/cosmos/wallets/secp256k1hd';
import { MsgTransfer } from 'interchainjs/ibc/applications/transfer/v1/tx';
Expand Down

0 comments on commit 26d83de

Please sign in to comment.