diff --git a/core/gethwrappers/ccip/deployment_test/deployment_test.go b/core/gethwrappers/ccip/deployment_test/deployment_test.go index 3c13b238207..698b30c2066 100644 --- a/core/gethwrappers/ccip/deployment_test/deployment_test.go +++ b/core/gethwrappers/ccip/deployment_test/deployment_test.go @@ -73,9 +73,9 @@ func TestDeployAllV1_6(t *testing.T) { owner, chain, fee_quoter.FeeQuoterStaticConfig{ - MaxFeeJuelsPerMsg: big.NewInt(1e18), - LinkToken: common.HexToAddress("0x1"), - TokenStalenessThreshold: 10, + MaxFeeJuelsPerMsg: big.NewInt(1e18), + LinkToken: common.HexToAddress("0x1"), + TokenPriceStalenessThreshold: 10, }, []common.Address{common.HexToAddress("0x1")}, []common.Address{common.HexToAddress("0x2")},