Skip to content

Commit

Permalink
fixes gas amount for arbitrum sequencer uptime feed hardhat test
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-de-leon-cll committed Jan 25, 2024
1 parent f27c815 commit 61796eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ describe('ArbitrumSequencerUptimeFeed', () => {
// Assert update
expect(await arbitrumSequencerUptimeFeed.latestAnswer()).to.equal(1)
expect(updateTx.cumulativeGasUsed.toNumber()).to.be.closeTo(
93015,
93129,
gasUsedDeviation,
)
})
Expand Down

0 comments on commit 61796eb

Please sign in to comment.