You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that when clicking on the link to 'mintscan.io' it doesn't work with the account id but it does with the regen address, so I have changed it, review this too please.
Check the profile page of organization accounts show the regen address instead of the account id
Check that when clicking on the regen address the link works and mintscan.io loads as expected.
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
confirmed all author checklist items have been addressed
@r41ph dev uses redwood testnet whereas mintscan has a block explorer for mainnet only so far, this is why it's different (this is defined in the env var VITE_BLOCK_EXPLORER)
We are aware https://redwood.regen.aneka.io block explorer has been down for some time and we are still awaiting a new one, although Cory had shared with me that mintscan could provide one but looking at the testnets list on https://www.mintscan.io/, it's not there yet...
I have noticed that when clicking on the link to 'mintscan.io' it doesn't work with the account id but it does with the regen address, so I have changed it, review this too please.
It's totally normal, the account uuid is the internal user reference in our db so mintscan is not supposed to be aware of that, it's only aware of what is on chain, which is the wallet address.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
https://regennetwork.atlassian.net/browse/APP-536
I have noticed that when clicking on the link to 'mintscan.io' it doesn't work with the account id but it does with the regen address, so I have changed it, review this too please.
The same thing doesn't work either in dev, is this known? In dev it points to 'https://redwood.regen.aneka.io/accounts/' instead of mintscan.io.
Author Checklist
I have...
How to test
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...