Skip to content

Commit

Permalink
fix: readd type (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 4, 2024
1 parent 5efdaf4 commit 20e6b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/utils/getAddresses.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as addressBook from '../../../src/ts/AaveAddressBook';
import { isAddress } from 'viem';
import { isAddress, Address } from 'viem';
import { CHAIN_ID_CLIENT_MAP } from '@bgd-labs/js-utils';

export type ListItem = {
Expand Down

0 comments on commit 20e6b13

Please sign in to comment.