Skip to content

Commit

Permalink
(Chore) fix typos (#144)
Browse files Browse the repository at this point in the history
* fix typo
  • Loading branch information
JSHan94 authored May 29, 2022
1 parent 8bb7f0e commit 0231113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terra_sdk/client/lcd/lcdclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


def get_default(chain_id: str) -> [Coins, Numeric]:
if chain_id == "pheonix-1":
if chain_id == "phoenix-1":
return [Coins.from_str("0.15uluna"), Numeric.parse(1.75)]
if chain_id == "pisco-1":
return [Coins.from_str("0.15uluna"), Numeric.parse(1.75)]
Expand Down

0 comments on commit 0231113

Please sign in to comment.