Skip to content

Commit

Permalink
Fix for SupplySchedule - must use the ERC20 proxy (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
justin j. moses authored Jun 23, 2021
1 parent e5c3ae7 commit 4f0cd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish/src/commands/deploy/configure-legacy-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ module.exports = async ({
contract: 'SupplySchedule',
target: SupplySchedule,
read: 'synthetixProxy',
expected: input => input === addressOf(ProxySynthetix),
expected: input => input === addressOf(ProxyERC20),
write: 'setSynthetixProxy',
writeArg: addressOf(ProxySynthetix),
writeArg: addressOf(ProxyERC20),
});
}

Expand Down

0 comments on commit 4f0cd3b

Please sign in to comment.