Skip to content

Commit

Permalink
[APP-720] Delete link with terra
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwonhyukjoon committed Aug 22, 2023
1 parent 4ab02cc commit 90d4342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Terra : ChainConfig() {

override fun grpcUrl(): String { return "grpc-terra.cosmostation.io" }
override fun explorerUrl(): String { return BaseConstant.EXPLORER_BASE_URL + "terra/" }
override fun homeInfoLink(): String { return "https://www.terra.money/" }
override fun homeInfoLink(): String { return "" }
override fun blogInfoLink(): String { return "https://medium.com/terra-money/" }
override fun coingeckoLink(): String { return COINGECKO_URL + "terra"; }

Expand Down

0 comments on commit 90d4342

Please sign in to comment.