Skip to content
Open
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
20 changes: 20 additions & 0 deletions src/features/signAuthorizationEIP7702/whitelist_7702.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,26 @@ static const eip7702_whitelist_t EIP7702_WHITELIST[] = {
.name = "Simple7702Account",
.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 = "Uniswap EIP-7702 Delegator",
.address = {0x00, 0x00, 0x00, 0x00, 0x9B, 0x1D, 0x0a, 0xF2, 0x0D, 0x8C,
0x6d, 0x0A, 0x44, 0xe1, 0x62, 0xd1, 0x1F, 0x9b, 0x8f, 0x00}},
{.chain_id = 0,
.name = "Alchemy EIP-7702 Delegator",
.address = {0x69, 0x00, 0x77, 0x02, 0x76, 0x41, 0x79, 0xf1, 0x4F, 0x51,
0xcd, 0xce, 0x75, 0x2f, 0x4f, 0x77, 0x5d, 0x74, 0xE1, 0x39}},
{.chain_id = 0,
.name = "Ambire EIP-7702 Delegator",
.address = {0x5A, 0x7F, 0xC1, 0x13, 0x97, 0xE9, 0xa8, 0xAD, 0x41, 0xBF,
0x10, 0xbf, 0x13, 0xF2, 0x2B, 0x0a, 0x63, 0xf9, 0x6f, 0x6d}},
{.chain_id = 0,
.name = "MetaMask EIP-7702 Delegator",
.address = {0x63, 0xc0, 0xc1, 0x9a, 0x28, 0x2a, 0x1b, 0x52, 0xb0, 0x7d,
0xd5, 0xa6, 0x5b, 0x58, 0x94, 0x8a, 0x07, 0xda, 0xe3, 0x2b}},
{.chain_id = 0,
.name = "Luganodes EIP-7702 Delegator",
.address = {0x17, 0xc1, 0x1F, 0xDd, 0xAD, 0xac, 0x2b, 0x34, 0x1F, 0x24,
0x55, 0xaF, 0xe9, 0x88, 0xfe, 0xc4, 0xc3, 0xba, 0x26, 0xe3}},
};

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