Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roninjin10 authored Jul 6, 2024
1 parent bb2cce2 commit 80c8472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ client.tevmSetAccount({
// ...
})

// MemoryClient can impersonate any account
const { data, errors, events, executionGasUsed, logs } = client.tevmContract({
createTransaction: true,
address: `0x${'69'.repeat(20)}`,
// MemoryClient can impersonate any account
from: `0x${'69'.repeat(20)}`,
abi: [...],
functionName: 'transferFrom',
args: [...],
Expand Down

0 comments on commit 80c8472

Please sign in to comment.