From 510d75f41fb9a7a24a8d055b0bab5013ae91fdb7 Mon Sep 17 00:00:00 2001 From: michael1011 Date: Sun, 1 Dec 2024 11:06:11 +0100 Subject: [PATCH] chore: switch RSK explorer to Blockscout --- package.json | 2 +- src/configs/mainnet.json | 2 +- src/configs/testnet.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c6de8f3..9a353551 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "mainnet": "cp src/configs/mainnet.json public/config.json", "beta": "cp src/configs/beta.json public/config.json", "testnet": "cp src/configs/testnet.json public/config.json", - "prettier": "npx prettier src public tests e2e docs *.js *.ts *.mjs", + "prettier": "npx prettier src public tests e2e docs *.js *.ts *.mjs *.json", "prettier:write": "npm run prettier -- --write", "prettier:check": "npm run prettier -- --check", "tsc": "tsc", diff --git a/src/configs/mainnet.json b/src/configs/mainnet.json index c1069367..03f6e5bd 100644 --- a/src/configs/mainnet.json +++ b/src/configs/mainnet.json @@ -21,7 +21,7 @@ }, "RBTC": { "blockExplorerUrl": { - "normal": "https://explorer.rootstock.io" + "normal": "https://rootstock.blockscout.com" }, "network": { "chainName": "Rootstock", diff --git a/src/configs/testnet.json b/src/configs/testnet.json index b4d04e55..d6bd6c93 100644 --- a/src/configs/testnet.json +++ b/src/configs/testnet.json @@ -17,7 +17,7 @@ }, "RBTC": { "blockExplorerUrl": { - "normal": "https://explorer.testnet.rsk.co" + "normal": "https://rootstock-testnet.blockscout.com" }, "network": { "chainName": "Rootstock Testnet",