Skip to content

Commit

Permalink
Merge pull request #714 from semaphore-protocol/fix/deployed-contracts
Browse files Browse the repository at this point in the history
Update link to fetch deployed contracts on docs
  • Loading branch information
cedoor authored Mar 18, 2024
2 parents b556939 + 4b074a4 commit 65d3a41
Show file tree
Hide file tree
Showing 4 changed files with 2,135 additions and 6,851 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/components/DeployedContracts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function DeployedContracts() {

useEffect(() => {
fetch(
"https://raw.githubusercontent.com/semaphore-protocol/semaphore/feat/semaphore-v4/packages/contracts/deployed-contracts.json"
"https://raw.githubusercontent.com/semaphore-protocol/semaphore/main/packages/contracts/deployed-contracts.json"
)
.then((response) => response.json())
.catch(() => [])
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"access": "public"
},
"dependencies": {
"@zk-kit/imt.sol": "2.0.0-beta.5"
"@zk-kit/imt.sol": "2.0.0-beta.8"
}
}
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@zk-kit/imt.sol": "^2.0.0-beta.5"
"@zk-kit/imt.sol": "2.0.0-beta.8"
}
}
Loading

0 comments on commit 65d3a41

Please sign in to comment.