Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AND-4852 Added ExternalLinkProvider's #345

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

Yoggam1
Copy link
Contributor

@Yoggam1 Yoggam1 commented Oct 24, 2023

No description provided.

internal class NearExternalLinkProvider(isTestnet: Boolean) : ExternalLinkProvider {

override val explorerBaseUrl: String =
if (isTestnet) "https://explorer.testnet.near.org/" else "https://explorer.near.org/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

поправишь base explore url и explore tx url? я недавно менял в релизной ветке

согласно
https://github.com/tangem/blockchain-sdk-kotlin/pull/344/files#diff-ccb6eea7ae88c679fa0085f82ed512c0dd5177605e60c66783302ab4332b2975

иначе потом затрется или разъедется, и получим больной мерж

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправил

@Yoggam1 Yoggam1 force-pushed the feature/AND-4852_external_link_provider branch from fc36980 to 20d74b6 Compare October 27, 2023 06:13
@Yoggam1 Yoggam1 merged commit 241d16c into develop Oct 27, 2023
3 checks passed
@Yoggam1 Yoggam1 deleted the feature/AND-4852_external_link_provider branch October 27, 2023 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants