Skip to content

Commit

Permalink
Remove strategies (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored Aug 2, 2021
1 parent 3208201 commit db658b0
Show file tree
Hide file tree
Showing 294 changed files with 4 additions and 20,769 deletions.
41 changes: 1 addition & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.1.11",
"version": "0.2.0",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand All @@ -17,15 +17,12 @@
"@ethersproject/providers": "^5.3.1",
"@ethersproject/solidity": "^5.0.10",
"@ethersproject/strings": "^5.0.5",
"@ethersproject/units": "^5.0.3",
"@ethersproject/wallet": "^5.4.0",
"ajv": "^8.6.0",
"ajv-formats": "^2.1.0",
"cross-fetch": "^3.0.6",
"eth-ens-namehash": "^2.0.8",
"json-to-graphql-query": "^2.0.0",
"lodash.set": "^4.3.2",
"lodash.tonumber": "^4.0.3"
"lodash.set": "^4.3.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
Expand All @@ -34,7 +31,6 @@
"@types/node": "^13.9.5",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"bluebird": "^3.7.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import Client from './client';
import plugins from './plugins';
import strategies from './strategies';
import schemas from './schemas';
import utils from './utils';

export default {
Client,
plugins,
strategies,
schemas,
utils
};
11 changes: 0 additions & 11 deletions src/strategies/aave-governance-power/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions src/strategies/aave-governance-power/examples.json

This file was deleted.

79 changes: 0 additions & 79 deletions src/strategies/aave-governance-power/index.ts

This file was deleted.

14 changes: 0 additions & 14 deletions src/strategies/aavegotchi-agip/examples.json

This file was deleted.

129 changes: 0 additions & 129 deletions src/strategies/aavegotchi-agip/index.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/strategies/aavegotchi/examples.json

This file was deleted.

Loading

0 comments on commit db658b0

Please sign in to comment.