fix: update link to fetch deployed contracts on docs

This commit is contained in:
cedoor
2024-03-18 19:48:48 +00:00
parent 3b167fb46c
commit a875e07ec2
2 changed files with 2068 additions and 6775 deletions

View File

@@ -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(() => [])

8841
yarn.lock

File diff suppressed because it is too large Load Diff