Skip to content

Commit

Permalink
chore: revert space
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriyaga committed Dec 23, 2024
1 parent 76ec5ec commit 36ef734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/composables/useTransactionData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export function decodeDataWithABI(
abi: AbiFragment[]
): TransactionData["method"] | undefined {
const contractInterface = new Interface(abi);

Check warning on line 48 in packages/app/src/composables/useTransactionData.ts

View workflow job for this annotation

GitHub Actions / Build and Test App

Delete `··`
try {
const decodedData = contractInterface.parseTransaction({
data: transactionData.calldata,
Expand Down

0 comments on commit 36ef734

Please sign in to comment.