diff --git a/src/utils/transactions.ts b/src/utils/transactions.ts index 9e4e1fc..b722b90 100644 --- a/src/utils/transactions.ts +++ b/src/utils/transactions.ts @@ -73,7 +73,7 @@ const toInstruction = async ( index: number, ) => { if ( - !instruction?.data || + instruction?.data == null || !instruction?.accounts || !instruction?.programIdIndex ) {