diff --git a/core/src/apps/cosmos/networks.py b/core/src/apps/cosmos/networks.py index 499c54b08..e26eaf236 100644 --- a/core/src/apps/cosmos/networks.py +++ b/core/src/apps/cosmos/networks.py @@ -406,3 +406,13 @@ def _networks_iterator() -> Iterator[NetworkInfoTuple]: "A:/res/chain-noble.png", 0x41498D, ) + yield ( + "columbus-5", + "Terra Classic", + "LUNC", + "uluna", + 6, + "LUNC", + "A:/res/chain-terra.png", + 0x41498D, + ) diff --git a/core/src/trezor/lvglui/res/chain-terra.png b/core/src/trezor/lvglui/res/chain-terra.png new file mode 100644 index 000000000..cfceda512 Binary files /dev/null and b/core/src/trezor/lvglui/res/chain-terra.png differ