Skip to content

Commit df1c746

Browse files
fix: prettier
1 parent 5bdb65f commit df1c746

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/upProvider.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ export function UpProvider({ children }: UpProviderProps) {
9999
if (!mounted) return;
100100
setAccounts(_accounts);
101101

102-
const _chainId = parseInt((await provider.request("eth_chainId")) as string, 16);
102+
const _chainId = parseInt(
103+
(await provider.request("eth_chainId")) as string,
104+
16
105+
);
103106
if (!mounted) return;
104107
setChainId(_chainId);
105108

0 commit comments

Comments
 (0)