From b409078d03a29a8bbaa7bbf79adee49bf4e5156a Mon Sep 17 00:00:00 2001 From: Nick Adamson Date: Mon, 15 Jan 2024 12:16:32 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(chore):=20update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 736d11c..9dfa16d 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ function Component() { The package offers several hooks for various aspects of options trading: - useRFQ: Request for quote from market makers. +- useSoftQuote: Get a soft quote from a market maker. - useSeaportFulfillOrder: Fulfill an order via Seaport. Each hook is designed to be intuitive and easy to integrate, abstracting away the complexities of the blockchain interactions.