Skip to content

Commit 26d99f8

Browse files
foodakacesarenaldi
andauthored
Update examples/user-positions/src/App.tsx
Co-authored-by: Cesare Naldi <[email protected]>
1 parent 3dd4430 commit 26d99f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/user-positions/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { AaveProvider, useUserSupplies, useUserBorrows, evmAddress, chainId, use
22
import { client } from './client';
33

44
// TODO: change to your address or any address you want to query
5-
const user = evmAddress("ZERO_ADDRESS");
5+
const user = evmAddress(ZERO_ADDRESS);
66

77
function UserPositions() {
88
const { data: markets, loading: marketsLoading } = useAaveMarkets({

0 commit comments

Comments
 (0)