Skip to content

Commit 01a74e9

Browse files
vittominacorijxom
andauthored
chore: up worldchain sepolia (#3322)
* feat: add worldscan apiUrl * fix: remove redundant rpc * Create thick-rivers-promise.md --------- Co-authored-by: jxom <[email protected]>
1 parent 1206108 commit 01a74e9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/thick-rivers-promise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Updated Worldchain Sepolia.

src/chains/definitions/worldchainSepolia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export const worldchainSepolia = /*#__PURE__*/ defineChain({
1111
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
1212
rpcUrls: {
1313
default: { http: ['https://worldchain-sepolia.g.alchemy.com/public'] },
14-
public: { http: ['https://worldchain-sepolia.g.alchemy.com/public'] },
1514
},
1615
blockExplorers: {
1716
default: {
1817
name: 'Worldscan Sepolia',
1918
url: 'https://sepolia.worldscan.org',
19+
apiUrl: 'https://api-sepolia.worldscan.org/api',
2020
},
2121
blockscout: {
2222
name: 'Blockscout',

0 commit comments

Comments
 (0)