Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-sekara committed Oct 23, 2024
1 parent b1f67f7 commit 470b448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func ProveWithdrawal(
helpers.ConfirmTXMined(context.Background(), l1Client, tx, int64(l1ChainID), "ProveWithdrawal")
}

// nolint
func ProveWithdrawalViaRebalancer(
env multienv.Env,
l1ChainID,
Expand Down
2 changes: 2 additions & 0 deletions core/scripts/ccip/liquiditymanager/opstack/send_to_l2.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var (
rebalancerABI = abihelpers.MustParseABI(liquiditymanager.LiquidityManagerMetaData.ABI)
)

// nolint
func SendToL2(
env multienv.Env,
l1ChainID uint64,
Expand Down Expand Up @@ -115,6 +116,7 @@ func scaleGasCost(gasCost uint64) uint64 {
return gasCost * 18 / 10
}

// nolint
func SendToL2ViaRebalancer(
env multienv.Env,
l1ChainID,
Expand Down

0 comments on commit 470b448

Please sign in to comment.