Skip to content

Commit

Permalink
temporarily remove relayMessage output
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdiallam committed Jan 17, 2025
1 parent f2f66aa commit 5929de6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/viem/src/abis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,13 +338,7 @@ export const l2ToL2CrossDomainMessengerAbi = [
internalType: 'bytes',
},
],
outputs: [
{
name: 'returnData_',
type: 'bytes',
internalType: 'bytes',
},
],
outputs: [], // TODO: will fix after supersim update
stateMutability: 'payable',
},
{
Expand Down

0 comments on commit 5929de6

Please sign in to comment.