From b051a9ef233c6c0c9ebc15a30720f77271b9b206 Mon Sep 17 00:00:00 2001 From: Conner Gallagher Date: Fri, 22 Jul 2022 13:07:53 -0600 Subject: [PATCH] docs: added anchor-buffer-parser to example table --- website/docs/developers/_example_table.mdx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/website/docs/developers/_example_table.mdx b/website/docs/developers/_example_table.mdx index 5e83bff..87f891d 100644 --- a/website/docs/developers/_example_table.mdx +++ b/website/docs/developers/_example_table.mdx @@ -17,9 +17,10 @@ import { SerumIcon } from "/src/components/icons/SerumIcon"; programs or off-chain applications -| Example | Description | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | -| anchor-feed-parser | Anchor example program demonstrating how to deserialize and read an onchain aggregator. | -| anchor-vrf-parser | Anchor example program demonstrating how to deserialize and read an onchain verifiable randomness function (VRF) account. | -| feed-parser | Typescript example demonstrating how to read an aggregator account. | -| feed-walkthrough | Typescript example demonstrating how to create and manage your own oracle queue. | +| Example | Description | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | +| anchor-feed-parser | Anchor example program demonstrating how to deserialize and read an onchain aggregator. | +| anchor-vrf-parser | Anchor example program demonstrating how to deserialize and read an onchain verifiable randomness function (VRF) account. | +| anchor-buffer-parser | Anchor example program demonstrating how to deserialize and read an onchain buffer relayer account. | +| feed-parser | Typescript example demonstrating how to read an aggregator account. | +| feed-walkthrough | Typescript example demonstrating how to create and manage your own oracle queue. |