Skip to content

Commit a6e18cc

Browse files
committed
v2 default
1 parent 07b603c commit a6e18cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deployment/lanes/lane_update.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ func DefaultFeeQuoterDestChainConfig(configEnabled bool, selector uint64) FeeQuo
223223
DestDataAvailabilityMultiplierBps: 1,
224224
GasMultiplierWeiPerEth: 11e17,
225225
},
226+
V2Params: &FeeQuoterV2Params{
227+
LinkFeeMultiplierPercent: 90,
228+
USDPerUnitGas: big.NewInt(1e6),
229+
},
226230
}
227231
family, _ := chain_selectors.GetSelectorFamily(selector)
228232
switch family {

0 commit comments

Comments
 (0)