Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Jan 3, 2024
1 parent 26b82bf commit 680837d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { gasLimitRecommendations } from 'contract-helpers/src/commons/utils';
import { BigNumber, PopulatedTransaction, providers } from 'ethers';
import { tEthereumAddress, ENS, ProtocolAction } from '../../commons/types';
import { gasLimitRecommendations } from '../../commons/utils';
import { MetaDelegateHelper } from '../typechain/MetaDelegateHelper';
import { MetaDelegateHelper__factory } from '../typechain/factories/MetaDelegateHelper__factory';
export enum DelegationType {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ChainId, ProtocolAction } from 'contract-helpers/src/commons/types';
import { gasLimitRecommendations } from 'contract-helpers/src/commons/utils';
import { BigNumber, PopulatedTransaction, providers } from 'ethers';
import { ChainId, ProtocolAction } from '../../commons/types';
import { gasLimitRecommendations } from '../../commons/utils';
import {
GovernanceCore,
GovernanceCoreInterface,
Expand Down

0 comments on commit 680837d

Please sign in to comment.