We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd4430 commit 26d99f8Copy full SHA for 26d99f8
examples/user-positions/src/App.tsx
@@ -2,7 +2,7 @@ import { AaveProvider, useUserSupplies, useUserBorrows, evmAddress, chainId, use
2
import { client } from './client';
3
4
// TODO: change to your address or any address you want to query
5
-const user = evmAddress("ZERO_ADDRESS");
+const user = evmAddress(ZERO_ADDRESS);
6
7
function UserPositions() {
8
const { data: markets, loading: marketsLoading } = useAaveMarkets({
0 commit comments