Skip to content

Commit 95d296f

Browse files
committed
[AUTOMATED] Update: proto/docs/relayer.gen.yaml
1 parent 12ede1e commit 95d296f

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

docs/pages/api/relayer/rpc.gen.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sequence-relayer v0.4.1 ec658c4ea54c25991fadf5361573cdc4f9ecfd55
1+
# sequence-relayer v0.4.1 04f11e089258872f438c09616bdabfef668efd63
22
# --
33
# Code generated by webrpc-gen@v0.32.2 with openapi@v0.16.4 generator; DO NOT EDIT
44
#
@@ -1300,6 +1300,24 @@ components:
13001300
type: string
13011301
input:
13021302
type: string
1303+
authorization:
1304+
$ref: '#/components/schemas/EIP7702Authorization'
1305+
EIP7702Authorization:
1306+
type: object
1307+
required:
1308+
- chainId
1309+
- implementation
1310+
- nonce
1311+
- signature
1312+
properties:
1313+
chainId:
1314+
type: number
1315+
implementation:
1316+
type: string
1317+
nonce:
1318+
type: number
1319+
signature:
1320+
type: string
13031321
MetaTxnLog:
13041322
type: object
13051323
required:
@@ -1671,6 +1689,8 @@ components:
16711689
type: string
16721690
simulate:
16731691
type: boolean
1692+
authorization:
1693+
$ref: '#/components/schemas/EIP7702Authorization'
16741694
Relayer_ListGasSponsors_Request:
16751695
type: object
16761696
properties:

0 commit comments

Comments
 (0)