We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255b889 commit 0828d98Copy full SHA for 0828d98
1 file changed
contracts/scripts/anvil/deploy_risc0_contracts.sh
@@ -21,7 +21,8 @@ export DEPLOYER_PRIVATE_KEY='0x5de4111afa1a4b94908f83103eb1f1706367c2e68ca870fc3
21
forge script script/deploy/Risc0Groth16VerifierDeployer.s.sol:Risc0VerifierRouterDeployer \
22
--rpc-url $RPC_DEVNET \
23
--private-key $DEPLOYER_PRIVATE_KEY \
24
- --broadcast
+ --broadcast \
25
+ --via-ir
26
27
# Kill the anvil process to save state
28
pkill anvil
0 commit comments