Skip to content

Commit

Permalink
fix gas snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jhweintraub committed Dec 17, 2024
1 parent e617a8f commit cef944c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contracts/gas-snapshots/ccip.gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ CCIPHome_setCandidate:test_setCandidate_success() (gas: 1365439)
CCIPHome_supportsInterface:test_supportsInterface_success() (gas: 9885)
DefensiveExampleTest:test_HappyPath_Success() (gas: 200540)
DefensiveExampleTest:test_Recovery() (gas: 425013)
E2E:test_E2E_3MessagesMMultiOffRampSuccess_gas() (gas: 1512665)
E2E:test_E2E_3MessagesMMultiOffRampSuccess_gas() (gas: 1513205)
ERC165CheckerTest:test_supportsInterface() (gas: 8450)
EtherSenderReceiverTest_ccipReceive:test_ccipReceive_fallbackToWethTransfer() (gas: 96980)
EtherSenderReceiverTest_ccipReceive:test_ccipReceive_happyPath() (gas: 49812)
Expand Down Expand Up @@ -488,10 +488,10 @@ OffRamp_setDynamicConfig:test_FeeQuoterZeroAddress_Revert() (gas: 11465)
OffRamp_setDynamicConfig:test_NonOwner_Revert() (gas: 13975)
OffRamp_setDynamicConfig:test_SetDynamicConfigWithInterceptor_Success() (gas: 47491)
OffRamp_setDynamicConfig:test_SetDynamicConfig_Success() (gas: 25464)
OffRamp_trialExecute:test_trialExecute() (gas: 271859)
OffRamp_trialExecute:test_trialExecute_RateLimitError() (gas: 127545)
OffRamp_trialExecute:test_trialExecute_TokenHandlingErrorIsCaught() (gas: 138855)
OffRamp_trialExecute:test_trialExecute_TokenPoolIsNotAContract() (gas: 289500)
OffRamp_trialExecute:test_trialExecute() (gas: 272039)
OffRamp_trialExecute:test_trialExecute_RateLimitError() (gas: 127605)
OffRamp_trialExecute:test_trialExecute_TokenHandlingErrorIsCaught() (gas: 138915)
OffRamp_trialExecute:test_trialExecute_TokenPoolIsNotAContract() (gas: 289680)
OnRampTokenPoolReentrancy:test_OnRampTokenPoolReentrancy_Success() (gas: 251893)
OnRamp_applyAllowlistUpdates:test_applyAllowlistUpdates_InvalidAllowListRequestDisabledAllowListWithAdds() (gas: 17227)
OnRamp_applyAllowlistUpdates:test_applyAllowlistUpdates_Revert() (gas: 67101)
Expand Down

0 comments on commit cef944c

Please sign in to comment.