Skip to content

Commit 1c62be4

Browse files
Update README.md
Co-authored-by: Daniel Schiavini <[email protected]>
1 parent d271445 commit 1c62be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ import curve from "@curvefi/api";
189189
// Returns array of TransactionLike objects (may include reset to 0 if needed for some tokens)
190190
console.log(approveTxs);
191191
// [
192-
// { to: '0x6B17...', data: '0x095ea7b3...', from: '0x...', ... },
193-
// { to: '0xA0b8...', data: '0x095ea7b3...', from: '0x...', ... }
192+
// { to: '0x6B17...', data: '0x095ea7b3...', hash: '0x...', ... },
193+
// { to: '0xA0b8...', data: '0x095ea7b3...', hash: '0x...', ... }
194194
// ]
195195
})()
196196
```

0 commit comments

Comments
 (0)