Skip to content

Commit

Permalink
coin
Browse files Browse the repository at this point in the history
  • Loading branch information
defisaur committed Dec 27, 2023
1 parent 65278a1 commit 491541e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ func GetChainFromAssetType(assetType string) (coin.Coin, error) {
return coin.Stargaze(), nil
case MANTLE:
return coin.Mantle(), nil
case MANTA:
return coin.Manta(), nil
}

return coin.Coin{}, errors.New("unknown asset type: " + assetType)
Expand Down

0 comments on commit 491541e

Please sign in to comment.