Skip to content

Commit

Permalink
chore: up worldchain sepolia (#3322)
Browse files Browse the repository at this point in the history
* feat: add worldscan apiUrl

* fix: remove redundant rpc

* Create thick-rivers-promise.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
vittominacori and jxom authored Feb 9, 2025
1 parent 1206108 commit 01a74e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thick-rivers-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated Worldchain Sepolia.
2 changes: 1 addition & 1 deletion src/chains/definitions/worldchainSepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ export const worldchainSepolia = /*#__PURE__*/ defineChain({
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: { http: ['https://worldchain-sepolia.g.alchemy.com/public'] },
public: { http: ['https://worldchain-sepolia.g.alchemy.com/public'] },
},
blockExplorers: {
default: {
name: 'Worldscan Sepolia',
url: 'https://sepolia.worldscan.org',
apiUrl: 'https://api-sepolia.worldscan.org/api',
},
blockscout: {
name: 'Blockscout',
Expand Down

0 comments on commit 01a74e9

Please sign in to comment.