Skip to content

Commit 485e601

Browse files
authored
fix label (#422)
1 parent c0b6a58 commit 485e601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring/pkg/monitoring/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var (
3636
Name: "strk_contract_balance",
3737
Help: "Reports the latest STRK balance of a contract address",
3838
},
39-
[]string{"contract_address", "alias", "network_id", "network_name"},
39+
[]string{"contract_address", "alias", "network_id", "network_name", "chain_id"},
4040
)
4141
)
4242

0 commit comments

Comments
 (0)