Skip to content

Commit

Permalink
fix: ⚡ fixed typeCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiabbasi committed Jan 21, 2025
1 parent 6022ca0 commit 0f9db1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/chain/antelope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
IAsset,
ExplorerOptions,
AbstractTransactionReceipt,
VestedTokens,
} from './types';
import {
ABI,
Expand Down Expand Up @@ -46,7 +47,6 @@ import { hexToBytes, bytesToHex } from 'did-jwt';
import { ApplicationErrors, throwError } from '../errors';
import { captureError } from '../sentry';
import { AntelopePushTransactionError, HttpError } from '@tonomy/tonomy-id-sdk';
import { VestedTokens } from '../tokenRegistry';
import Decimal from 'decimal.js';

const vestingContract = VestingContract.Instance;
Expand Down
2 changes: 1 addition & 1 deletion src/utils/chain/etherum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import {
AbstractTransactionReceipt,
IAsset,
ChainType,
VestedTokens,
} from './types';
import settings from '../../settings';
import { SessionTypes, SignClientTypes } from '@walletconnect/types';
Expand All @@ -38,7 +39,6 @@ import Debug from '../debug';
import { ApplicationErrors, throwError } from '../errors';
import { KeyValue } from '../strings';
import Decimal from 'decimal.js';
import { VestedTokens } from '../tokenRegistry';

const debug = Debug('tonomy-id:utils:chain:ethereum');

Expand Down

0 comments on commit 0f9db1f

Please sign in to comment.