Skip to content

Commit

Permalink
Merge pull request #145 from thepower/feat/update_axios
Browse files Browse the repository at this point in the history
fix: removed .env
  • Loading branch information
jackkru69 authored Jul 18, 2024
2 parents f43843c + 7a55db5 commit 9539416
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file removed packages/tssdk/.env
Empty file.
1 change: 1 addition & 0 deletions packages/tssdk/src/helpers/abi.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ export const decodeReturnValue = (
}

const paramStringAbi: any = decodeParameters(abiItem.outputs, returnValue);

return paramStringAbi;
};

0 comments on commit 9539416

Please sign in to comment.