Skip to content

Commit 41181f6

Browse files
authored
ref: update semaphore version (#85)
* refactor: update semaphore version * refactor: update semaphore and feedback contract addresses
1 parent 8324a80 commit 41181f6

File tree

4 files changed

+1006
-82
lines changed

4 files changed

+1006
-82
lines changed

apps/contracts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
2121
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
2222
"@nomicfoundation/hardhat-verify": "^2.0.0",
23-
"@semaphore-protocol/core": "4.10.0",
24-
"@semaphore-protocol/hardhat": "4.10.0",
23+
"@semaphore-protocol/core": "^4.13.0",
24+
"@semaphore-protocol/hardhat": "^4.13.0",
2525
"@typechain/ethers-v6": "^0.5.0",
2626
"@typechain/hardhat": "^9.0.0",
2727
"@types/chai": "^4.2.0",
@@ -39,6 +39,6 @@
3939
"typechain": "^8.3.0"
4040
},
4141
"dependencies": {
42-
"@semaphore-protocol/contracts": "4.10.0"
42+
"@semaphore-protocol/contracts": "^4.13.0"
4343
}
4444
}

apps/web-app/.env.production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NEXT_PUBLIC_DEFAULT_NETWORK=sepolia
22
NEXT_PUBLIC_INFURA_API_KEY=abf67af1010b4b8d877e04244f1eac3d
3-
NEXT_PUBLIC_FEEDBACK_CONTRACT_ADDRESS=0xC606062c3D14a7F0c6D711371A40A7DeaDB99879
4-
NEXT_PUBLIC_SEMAPHORE_CONTRACT_ADDRESS=0x697c80d1F2654e88d52B16154929EB976568DB04
3+
NEXT_PUBLIC_FEEDBACK_CONTRACT_ADDRESS=0x3f0072B0B0812bb033340D43d093D07c9DFb8188
4+
NEXT_PUBLIC_SEMAPHORE_CONTRACT_ADDRESS=0x8A1fd199516489B0Fb7153EB5f075cDAC83c693D
55
NEXT_PUBLIC_OPENZEPPELIN_AUTOTASK_WEBHOOK=https://api.defender.openzeppelin.com/actions/20fce2ae-844b-4ec0-a6a2-90a3350a9d2c/runs/webhook/303216d1-fa7d-4fca-8c5b-7ba1ba544fc7/2T7i9xrkZA5j37hoaQLUuw
66
NEXT_PUBLIC_GELATO_RELAYER_ENDPOINT=https://api.gelato.digital/relays/v2/sponsored-call
77
NEXT_PUBLIC_GELATO_RELAYER_CHAIN_ID=11155111

apps/web-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@chakra-ui/theme-tools": "^2.1.2",
1616
"@emotion/react": "^11.11.3",
1717
"@emotion/styled": "^11.11.0",
18-
"@semaphore-protocol/core": "4.10.0",
19-
"@semaphore-protocol/data": "4.10.0",
18+
"@semaphore-protocol/core": "^4.13.0",
19+
"@semaphore-protocol/data": "^4.13.0",
2020
"ethers": "^6.11.0",
2121
"framer-motion": "^11.0.5",
2222
"next": "14.1.0",

0 commit comments

Comments
 (0)