From 085c01e07a9a3ac35626c3babdc7f3d2179b50ed Mon Sep 17 00:00:00 2001 From: Louuuuuuuuuuuuu <124356992+hichri-louay@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:15:08 +0100 Subject: [PATCH] add arthera mainnet explorer in prod (#693) --- src/environments/environment.prod.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 608de02a..f9c4511d 100755 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -57,8 +57,8 @@ 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/', - artherascanaddr: 'https://explorer-test2.arthera.net/address/', + artheraScan: 'https://explorer.arthera.net/tx/', + artherascanaddr: 'https://explorer.arthera.net/address/', /* DEV-ENV */