Skip to content

Commit

Permalink
fix(types): json abi
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha committed Oct 27, 2021
1 parent 5d6d01b commit 4c6b1d6
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 26,571 deletions.
3 changes: 2 additions & 1 deletion packages/sdk-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/manifoldfinance/openmev-sdk.git"
"url": "git+https://github.com/manifoldfinance/openmev-sdk.git",
"directory": "packages/sdk-connect"
},
"scripts": {
"test": "npx tsdx test",
Expand Down
6 changes: 4 additions & 2 deletions packages/sdk-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
"solidity",
"sdk",
"mev",
"blockchain"
"blockchain",
"front running",
"flashbots"
],
"author": "Manifold Finance, Inc <janitor@manifoldfinance.com>",
"license": "SEE LICENSE IN LICENSE",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/manifoldfinance/openmev-sdk.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/sushi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: $DIRECTORY_PAYLOAD \" && exit 0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 4c6b1d6

Please sign in to comment.