Skip to content

Commit 239da15

Browse files
committed
Update 2 lines in deploy.ts
1 parent 263f4a0 commit 239da15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deploy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ task('deploy:amplforce:testnet', 'Deploy ampleforth contract suite for testnet')
122122
await waitFor(policy.setDeviationThreshold(DEVIATION_TRESHOLD))
123123
await waitFor(policy.setRebaseFunctionPositiveGrowth(POSITIVE_GROWTH))
124124
await waitFor(policy.setRebaseFunctionNegativeGrowth(NEGATIVE_GROWTH))
125-
await waitFor(policy.setRebaseFunctionLowerPercentage(LOWER))
126-
await waitFor(policy.setRebaseFunctionUpperPercentage(UPPER))
125+
await waitFor(policy.setRebaseFunctionNegativePercentageLimit(LOWER))
126+
await waitFor(policy.setRebaseFunctionPositivePercentageLimit(UPPER))
127127
await waitFor(
128128
policy.setRebaseTimingParameters(
129129
MIN_REBASE_INTERVAL,

0 commit comments

Comments
 (0)