Skip to content

Commit 21e446a

Browse files
committed
fix: fixed lint err
1 parent c0145c1 commit 21e446a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ export const CurrentConfig: ExampleConfig = {
2525
rpc: {
2626
local: 'http://localhost:8545',
2727
mainnet: '',
28-
base: wagmiConfig.chains[2].rpcUrls.default.http[0]
28+
base: wagmiConfig.chains[0].rpcUrls.default.http[0]
2929
},
3030
}

0 commit comments

Comments
 (0)