Skip to content

Commit ea68bda

Browse files
bump value attached to UpdatePrices
1 parent ef5a136 commit ea68bda

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

contracts/contracts/ccip/fee_quoter/messages.tolk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ fun FeeQuoter_Costs.GetValidatedFee(): int {
8080

8181
fun FeeQuoter_Costs.updatePrices(): int {
8282
// when we support token transfers the message value amount should depend on the quantity of supported tokens
83-
return ton("0.01");
83+
return ton("0.02");
8484
}

pkg/ccip/ocr/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ type Config struct {
1616
}
1717

1818
var DefaultConfigSet = Config{
19-
CommitPriceUpdateOnlyCostTON: 0.03,
20-
CommitPriceAndRootCostTON: 0.05,
19+
CommitPriceUpdateOnlyCostTON: 0.04,
20+
CommitPriceAndRootCostTON: 0.06,
2121
ExecuteCostTON: 0.085,
2222
}
2323

0 commit comments

Comments
 (0)