Skip to content

Commit

Permalink
Merge pull request #411 from polywrap/prealpha-dev
Browse files Browse the repository at this point in the history
Prep 0.0.1-prealpha.30
  • Loading branch information
dOrgJelli authored Jul 14, 2021
2 parents c8b9aa9 + d7f0da3 commit 2b8b2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/plugins/ethereum/src/mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const toTxReceipt = (
cumulativeGasUsed: receipt.cumulativeGasUsed.toString(),
effectiveGasPrice: receipt.effectiveGasPrice?.toString() || "0",
byzantium: receipt.byzantium,
type: receipt.type,
type: receipt.type || 0,
status: receipt.status,
});

Expand Down

0 comments on commit 2b8b2e2

Please sign in to comment.