From 56d55cb16059ea301502f960b0c04ee06441d302 Mon Sep 17 00:00:00 2001 From: defaultpepe Date: Mon, 26 Jan 2026 13:02:38 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57020ae9..3f194680 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ const { executeAllActions: executeAllFulfillActions } = accountAddress: fulfiller, }); -const transaction = executeAllFulfillActions(); +const transaction = await executeAllFulfillActions(); ``` #### Making an offer for an ERC-721 for 10 WETH and fulfilling it @@ -157,7 +157,7 @@ const { executeAllActions: executeAllFulfillActions } = accountAddress: fulfiller, }); -const transaction = executeAllFulfillActions(); +const transaction = await executeAllFulfillActions(); ``` ## Contributing