Skip to content

Commit

Permalink
change overhead value (#15053)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnogo authored Nov 1, 2024
1 parent 38ef179 commit 378b68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/ccip/add_lane.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func DefaultFeeQuoterDestChainConfig() fee_quoter.FeeQuoterDestChainConfig {
DestGasOverhead: 50_000,
DefaultTokenFeeUSDCents: 1,
DestGasPerPayloadByte: 10,
DestDataAvailabilityOverheadGas: 0,
DestDataAvailabilityOverheadGas: 100,
DestGasPerDataAvailabilityByte: 100,
DestDataAvailabilityMultiplierBps: 1,
DefaultTokenDestGasOverhead: 125_000,
Expand Down

0 comments on commit 378b68a

Please sign in to comment.