From 8d566e496ca1a306420920149c9186907b74d1b2 Mon Sep 17 00:00:00 2001 From: Venkat-Annavazzala Date: Fri, 22 Aug 2025 16:17:54 +0530 Subject: [PATCH] chore: update plasma explorer and accountExplorer Url TICKET: WIN-6652 --- modules/statics/src/networks.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index 5bfdd573dd..3a5ad97bd9 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -1399,8 +1399,8 @@ class Plasma extends Mainnet implements EthereumNetwork { class PlasmaTestnet extends Testnet implements EthereumNetwork { name = 'PlasmaTestnet'; family = CoinFamily.XPL; - explorerUrl = 'https://testnet.plasmascan.to/blockchain/transactions'; - accountExplorerUrl = 'http://testnet.plasmaexplorer.io/address/'; + explorerUrl = 'https://testnet.plasmascan.to/tx/'; + accountExplorerUrl = 'https://testnet.plasmascan.to/address/'; chainId = 9746; nativeCoinOperationHashPrefix = '9746'; }