Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pagination strategy from strategies #885

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@ethersproject/strings": "^5.6.1",
"@ethersproject/units": "^5.6.1",
"@ethersproject/wallet": "^5.6.2",
"@snapshot-labs/score-api": "https://github.com/snapshot-labs/score-api#master",
"@snapshot-labs/snapshot.js": "^0.4.39",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/v3-sdk": "^3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/strategies/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { readFileSync } from 'fs';
import path from 'path';
import { strategy as pagination } from '@snapshot-labs/score-api';

import * as dpsNFTStrategy from './dps-nft-strategy';
import * as nounsPower from './nouns-rfp-power';
Expand Down Expand Up @@ -108,7 +109,6 @@ import * as erc1155BalanceOfCv from './erc1155-balance-of-cv';
import * as erc1155WithMultiplier from './erc1155-with-multiplier';
import * as compLikeVotes from './comp-like-votes';
import * as governorAlpha from './governor-alpha';
import * as pagination from './pagination';
import * as rulerStakedToken from './ruler-staked-token';
import * as rulerStakedLP from './ruler-staked-lp';
import * as xcover from './xcover';
Expand Down
40 changes: 0 additions & 40 deletions src/strategies/pagination/examples.json

This file was deleted.

33 changes: 0 additions & 33 deletions src/strategies/pagination/index.ts

This file was deleted.

Loading