File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ npm install ethers@5
109109
110110The ` @aave/contract-helpers ` and ` @aave/math-utils ` packages are utilities to
111111fetch 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,4 +5,3 @@ export const USD_DECIMALS = 8;
55export const WEI_DECIMALS = 18 ;
66export const RAY_DECIMALS = 27 ;
77export const LTV_PRECISION = 4 ;
8- export const FOO = 1 ;
You can’t perform that action at this time.
0 commit comments