Skip to content

Commit

Permalink
feat: allow user submitted proofs (#38)
Browse files Browse the repository at this point in the history
* feat: allow user submitted proofs

* Fix build
  • Loading branch information
sanjayprabhu authored Jul 15, 2023
1 parent a2866b6 commit 529070a
Show file tree
Hide file tree
Showing 15 changed files with 1,840 additions and 140 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"build": "rm -rf ./build && tsc --project ./tsconfig.json",
"test": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' ENVIRONMENT=test jest --detectOpenHandles --forceExit",
"lint": "eslint . --ext .ts",
"abi": "typechain --node16-modules --target ethers-v6 --out-dir src/abi src/abi/*.abi",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@farcaster/hub-nodejs": "^0.8.3",
"@chainlink/ccip-read-server": "^0.2.1",
"@farcaster/hub-nodejs": "^0.8.3",
"body-parser": "^1.20.2",
"dd-trace": "^4.4.0",
"dotenv": "^16.3.1",
Expand All @@ -29,6 +30,7 @@
"postgres": "^3.3.5"
},
"devDependencies": {
"@typechain/ethers-v6": "^0.4.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.3",
"@types/node": "^20.2.6",
Expand All @@ -44,6 +46,7 @@
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typechain": "^8.2.0",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit 529070a

Please sign in to comment.