Skip to content

Conversation

yashrohatgi-bitgo
Copy link
Contributor

@yashrohatgi-bitgo yashrohatgi-bitgo commented Jun 19, 2023

  • update explorer url for XTZ/TXTZ

Ticket: CE-286

class Xtz extends Mainnet implements AccountNetwork {
name = 'Xtz';
family = CoinFamily.XTZ;
explorerUrl = 'https://tezblock.io/transaction/';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure what to use for the account explorer url, based on what I see I think its just the base url with an account id appended

family = CoinFamily.XTZ;
explorerUrl = 'https://carthagenet.tezblock.io/transaction/';
accountExplorerUrl = 'https://carthagenet.tezblock.io/account/';
explorerUrl = 'https://mumbai.tzstats.com/';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

https://tezos.gitlab.io/introduction/test_networks.html

carthagenet stopped being maintained, I think mumbainet is the current testnet we should use based on the above link

@yashrohatgi-bitgo yashrohatgi-bitgo marked this pull request as ready for review June 20, 2023 13:33
@yashrohatgi-bitgo yashrohatgi-bitgo requested a review from a team as a code owner June 20, 2023 13:33
@yashrohatgi-bitgo yashrohatgi-bitgo requested a review from a team June 20, 2023 13:33
@yashrohatgi-bitgo yashrohatgi-bitgo requested a review from a team as a code owner June 20, 2023 13:33
@yashrohatgi-bitgo yashrohatgi-bitgo merged commit e2e104e into master Jun 21, 2023
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