Skip to content

Commit 58a45e9

Browse files
committed
Merge branch 'across-2.5/deployments' of https://github.com/across-protocol/contracts-v2 into across-2.5/deployments
2 parents 7e0f800 + 5219b0e commit 58a45e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SpokePool.SlowRelay.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ describe("SpokePool Slow Relay Logic", async function () {
456456
slowFills.find(
457457
(slowFill) =>
458458
slowFill.relayData.destinationToken === destErc20.address &&
459-
slowFill.payoutAdjustmentPct.toString() === ethers.utils.parseEther("101").toString()
459+
slowFill.payoutAdjustmentPct.eq(ethers.utils.parseEther("101"))
460460
)!
461461
)
462462
)

0 commit comments

Comments
 (0)