Skip to content

Commit 46762e5

Browse files
lightclientfjl
authored andcommitted
eth: add authorization list to generic tx
1 parent 4fd85a5 commit 46762e5

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
@@ -535,3 +535,7 @@ GenericTransaction:
535535
title: chainId
536536
description: Chain ID that this transaction is valid on.
537537
$ref: '#/components/schemas/uint'
538+
authorizationList:
539+
title: authorizationList
540+
description: EIP-7702 authorization list
541+
$ref: '#/components/schemas/AuthorizationList'

0 commit comments

Comments
 (0)