Skip to content

Commit 90cec68

Browse files
feat: add set token rate viewer contract (#126)
1 parent abd819f commit 90cec68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/ethereum/flashMintLeveragedCompIntegration.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ if (process.env.INTEGRATIONTEST) {
309309
: await inputToken.balanceOf(owner.address);
310310
let inputSpent = inputBalanceBefore.sub(inputBalanceAfter);
311311

312+
312313
if (inputTokenName == "ETH") {
313314
const gasFee = await exchangeIssuance.estimateGas.issueExactSetFromETH(
314315
subjectSetToken,

0 commit comments

Comments
 (0)