Skip to content

Commit ebb3dcd

Browse files
authored
Run lint (#6098)
1 parent d67ef6e commit ebb3dcd

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)