From 60b0eec35308a4d94c4661f668293542693c7f11 Mon Sep 17 00:00:00 2001 From: Fuyao Zhao Date: Fri, 8 Dec 2023 18:00:45 +0800 Subject: [PATCH] fix again --- src.ts/providers/format.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src.ts/providers/format.ts b/src.ts/providers/format.ts index 5b1bd4ed7..051f999ce 100644 --- a/src.ts/providers/format.ts +++ b/src.ts/providers/format.ts @@ -219,6 +219,7 @@ export function formatTransactionResponse(value: any): TransactionResponseParams chainId: allowNull(getBigInt, null) }, { + index: [ "transactionIndex" ], data: [ "input" ], gasLimit: [ "gas" ] })(value);