Skip to content

Commit da4e7de

Browse files
jxomampagent
andcommitted
fix: default multiInjectedProviderDiscovery to false
Amp-Thread-ID: https://ampcode.com/threads/T-019bf753-ca18-7394-9458-f3888dab3880 Co-authored-by: Amp <amp@ampcode.com>
1 parent 54a44c5 commit da4e7de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wagmi.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const rpId = (() => {
1414
})()
1515

1616
export function getConfig(options: getConfig.Options = {}) {
17-
const { multiInjectedProviderDiscovery } = options
17+
const { multiInjectedProviderDiscovery = false } = options
1818
return createConfig({
1919
batch: {
2020
multicall: false,

0 commit comments

Comments
 (0)