Skip to content

Commit

Permalink
fix: add abi for delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Jan 30, 2024
1 parent d553673 commit af29d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/configs/abis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ export const DOWNLOAD_ABI_INTERFACES = [
},
{
address: '0x366AE337897223AEa70e3EBe1862219386f20593',
name: 'ATokenWithDelegation',
name: 'IATokenWithDelegation',
},
];
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED - MANUALLY CHANGES WILL BE REVERTED BY THE GENERATOR
export const ATokenWithDelegation_ABI = [
export const IATokenWithDelegation_ABI = [
{
type: 'constructor',
inputs: [
Expand Down

0 comments on commit af29d95

Please sign in to comment.