We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8dac1 commit 90fd66dCopy full SHA for 90fd66d
1 file changed
pkg/code/async/nonce/metrics.go
@@ -43,7 +43,7 @@ func (p *service) metricsGaugeWorker(ctx context.Context) error {
43
if err != nil {
44
continue
45
}
46
- recordNonceCountEvent(ctx, nonce.EnvironmentCvm, common.CodeVmAccount.PublicKey().ToBase58(), state, nonce.PurposeClientTransaction, count)
+ recordNonceCountEvent(ctx, nonce.EnvironmentCvm, "Bii3UFB9DzPq6UxgewF5iv9h1Gi8ZnP6mr7PtocHGNta", state, nonce.PurposeClientTransaction, count)
47
48
count, err = p.data.GetNonceCountByStateAndPurpose(ctx, nonce.EnvironmentSolana, nonce.EnvironmentInstanceSolanaMainnet, state, nonce.PurposeOnDemandTransaction)
49
0 commit comments