Skip to content

Commit

Permalink
AND-5500 Removed getblock api for Terra.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sateetas committed Dec 11, 2023
1 parent 005e0a3 commit fdf07e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ data class GetBlockCredentials(
val tron: GetBlockAccessToken?,
val cosmos: GetBlockAccessToken?,
val near: GetBlockAccessToken?,
val luna: GetBlockAccessToken?,
val luna: GetBlockAccessToken?, // TODO AND-5541 remove this after 5.4 release
val dogecoin: GetBlockAccessToken,
val litecoin: GetBlockAccessToken,
val dash: GetBlockAccessToken,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ internal object TerraV2WalletManagerAssembly : WalletManagerAssembly<CosmosWalle
override fun make(input: WalletManagerAssemblyInput): CosmosWalletManager {
val providers = buildList {
input.config.nowNodeCredentials?.apiKey.letNotBlank { add("https://luna.nownodes.io/$it/") }
input.config.getBlockCredentials?.luna?.rest.letNotBlank { add("https://go.getblock.io/$it/") }
add("https://phoenix-lcd.terra.dev/")
}.map(::CosmosRestProvider)

Expand Down

0 comments on commit fdf07e8

Please sign in to comment.