web/multinode: Show Storj tokens on Etherscan (#6483)

Currently the "View on Etherscan" link doesn't show Storj tokens on Etherscan like it should on MND (Multi Node Dashboard).
This commit is contained in:
nerdatwork 2023-11-17 22:27:53 +05:30 committed by GitHub
parent bcde51138d
commit bae3f7f73d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ export class Operator {
*/
public get etherscanLink(): string {
// TODO: place this to config.
return `https://etherscan.io/address/${this.wallet}`;
return `https://etherscan.io/address/${this.wallet}#tokentxns`;
}
/**