Skip to content

Commit

Permalink
fix: update abis (#468)
Browse files Browse the repository at this point in the history
* fix: update abis

* fix: patch abi
  • Loading branch information
sakulstra authored Jun 13, 2024
1 parent 8ebda57 commit 11cb363
Show file tree
Hide file tree
Showing 11 changed files with 1,537 additions and 2,564 deletions.
5 changes: 1 addition & 4 deletions scripts/configs/abis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const ABI_INTERFACES = [
'IPool',
'IPoolAddressesProvider',
'IPoolConfigurator',
'IStakeToken',
];

export const DOWNLOAD_ABI_INTERFACES = [
Expand All @@ -51,10 +52,6 @@ export const DOWNLOAD_ABI_INTERFACES = [
address: mainnetProtoV3Pool.additionalAddresses.UI_POOL_DATA_PROVIDER,
name: 'IUiPoolDataProvider',
},
{
address: '0x50f9d4e28309303f0cdcac8af0b569e8b75ab857',
name: 'IStakeToken',
},
{
address: '0x5D4Aa78B08Bc7C530e21bf7447988b1Be7991322',
name: 'IAaveToken',
Expand Down
2 changes: 1 addition & 1 deletion src/common/IStakeToken.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pragma solidity ^0.8.10;

interface StakeToken {
interface IStakeToken {
event Approval(address indexed owner, address indexed spender, uint256 value);
event AssetConfigUpdated(address indexed asset, uint256 emission);
event AssetIndexUpdated(address indexed asset, uint256 index);
Expand Down
153 changes: 0 additions & 153 deletions src/ts/abis/IAggregatedStakeToken.ts

This file was deleted.

Loading

0 comments on commit 11cb363

Please sign in to comment.