We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b30d32 commit 2ebd93fCopy full SHA for 2ebd93f
site/pages/docs/actions/public/simulate.md
@@ -66,7 +66,7 @@ const abi = parseAbi([
66
'function transferFrom(address, address, uint256) returns (bool)',
67
])
68
69
-const hash = await client.simulate({ // [!code focus:99]
+const result = await client.simulate({ // [!code focus:99]
70
blocks: [{
71
calls: [
72
{
0 commit comments