From 72dc813adae6972926d346c208a218743d5a846e Mon Sep 17 00:00:00 2001 From: Daniel Chew Date: Tue, 28 Jun 2022 03:08:13 +0900 Subject: [PATCH] add explorer support for pyth batch update price ix (#26240) --- .../instruction/pyth/PythDetailsCard.tsx | 8 +++++ .../components/instruction/pyth/program.ts | 35 ++++++++++++++++++- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/explorer/src/components/instruction/pyth/PythDetailsCard.tsx b/explorer/src/components/instruction/pyth/PythDetailsCard.tsx index 4a5787e014..41c8a99081 100644 --- a/explorer/src/components/instruction/pyth/PythDetailsCard.tsx +++ b/explorer/src/components/instruction/pyth/PythDetailsCard.tsx @@ -87,6 +87,14 @@ export function PythDetailsCard(props: { {...props} /> ); + + case "UpdatePriceNoFailOnError": + return ( + + ); case "AggregatePrice": return (