Skip to content

Commit

Permalink
fix(metamorpho): add new events
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jan 16, 2025
1 parent f528d15 commit 3764527
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions packages/blue-sdk-viem/src/abis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4978,6 +4978,32 @@ export const metaMorphoAbi = [
],
anonymous: false,
},
{
type: "event",
name: "SetName",
inputs: [
{
name: "name",
type: "string",
indexed: false,
internalType: "string",
},
],
anonymous: false,
},
{
type: "event",
name: "SetSymbol",
inputs: [
{
name: "symbol",
type: "string",
indexed: false,
internalType: "string",
},
],
anonymous: false,
},
{
type: "event",
name: "SetSkimRecipient",
Expand Down

0 comments on commit 3764527

Please sign in to comment.