Skip to content

Commit adc2401

Browse files
committed
Add 4337 SimpleAccount7702 to the whitelist
1 parent d3db76d commit adc2401

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src_features/signAuthorizationEIP7702/whitelist_7702.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ static const eip7702_whitelist_t EIP7702_WHITELIST[] = {
2626
.address = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
2727
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}},
2828
#endif // HAVE_EIP7702_WHITELIST_TEST
29-
};
29+
// Multichain deployment of
30+
// https://github.com/eth-infinitism/account-abstraction/blob/develop/deployments/ethereum/Simple7702Account.json
31+
{.chain_id = 0,
32+
.name = "Simple7702Account",
33+
.address = {0x4C, 0xd2, 0x41, 0xE8, 0xd1, 0x51, 0x0e, 0x30, 0xb2, 0x07,
34+
0x63, 0x97, 0xaf, 0xc7, 0x50, 0x8A, 0xe5, 0x9C, 0x66, 0xc9}}};
3035

3136
const char *get_delegate_name(const uint64_t *chain_id, const uint8_t *address) {
3237
for (size_t i = 0; i < ARRAYLEN(EIP7702_WHITELIST); i++) {

0 commit comments

Comments
 (0)