File tree Expand file tree Collapse file tree
gator_versioned_docs/version-1.2.0/guides/advanced-permissions/use-permissions
smart-accounts-kit/guides/advanced-permissions/use-permissions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ See the [ERC-20 periodic permission API reference](../../../reference/advanced-p
3232``` typescript
3333import { sepolia as chain } from ' viem/chains'
3434import { parseUnits } from ' viem'
35- import { walletClient , sessionAccount } from ' ./client.ts'
35+ import { walletClient } from ' ./client.ts'
3636
3737// Since current time is in seconds, convert milliseconds to seconds.
3838const currentTime = Math .floor (Date .now () / 1000 )
@@ -98,7 +98,7 @@ See the [ERC-20 stream permission API reference](../../../reference/advanced-per
9898``` typescript
9999import { sepolia as chain } from ' viem/chains'
100100import { parseUnits } from ' viem'
101- import { walletClient , sessionAccount } from ' ./client.ts'
101+ import { walletClient } from ' ./client.ts'
102102
103103// Since current time is in seconds, convert milliseconds to seconds.
104104const currentTime = Math .floor (Date .now () / 1000 )
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ See the [ERC-20 stream permission API reference](../../../reference/advanced-per
9898``` typescript
9999import { sepolia as chain } from ' viem/chains'
100100import { parseUnits } from ' viem'
101- import { walletClient , sessionAccount } from ' ./client.ts'
101+ import { walletClient } from ' ./client.ts'
102102
103103// Since current time is in seconds, convert milliseconds to seconds.
104104const currentTime = Math .floor (Date .now () / 1000 )
You can’t perform that action at this time.
0 commit comments