In the constructor inside the for loop each time we are pushing the token address to s_collateralTokens
array, which increases gas cost. We can initialize the whole array after the loop to save gas.
https://github.com/Cyfrin/2023-07-foundry-defi-stablecoin/blob/main/src/DSCEngine.sol#L120
Calculation Type | Before | After | Gas Saved |
---|---|---|---|
Avg | 1004332 | 1004238 | 94 |
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.