Skip to content

Commit c0e3c26

Browse files
committed
fix: reverting test
1 parent 4e337af commit c0e3c26

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ npm install ethers@5
109109

110110
The `@aave/contract-helpers` and `@aave/math-utils` packages are utilities to
111111
fetch and format smart contract data respectively. This section will guide you
112-
on how to setup and use these packages to query Aave Protocol data.
112+
to setup and use these packages to query Aave Protocol data.
113113

114114
<br />
115115

packages/contract-helpers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ querying aggregated on-chain data via rpc.
55

66
## Installation
77

8-
Install the package in your project directory with this:
8+
Install the package in your project directory with:
99

1010
```sh
1111
// with npm

packages/math-utils/src/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ export const USD_DECIMALS = 8;
55
export const WEI_DECIMALS = 18;
66
export const RAY_DECIMALS = 27;
77
export const LTV_PRECISION = 4;
8-
export const FOO = 1;

0 commit comments

Comments
 (0)