Skip to content

Add guarded multicaller to abis - #307

Merged
drinkcoffee merged 2 commits into
mainfrom
peter-guarded-multicall-abi
May 27, 2026
Merged

Add guarded multicaller to abis#307
drinkcoffee merged 2 commits into
mainfrom
peter-guarded-multicall-abi

Conversation

@drinkcoffee

@drinkcoffeedrinkcoffee commented May 27, 2026

Copy link
Copy Markdown
Contributor

Adds GuardedMulticaller.sol ABI to abis.ts.

ABI was generated using forge build, and reformatted using Claude to match the format of other contract's in the abis.ts file.

@drinkcoffee
drinkcoffee requested a review from a team as a code ownerMay 27, 2026 02:36
Comment threadsrc/abis.ts
// GuardedMulticaller
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

export const GuardedMulticallerAbi = [

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be exported in src/index.ts as well

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point.
Added

@drinkcoffee
drinkcoffee requested a review from ermyasMay 27, 2026 02:49
@drinkcoffee
drinkcoffee merged commit 66e1286 into mainMay 27, 2026
7 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@drinkcoffee@ermyas