Skip to content

Commit d8cc506

Browse files
committed
eth: add authorization list to generic tx
1 parent b45ec2e commit d8cc506

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/transaction.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,3 +531,7 @@ GenericTransaction:
531531
title: chainId
532532
description: Chain ID that this transaction is valid on.
533533
$ref: '#/components/schemas/uint'
534+
authorizationList:
535+
title: authorizationList
536+
description: EIP-7702 authorization list
537+
$ref: '#/components/schemas/AuthorizationList'

0 commit comments

Comments
 (0)