Skip to content

Commit

Permalink
fix: Change path of types import (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Jul 16, 2024
1 parent 0406632 commit a867f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/strategies/delegate-registry-v2/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fetch from 'cross-fetch';
import { StaticJsonRpcProvider } from '@ethersproject/providers';
import { Strategy } from '@snapshot-labs/snapshot.js/dist/voting/types';
import { Strategy } from '@snapshot-labs/snapshot.js/dist/src/voting/types';
import { getScoresDirect } from '../../utils';
import { getAddress } from '@ethersproject/address';

Expand Down
2 changes: 1 addition & 1 deletion src/strategies/split-delegation/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fetch from 'cross-fetch';
import { StaticJsonRpcProvider } from '@ethersproject/providers';
import { Strategy } from '@snapshot-labs/snapshot.js/dist/voting/types';
import { Strategy } from '@snapshot-labs/snapshot.js/dist/src/voting/types';

export const author = 'gnosisguild';
export const version = '1.0.0';
Expand Down

0 comments on commit a867f38

Please sign in to comment.