Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"version": "1.0.0",
"description": "Monorepo for developing a collection of hooks to interact with the aave pools and smart contracts",
"main": "index.js",
"repository": "[email protected]:akanoce/react-aave-sdk.git",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/akanoce/react-aave-sdk.git"
},
"author": "<[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
7 changes: 5 additions & 2 deletions packages/aave-v3-react/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "aave-v3-react",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"description": "A collection of React hooks to interact with the Aave V3 pools and smart contracts.",
"repository": "[email protected]:akanoce/react-aave-sdk.git",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/akanoce/react-aave-sdk.git"
},
"author": "<[email protected]>",
"homepage": "https://github.com/akanoce/react-aave-sdk/tree/main/packages/aave-v3-react",
"license": "MIT",
Expand Down
Loading