Skip to content

Commit

Permalink
🚨 Fix import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jul 20, 2022
1 parent 40053ed commit adfe728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util/cosmos/iscn.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
import { DirectSecp256k1Wallet } from '@cosmjs/proto-signing';
import BigNumber from 'bignumber.js';
import { ISCNQueryClient, ISCNSigningClient } from '@likecoin/iscn-js';
export { parseTxInfoFromIndexedTx } from '@likecoin/iscn-js/dist/messages/parsing';
import { getAccountInfo, isValidAddress, convertAddressPrefix } from '.';
import { getUserWithCivicLikerProperties } from '../api/users/getPublicInfo';
import { COSMOS_PRIVATE_KEY } from '../../../config/secret';
import { COSMOS_RPC_ENDPOINT, COSMOS_SIGNING_RPC_ENDPOINT } from '../../../config/config';

export { parseTxInfoFromIndexedTx } from '@likecoin/iscn-js/dist/messages/parsing';

let queryClient = null;
let signingClient = null;
let signingWallet = null;
Expand Down

0 comments on commit adfe728

Please sign in to comment.