Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@semaphore-protocol/core": "4.10.0",
"@semaphore-protocol/hardhat": "4.10.0",
"@semaphore-protocol/core": "^4.13.0",
"@semaphore-protocol/hardhat": "^4.13.0",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.2.0",
Expand All @@ -39,6 +39,6 @@
"typechain": "^8.3.0"
},
"dependencies": {
"@semaphore-protocol/contracts": "4.10.0"
"@semaphore-protocol/contracts": "^4.13.0"
}
}
4 changes: 2 additions & 2 deletions apps/web-app/.env.production
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NEXT_PUBLIC_DEFAULT_NETWORK=sepolia
NEXT_PUBLIC_INFURA_API_KEY=abf67af1010b4b8d877e04244f1eac3d

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to these changes and non-blocking, but is this a real api key in source control?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! This is just a test API key running client-side, which is why it starts with NEXT_PUBLIC. It's only for boilerplate/testing purposes, it's free with a limited number of calls. We've never had issues with this before, but if needed, we can set restrictions on the Infura side (e.g., limit it to a specific URL or contract).

NEXT_PUBLIC_FEEDBACK_CONTRACT_ADDRESS=0xC606062c3D14a7F0c6D711371A40A7DeaDB99879
NEXT_PUBLIC_SEMAPHORE_CONTRACT_ADDRESS=0x697c80d1F2654e88d52B16154929EB976568DB04
NEXT_PUBLIC_FEEDBACK_CONTRACT_ADDRESS=0x3f0072B0B0812bb033340D43d093D07c9DFb8188
NEXT_PUBLIC_SEMAPHORE_CONTRACT_ADDRESS=0x8A1fd199516489B0Fb7153EB5f075cDAC83c693D
NEXT_PUBLIC_OPENZEPPELIN_AUTOTASK_WEBHOOK=https://api.defender.openzeppelin.com/actions/20fce2ae-844b-4ec0-a6a2-90a3350a9d2c/runs/webhook/303216d1-fa7d-4fca-8c5b-7ba1ba544fc7/2T7i9xrkZA5j37hoaQLUuw
NEXT_PUBLIC_GELATO_RELAYER_ENDPOINT=https://api.gelato.digital/relays/v2/sponsored-call
NEXT_PUBLIC_GELATO_RELAYER_CHAIN_ID=11155111
Expand Down
4 changes: 2 additions & 2 deletions apps/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@chakra-ui/theme-tools": "^2.1.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@semaphore-protocol/core": "4.10.0",
"@semaphore-protocol/data": "4.10.0",
"@semaphore-protocol/core": "^4.13.0",
"@semaphore-protocol/data": "^4.13.0",
"ethers": "^6.11.0",
"framer-motion": "^11.0.5",
"next": "14.1.0",
Expand Down
Loading