Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src_features/signAuthorizationEIP7702/whitelist_7702.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ static const eip7702_whitelist_t EIP7702_WHITELIST[] = {
.address = {0x4C, 0xd2, 0x41, 0xE8, 0xd1, 0x51, 0x0e, 0x30, 0xb2, 0x07,
0x63, 0x97, 0xaf, 0xc7, 0x50, 0x8A, 0xe5, 0x9C, 0x66, 0xc9}},
{.chain_id = 0,
.name = "MetaMask Delegation Manager",
.address = {0xdb, 0x9B, 0x1e, 0x94, 0xB5, 0xb6, 0x9D, 0xf7, 0xe4, 0x01,
0xDD, 0xbe, 0xdE, 0x43, 0x49, 0x11, 0x41, 0x04, 0x7d, 0xB3}},
.name = "MetaMask Delegation",
.address = {0x63, 0xc0, 0xc1, 0x9a, 0x28, 0x2a, 0x1B, 0x52, 0xb0, 0x7d,
0xD5, 0xa6, 0x5b, 0x58, 0x94, 0x8A, 0x07, 0xDA, 0xE3, 0x2B}},
};

const char *get_delegate_name(const uint64_t *chain_id, const uint8_t *address) {
Expand Down
Loading