Skip to content

Commit

Permalink
Add polygon heimdall chain name
Browse files Browse the repository at this point in the history
  • Loading branch information
devfans committed Sep 22, 2021
1 parent 2263ee6 commit 21009fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ func GetChainName(id uint64) string {
return "OK"
case MATIC:
return "Polygon"
case HEIMDALL:
return "Heimdall"
case NEO3:
return "NEO3"
case SWITCHEO:
Expand Down

0 comments on commit 21009fa

Please sign in to comment.