Skip to content

Commit

Permalink
Replace duplicate code with snapshot.js (snapshot-labs#44)
Browse files Browse the repository at this point in the history
* Replace duplicate code with snapshot.js

* revert tsconfig

* Remove networks.json and move subgraph url

* Remove unused file

* Remove unused dependency

Co-authored-by: bonustrack <[email protected]>
  • Loading branch information
ChaituVR and bonustrack authored Aug 30, 2021
1 parent 503b2f4 commit 6b69b76
Show file tree
Hide file tree
Showing 35 changed files with 1,485 additions and 4,754 deletions.
5,232 changes: 1,434 additions & 3,798 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"@ethersproject/strings": "^5.0.5",
"@ethersproject/units": "^5.0.3",
"@ethersproject/wallet": "^5.4.0",
"@snapshot-labs/snapshot.js": "^0.2.0",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/v3-sdk": "^3.3.1",
"cross-fetch": "^3.0.6",
"eth-ens-namehash": "^2.0.8",
"json-to-graphql-query": "^2.0.0",
"lodash.set": "^4.3.2"
"json-to-graphql-query": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.23",
Expand All @@ -51,7 +51,7 @@
"eslint-plugin-prettier": "^3.4.0",
"jest": "^26.6.3",
"prettier": "2.2.0",
"typescript": "^3.8.3"
"typescript": "^4.2.3"
},
"engines": {
"node": ">=14"
Expand Down
9 changes: 0 additions & 9 deletions src/gateways.json

This file was deleted.

Loading

0 comments on commit 6b69b76

Please sign in to comment.