Skip to content

Commit 5c6fcbc

Browse files
authored
Merge branch 'main' into changeset-release/main
2 parents b856887 + ebb3dcd commit 5c6fcbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/wagmi-adapter/src/connector.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ export function inAppWalletConnector(
120120
}
121121
const chain = defineChain(
122122
inAppOptions?.chainId ||
123-
lastChainId ||
124-
args.smartAccount?.chain?.id ||
125-
1,
123+
lastChainId ||
124+
args.smartAccount?.chain?.id ||
125+
1,
126126
);
127127
const decoratedOptions = {
128128
...inAppOptions,

0 commit comments

Comments
 (0)