Skip to content

Commit

Permalink
add missing vars (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Feb 14, 2024
1 parent a12445d commit 49f7ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const environment = {
bttscanAddr: 'https://bttcscan.com/address/',
tronScanAddr: 'https://tronscan.org/#/address/',
tronScan: 'https://tronscan.org/#/transaction/',
artheraScan: 'https://explorer-test2.arthera.net/tx/',
/*
DEV-ENV
*/
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const environment = {
polygonscan: 'https://mumbai.polygonscan.com/tx/',
bttscan: 'https://testnet.bttcscan.com/tx/',
tronScan: 'https://shasta.tronscan.org/#/transaction/',

artheraScan: 'https://explorer-test2.arthera.net/tx/',
bscanaddr: 'https://testnet.bscscan.com/address/',
polygonscanAddr: 'https://mumbai.polygonscan.com/address/',
bttscanAddr: 'https://testnet.bttcscan.com/address/',
Expand Down

0 comments on commit 49f7ea3

Please sign in to comment.