Skip to content

Commit 205d885

Browse files
Update packages/engine/README.md
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: Joaquim Verges <[email protected]>
1 parent c25a4a5 commit 205d885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/engine/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ const result = await writeContract({
2929
},
3030
params: [
3131
{
32-
contractAddress: "0x1234567891234567891234567891234567891234",
32+
contractAddress: "0x1234567890123456789012345678901234567890",
3333
method: "function transfer(address to, uint256 amount)",
3434
params: [
35-
"0x1234567891234567891234567891234567891234",
35+
"0x1234567890123456789012345678901234567890",
3636
"1000000000000000000",
3737
],
3838
},

0 commit comments

Comments
 (0)