Skip to content

Commit

Permalink
Kroma & Base chain name fixed (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-sekara committed Dec 5, 2023
1 parent 5868296 commit d013189
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/services/ocr2/plugins/ccip/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ func ChainName(chainID int64) string {
case 1112:
return "wemix-testnet"
case 255:
return "kroma-mainnet"
return "ethereum-mainnet-kroma-1"
case 2358:
return "kroma-testnet-sepolia"
return "ethereum-testnet-sepolia-kroma-1"
case 4002:
return "fantom-testnet"
case 8453:
return "base-mainnet"
return "ethereum-mainnet-base-1"
case 84531:
return "ethereum-testnet-goerli-base-1"
case 84532:
Expand Down

0 comments on commit d013189

Please sign in to comment.