Skip to content

Commit

Permalink
chore(contract): update deploy script to use nebra v1.1 sepolia contr…
Browse files Browse the repository at this point in the history
…act (#4)
  • Loading branch information
oyyblin committed May 22, 2024
1 parent fc408b3 commit 0bef0c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/evm-contracts/deploy/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const f: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
// deploy aggregated verifier only if on sepolia
let upaVerifierAddr = "";
if (chainId == "11155111") {
upaVerifierAddr = "0xB6D545eEe2d9B3653DaBCf1D0ea23A80FCd51B4C";
// nebra v1.1 verifier
upaVerifierAddr = "0x8bdEa1842afb8Be3b46d8fE8D6d110eDE057d7c7";
}

// 1. type registry
Expand Down

0 comments on commit 0bef0c8

Please sign in to comment.