Skip to content

Commit

Permalink
fix offchain code
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRHall committed Oct 15, 2024
1 parent 6aea1b4 commit 3ca426e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/deployment/ccip/view/v1_6/feequoter.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func GenerateFeeQuoterView(fqContract *fee_quoter.FeeQuoter, router *router1_2.R
fq.StaticConfig = FeeQuoterStaticConfig{
MaxFeeJuelsPerMsg: staticConfig.MaxFeeJuelsPerMsg.String(),
LinkToken: staticConfig.LinkToken.Hex(),
StalenessThreshold: staticConfig.StalenessThreshold,
StalenessThreshold: staticConfig.TokenPriceStalenessThreshold,
}
// find router contract in dependencies
fq.DestinationChainConfig = make(map[uint64]FeeQuoterDestChainConfig)
Expand Down

0 comments on commit 3ca426e

Please sign in to comment.