Skip to content

Commit

Permalink
Add mainnet chainids for Wemix and Kroma (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
matYang authored Nov 17, 2023
1 parent 52e794a commit 8c45d99
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,8 +111,12 @@ func ChainName(chainID int64) string {
return "polygon-mainnet"
case 420:
return "ethereum-testnet-goerli-optimism-1"
case 1111:
return "wemix-mainnet"
case 1112:
return "wemix-testnet"
case 255:
return "kroma-mainnet"
case 2358:
return "kroma-testnet-sepolia"
case 4002:
Expand Down

0 comments on commit 8c45d99

Please sign in to comment.