We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5a136 commit ea68bdaCopy full SHA for ea68bda
2 files changed
contracts/contracts/ccip/fee_quoter/messages.tolk
@@ -80,5 +80,5 @@ fun FeeQuoter_Costs.GetValidatedFee(): int {
80
81
fun FeeQuoter_Costs.updatePrices(): int {
82
// when we support token transfers the message value amount should depend on the quantity of supported tokens
83
- return ton("0.01");
+ return ton("0.02");
84
}
pkg/ccip/ocr/config.go
@@ -16,8 +16,8 @@ type Config struct {
16
17
18
var DefaultConfigSet = Config{
19
- CommitPriceUpdateOnlyCostTON: 0.03,
20
- CommitPriceAndRootCostTON: 0.05,
+ CommitPriceUpdateOnlyCostTON: 0.04,
+ CommitPriceAndRootCostTON: 0.06,
21
ExecuteCostTON: 0.085,
22
23
0 commit comments