Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
renlulu committed Sep 13, 2024
1 parent d229f1a commit 51ed1aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arbos/l1pricing/l1PricingOldVersions.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import (
)

var (
l1PricerFundsPoolRewardsCounter = metrics.NewRegisteredCounter("arbos/l1price_funds/rewards_counter", nil)
l1PricerFundsPoolRewardsDistribution = metrics.NewRegisteredGaugeFloat64("arbos/l1price_funds/rewards_distribution", nil)
l1PricerFundsPoolDueCounter = metrics.NewRegisteredCounter("arbos/l1price_funds/due_counter", nil)
l1PricerFundsPoolDueDistribution = metrics.NewRegisteredGaugeFloat64("arbos/l1price_funds/due_distribution", nil)
l1PricerFundsPoolRewardsCounter = metrics.NewRegisteredCounter("arbos/l1price_funds_pool/rewards_counter", nil)
l1PricerFundsPoolRewardsDistribution = metrics.NewRegisteredGaugeFloat64("arbos/l1price_funds_pool/rewards_distribution", nil)
l1PricerFundsPoolDueCounter = metrics.NewRegisteredCounter("arbos/l1price_funds_pool/due_counter", nil)
l1PricerFundsPoolDueDistribution = metrics.NewRegisteredGaugeFloat64("arbos/l1price_funds_pool/due_distribution", nil)
)

func (ps *L1PricingState) _preversion10_UpdateForBatchPosterSpending(
Expand Down

0 comments on commit 51ed1aa

Please sign in to comment.