Skip to content

Commit d33069b

Browse files
committed
Fix linter
1 parent 3ba3abd commit d33069b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/permit.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ export function buildDataLikeDai(
153153
*/
154154
export function permit2Address(chainId?: number): string {
155155
switch (chainId) {
156-
case 324: // zksync mainnet
157-
case 300: // zksync testnet
158-
case 260: // zksync fork network
159-
return PERMIT2_ADDRESS_ZKSYNC;
160-
default:
161-
return PERMIT2_ADDRESS;
156+
case 324: // zksync mainnet
157+
case 300: // zksync testnet
158+
case 260: // zksync fork network
159+
return PERMIT2_ADDRESS_ZKSYNC;
160+
default:
161+
return PERMIT2_ADDRESS;
162162
}
163163
}
164164

0 commit comments

Comments
 (0)