Skip to content

Commit

Permalink
chore: update abstract block explorer to use etherscan (#3207)
Browse files Browse the repository at this point in the history
* chore: update abstract block explorer to use etherscan

* Update light-walls-unite.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
metarsit and jxom authored Jan 8, 2025
1 parent 48f3bbd commit b87dd30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/light-walls-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated Abstract Testnet block explorer to use etherscan.
2 changes: 1 addition & 1 deletion src/chains/definitions/abstractTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const abstractTestnet = /*#__PURE__*/ defineChain({
blockExplorers: {
default: {
name: 'Abstract Block Explorer',
url: 'https://explorer.testnet.abs.xyz',
url: 'https://sepolia.abscan.org',
},
},
testnet: true,
Expand Down

0 comments on commit b87dd30

Please sign in to comment.