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:
parent
bcde51138d
commit
bae3f7f73d
@ -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`;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user