Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarreif committed Jan 14, 2021
1 parent 5391a79 commit 12137b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain/tezos/contracts/tzip12/FA2Helper.ts
Expand Up @@ -4,7 +4,7 @@ import {KeyStore, Signer} from '../../../../types/ExternalInterfaces';
import {TezosNodeWriter} from '../../TezosNodeWriter';
import {TezosParameterFormat} from '../../../../types/tezos/TezosChainTypes';
import {TezosNodeReader} from '../../TezosNodeReader';
import {TezosMessageUtils} from 'chain/tezos/TezosMessageUtil';
import {TezosMessageUtils} from '../../TezosMessageUtil';

export interface Storage {
admin: string;
Expand Down

0 comments on commit 12137b1

Please sign in to comment.