Skip to content

Commit

Permalink
docs: up contract-writes.md (#3016)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTimesTen authored Nov 18, 2024
1 parent dbd72a4 commit ae3b8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/pages/experimental/eip7702/contract-writes.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export const walletClient = createWalletClient({

:::

### 6. Optional: Use a Delegate
### 5. Optional: Use a Delegate

We can also utilize an Delegate Account to execute a call on behalf of the authorizing Account. This is useful for cases where we want to "sponsor" the Transaction for the user (i.e. pay for their gas fees).

Expand Down Expand Up @@ -416,4 +416,4 @@ export const abi = [
export const contractAddress = '0x...'
```

:::
:::

0 comments on commit ae3b8ae

Please sign in to comment.