Skip to content

Commit

Permalink
ci: deploying plonk when flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Aug 29, 2024
1 parent 8c5c86b commit 6acdf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/initializeContracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ async function initializeContracts({
verbose
})

// proxies.PlonkVerifier = await deployLibrary('PlonkVerifier', addresses, cache, roles.deployerSigner)
if (DEPLOY_DLEQ) { proxies.PlonkVerifier = await deployLibrary('PlonkVerifier', addresses, cache, roles.deployerSigner) }

if (DEPLOY_AAVE) { proxies.AaveCreditVault = await deployLibrary('AaveCreditVault', addresses, cache, roles.deployerSigner) }

Expand Down

0 comments on commit 6acdf7e

Please sign in to comment.