Skip to content

Commit

Permalink
Fix weth price decimal (#15090)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnogo authored Nov 4, 2024
1 parent d66ef69 commit 162884f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/ccip/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const (

var (
MockLinkPrice = big.NewInt(5e18)
MockWethPrice = big.NewInt(9e18)
MockWethPrice = big.NewInt(9e8)
// MockDescriptionToTokenSymbol maps a mock feed description to token descriptor
MockDescriptionToTokenSymbol = map[string]TokenSymbol{
MockLinkAggregatorDescription: LinkSymbol,
Expand Down

0 comments on commit 162884f

Please sign in to comment.