Skip to content

Commit

Permalink
Thorchainquery cryptoamount removed
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3gasus committed Dec 12, 2023
1 parent 220e15f commit 94bd7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/xchain-thorchain-amm/src/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { EVMClientParams } from '@xchainjs/xchain-evm'
import { Client as LtcClient, LTCChain, defaultLtcParams } from '@xchainjs/xchain-litecoin'
import { Client as MayaClient, MAYAChain, MayachainClientParams } from '@xchainjs/xchain-mayachain'
import { Client as ThorClient, THORChain, ThorchainClient, ThorchainClientParams } from '@xchainjs/xchain-thorchain'
import { CryptoAmount, ThorchainQuery } from '@xchainjs/xchain-thorchain-query'
import { Address, Asset, assetFromString } from '@xchainjs/xchain-util'
import { ThorchainQuery } from '@xchainjs/xchain-thorchain-query'
import { Address, Asset, CryptoAmount, assetFromString } from '@xchainjs/xchain-util'
import { Client as UTXOClient, UtxoClientParams } from '@xchainjs/xchain-utxo'

import {
Expand Down

0 comments on commit 94bd7ee

Please sign in to comment.