Skip to content

Commit

Permalink
fix: updated verifier contracts that generated with specific patu file
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Sep 7, 2023
1 parent d5f7d53 commit f4ee087
Show file tree
Hide file tree
Showing 18 changed files with 4,576 additions and 4,570 deletions.
4 changes: 2 additions & 2 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ futures = "0.3.28"
num-bigint = "0.4.3"
serde = { version = "1.0.166", features = ["derive"] }
snark-verifier-sdk = { git = "https://github.com/privacy-scaling-explorations/snark-verifier", version = "0.1.1" }
ethers = { version = "2.0.7", default_features = false, features = ["ethers-solc"] }
ethers = { version = "2.0.7", default-features = false, features = ["ethers-solc"] }
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1.0.64"
tokio = { version = "1.7.1", features = ["full"] }
base64 = "0.13"
bincode = "1.3.3"

[build-dependencies]
ethers = { version = "2.0.7", default_features = false, features = ["ethers-solc"] }
ethers = { version = "2.0.7", default-features = false, features = ["ethers-solc"] }
2 changes: 1 addition & 1 deletion backend/src/contracts/abi/InclusionVerifier.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/src/contracts/abi/SolvencyVerifier.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/src/contracts/abi/Summa.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/src/contracts/deployments.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "31337": { "address": "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707" } }
{"31337":{"address":"0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0"}}
Loading

0 comments on commit f4ee087

Please sign in to comment.