Skip to content

Commit

Permalink
fix deploy-core.js
Browse files Browse the repository at this point in the history
  • Loading branch information
barrasso committed Mar 28, 2024
1 parent e2a0b42 commit 364e542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/src/commands/deploy/deploy-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ module.exports = async ({
await deployer.deployContract({
name: 'DynamicSynthRedeemer',
deps: ['AddressResolver'],
args: [addressOf(readProxyForResolver)],
args: [account, addressOf(readProxyForResolver)],
});

await deployer.deployContract({
Expand Down

0 comments on commit 364e542

Please sign in to comment.