From 0231113a32126319bb424f6801ae77bbb2f6bef4 Mon Sep 17 00:00:00 2001 From: Jungsu Han Date: Sun, 29 May 2022 12:47:53 +0900 Subject: [PATCH] (Chore) fix typos (#144) * fix typo --- terra_sdk/client/lcd/lcdclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terra_sdk/client/lcd/lcdclient.py b/terra_sdk/client/lcd/lcdclient.py index b9d0832a..0068edcb 100644 --- a/terra_sdk/client/lcd/lcdclient.py +++ b/terra_sdk/client/lcd/lcdclient.py @@ -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)]