Skip to content

Commit

Permalink
chore: switch RSK explorer to Blockscout
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Dec 1, 2024
1 parent 0bdbe67 commit 510d75f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/configs/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"RBTC": {
"blockExplorerUrl": {
"normal": "https://explorer.rootstock.io"
"normal": "https://rootstock.blockscout.com"
},
"network": {
"chainName": "Rootstock",
Expand Down
2 changes: 1 addition & 1 deletion src/configs/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"RBTC": {
"blockExplorerUrl": {
"normal": "https://explorer.testnet.rsk.co"
"normal": "https://rootstock-testnet.blockscout.com"
},
"network": {
"chainName": "Rootstock Testnet",
Expand Down

0 comments on commit 510d75f

Please sign in to comment.