From 2a02a4f84e5c542eb0f38a914ae18ffc343505dd Mon Sep 17 00:00:00 2001 From: cr-eative-dev Date: Fri, 24 Oct 2025 12:54:03 +0200 Subject: [PATCH] replaced subscan and polkadot.js with the new peaqscan explorer --- _data/chains/eip155-3338.json | 4 ++-- _data/chains/eip155-9990.json | 9 ++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/_data/chains/eip155-3338.json b/_data/chains/eip155-3338.json index b290732f3d59..5931b0f07a62 100644 --- a/_data/chains/eip155-3338.json +++ b/_data/chains/eip155-3338.json @@ -19,8 +19,8 @@ "networkId": 3338, "explorers": [ { - "name": "Subscan", - "url": "https://peaq.subscan.io", + "name": "peaqscan", + "url": "https://peaqscan.xyz", "standard": "none" } ] diff --git a/_data/chains/eip155-9990.json b/_data/chains/eip155-9990.json index 5b40aa4e6f04..983d5fcbce59 100644 --- a/_data/chains/eip155-9990.json +++ b/_data/chains/eip155-9990.json @@ -15,13 +15,8 @@ "networkId": 9990, "explorers": [ { - "name": "Polkadot.js", - "url": "https://polkadot.js.org/apps/?rpc=wss:///wss-async.agung.peaq.network#/explorer", - "standard": "none" - }, - { - "name": "Subscan", - "url": "https://agung-testnet.subscan.io", + "name": "peaqscan", + "url": "https://testnet.peaqscan.xyz", "standard": "none" } ]