Skip to content

Commit 17a7a5b

Browse files
Added MAB trusted name support in Python client
1 parent 46ceb64 commit 17a7a5b

File tree

1 file changed

+1
-0
lines changed
  • client/src/ledger_app_clients/ethereum

1 file changed

+1
-0
lines changed

client/src/ledger_app_clients/ethereum/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class TrustedNameSource(IntEnum):
3838
FN = 0x04
3939
DNS = 0x05
4040
DYN_RESOLVER = 0x06
41+
MULTISIG_ADDRESS_BOOK = 0x07
4142

4243

4344
class EIP712CalldataParamPresence(IntEnum):

0 commit comments

Comments
 (0)