Skip to content

Commit

Permalink
chore(cache): automated cache update (#471)
Browse files Browse the repository at this point in the history
Co-authored-by: sakulstra <sakulstra@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sakulstra authored Jun 13, 2024
1 parent 11cb363 commit 3892c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/AaveAddressBook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ export {ILendingPoolConfigurator_ABI} from './abis/ILendingPoolConfigurator';
export {IPool_ABI} from './abis/IPool';
export {IPoolAddressesProvider_ABI} from './abis/IPoolAddressesProvider';
export {IPoolConfigurator_ABI} from './abis/IPoolConfigurator';
export {IStakeToken_ABI} from './abis/IStakeToken';
export {IPayloadsControllerDataHelper_ABI} from './abis/IPayloadsControllerDataHelper';
export {IGovernanceDataHelper_ABI} from './abis/IGovernanceDataHelper';
export {IMetaDelegateHelper_ABI} from './abis/IMetaDelegateHelper';
export {IVotingMachineDataHelper_ABI} from './abis/IVotingMachineDataHelper';
export {IUiPoolDataProvider_ABI} from './abis/IUiPoolDataProvider';
export {IStakeToken_ABI} from './abis/IStakeToken';
export {IAaveToken_ABI} from './abis/IAaveToken';
export {IStkAaveToken_ABI} from './abis/IStkAaveToken';
export {IATokenWithDelegation_ABI} from './abis/IATokenWithDelegation';
Expand Down

0 comments on commit 3892c54

Please sign in to comment.