Skip to content

Commit

Permalink
add wemix & kroma to metrics (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR authored Nov 14, 2023
1 parent 36df2c2 commit 9488826
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/services/ocr2/plugins/ccip/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ func ChainName(chainID int64) string {
return "polygon-mainnet"
case 420:
return "ethereum-testnet-goerli-optimism-1"
case 1112:
return "wemix-testnet"
case 2358:
return "kroma-testnet-sepolia"
case 4002:
return "fantom-testnet"
case 8453:
Expand Down

0 comments on commit 9488826

Please sign in to comment.