Skip to content

Commit 8cc0427

Browse files
Merge pull request #4982 from BitGo/add-tron-explorer-url
chore(statics): add Tron account explorer url
2 parents ecef044 + 2dcc0ad commit 8cc0427

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/networks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ class Fiat extends Mainnet implements BaseNetwork {
868868
class 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 {
876877
class 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';

0 commit comments

Comments
 (0)