Skip to content

Commit

Permalink
fix: filename to match imports on zkSync docs (#2064)
Browse files Browse the repository at this point in the history
fix: filename to match imports
  • Loading branch information
uF4No authored Apr 3, 2024
1 parent 8a8fab2 commit 21f4387
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/pages/zksync/actions/deployContract.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const wagmiAbi = [
] as const;
```

```ts [client.ts]
```ts [config.ts]
import { createWalletClient, custom } from 'viem'
import { privateKeyToAccount } from 'viem/accounts'
import { zksync } from 'viem/chains'
Expand Down Expand Up @@ -81,7 +81,7 @@ export const wagmiAbi = [
] as const;
```

```ts [client.ts]
```ts [config.ts]
import { createWalletClient, custom } from 'viem'
import { privateKeyToAccount } from 'viem/accounts'
import { zksync } from 'viem/chains'
Expand Down Expand Up @@ -133,7 +133,7 @@ export const wagmiAbi = [
] as const;
```

```ts [client.ts]
```ts [config.ts]
import { createWalletClient, custom } from 'viem'
import { privateKeyToAccount } from 'viem/accounts'
import { zksync } from 'viem/chains'
Expand Down

0 comments on commit 21f4387

Please sign in to comment.