Skip to content

Commit 676c0fb

Browse files
[AUTOMATED] Update: proto/clients/relayer.gen.ts (#994)
Co-authored-by: attente <17548+attente@users.noreply.github.com>
1 parent f00dfd1 commit 676c0fb

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

packages/relayer/src/rpc-relayer/relayer.gen.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// sequence-relayer v0.4.1 0a2503bc893179ba968b0015d7580aabf6a88dd4
2+
// sequence-relayer v0.4.1 17923978b5bea530cea7f2517b8c22eea7e51e57
33
// --
44
// Code generated by Webrpc-gen@v0.32.2 with typescript generator. DO NOT EDIT.
55
//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212
export const WebrpcSchemaVersion = 'v0.4.1'
1313

1414
// Schema hash generated from your RIDL schema
15-
export const WebrpcSchemaHash = '0a2503bc893179ba968b0015d7580aabf6a88dd4'
15+
export const WebrpcSchemaHash = '17923978b5bea530cea7f2517b8c22eea7e51e57'
1616

1717
//
1818
// Client interface
@@ -362,6 +362,14 @@ export interface MetaTxn {
362362
walletAddress: string
363363
contract: string
364364
input: string
365+
authorization?: EIP7702Authorization
366+
}
367+
368+
export interface EIP7702Authorization {
369+
chainId: number
370+
implementation: string
371+
nonce: number
372+
signature: string
365373
}
366374

367375
export interface MetaTxnLog {
@@ -601,6 +609,7 @@ export interface FeeOptionsArgs {
601609
to: string
602610
data: string
603611
simulate?: boolean
612+
authorization?: EIP7702Authorization
604613
}
605614

606615
export interface FeeOptionsReturn {
@@ -628,6 +637,7 @@ export interface FeeOptionsWithBridgeGasArgs {
628637
data: string
629638
simulate?: boolean
630639
bridgeGas: string
640+
authorization?: EIP7702Authorization
631641
}
632642

633643
export interface FeeOptionsWithBridgeGasReturn {

0 commit comments

Comments
 (0)