Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: rename package due to timelock
  • Loading branch information
sakulstra committed Sep 8, 2021
commit 042e19e657b2734ffa036de023e0c6fbb261a57d
5 changes: 3 additions & 2 deletions packages/contract-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/contract-helpers",
"version": "0.0.0",
"version": "0.0.1-alpha.25+47a9a6d",
"license": "MIT",
"description": "",
"scripts": {
Expand Down Expand Up @@ -32,5 +32,6 @@
"bugs": {
"url": "https://github.com/@aave/aave-utilities/issues"
},
"homepage": "https://github.com/@aave/aave-utilities#readme"
"homepage": "https://github.com/@aave/aave-utilities#readme",
"gitHead": "47a9a6d1f940185ab1e7f6c2bea61564b2abe47a"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/math",
"version": "0.0.0",
"name": "@aave/math-utils",
"version": "0.0.1-alpha.25+47a9a6d",
"license": "MIT",
"description": "",
"scripts": {
Expand Down Expand Up @@ -43,5 +43,6 @@
"bugs": {
"url": "https://github.com/@aave/aave-utilities/issues"
},
"homepage": "https://github.com/@aave/aave-utilities#readme"
"homepage": "https://github.com/@aave/aave-utilities#readme",
"gitHead": "47a9a6d1f940185ab1e7f6c2bea61564b2abe47a"
}