Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
imbaniac committed Jan 11, 2024
1 parent bad357f commit 5bd0e73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ajna-finance/sdk",
"description": "A typescript SDK that can be used to create Dapps in Ajna ecosystem.",
"version": "0.3.2",
"version": "0.3.4",
"repository": {
"type": "git",
"url": "https://github.com/ajna-finance/sdk.git"
Expand Down
2 changes: 0 additions & 2 deletions src/utils/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ class WrappedTransactionClass implements WrappedTransaction {
* @returns string
*/
parseNodeError(contract: Contract, error: any) {
console.error(error);

// mainnet
if (error?.error?.data?.originalError) {
const errorHash = error.error.data.originalError.data;
Expand Down

0 comments on commit 5bd0e73

Please sign in to comment.