Skip to content

Commit

Permalink
release: bump version to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxklenk committed Nov 1, 2024
1 parent d915cd7 commit cf429fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/abi-parser",
"version": "0.0.2",
"version": "0.0.3",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 2 additions & 0 deletions src/parser/parser.acceptance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ describe('Acceptance tests', () => {

// checking that callData was parsed as well and is only included once
const [swapData] = result.functionParameters._swapData

if (isStringObject(swapData.callData)) return

expect(swapData.callData.functionName).toBe('collectTokenInsuranceFees')
})
})

0 comments on commit cf429fe

Please sign in to comment.