Skip to content

Commit

Permalink
Merge branch 'main' into permits
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Feb 5, 2025
2 parents bc086a3 + b26717b commit 2fbfbef
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 344 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.5.3](https://github.com/lifinance/sdk/compare/v3.5.2...v3.5.3) (2025-02-04)


### Bug Fixes

* fixed evm address compare check ([#234](https://github.com/lifinance/sdk/issues/234)) ([6cccf2d](https://github.com/lifinance/sdk/commit/6cccf2d3b60c66e426f0469336a6c461a3c5e69e))

### [3.5.2](https://github.com/lifinance/sdk/compare/v3.5.1...v3.5.2) (2025-01-14)


Expand Down
11 changes: 6 additions & 5 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"author": "LI.FI <[email protected]>",
"license": "MIT",
"dependencies": {
"@lifi/data-types": "^5.22.0",
"@lifi/sdk": "^3.5.2",
"@lifi/data-types": "^5.23.0",
"@lifi/sdk": "^3.5.3",
"@wagmi/connectors": "^5.7.5",
"@wagmi/core": "^2.16.3",
"dotenv": "^16.4.7",
"viem": "^2.22.15"
"viem": "^2.22.21"
},
"scripts": {
"example:swap": "tsx examples/swap.ts",
Expand All @@ -24,8 +24,9 @@
"example:yearn": "tsx examples/yearnDeposit.ts"
},
"devDependencies": {
"@types/node": "^22.10.10",
"@types/node": "^22.13.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 2fbfbef

Please sign in to comment.