File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -868,6 +868,7 @@ class Fiat extends Mainnet implements BaseNetwork {
868868class Trx extends Mainnet implements TronNetwork {
869869 name = 'Trx' ;
870870 family = CoinFamily . TRX ;
871+ accountExplorerUrl = 'https://tronscan.org/#/address/' ;
871872 explorerUrl = 'https://tronscan.org/#/transaction/' ;
872873 maxFeeLimit = '5000000000' ;
873874 contractCallFeeLimit = '100000000' ;
@@ -876,6 +877,7 @@ class Trx extends Mainnet implements TronNetwork {
876877class TrxTestnet extends Testnet implements TronNetwork {
877878 name = 'TrxTestnet' ;
878879 family = CoinFamily . TRX ;
880+ accountExplorerUrl = 'https://shasta.tronscan.org/#/address/' ;
879881 explorerUrl = 'https://shasta.tronscan.org/#/transaction/' ;
880882 maxFeeLimit = '5000000000' ;
881883 contractCallFeeLimit = '100000000' ;
You can’t perform that action at this time.
0 commit comments