Skip to content

Commit dddd25c

Browse files
committed
fix: remove redundant rpc
1 parent 6abad2b commit dddd25c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/chains/definitions/worldchainSepolia.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ 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: {

0 commit comments

Comments
 (0)