diff --git a/src/features/sign_authorization_eip7702/whitelist_7702.c b/src/features/sign_authorization_eip7702/whitelist_7702.c index b47b2b843..81fccc085 100644 --- a/src/features/sign_authorization_eip7702/whitelist_7702.c +++ b/src/features/sign_authorization_eip7702/whitelist_7702.c @@ -27,6 +27,14 @@ 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 = "Calibur", + .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 = "RainbowCalibur", + .address = {0x61, 0x23, 0x73, 0xD7, 0x00, 0x3d, 0x69, 0x42, 0x20, 0xf7, + 0x80, 0x0E, 0xea, 0xF8, 0xE3, 0x92, 0x4c, 0x09, 0x51, 0xD3}}, }; const char *get_delegate_name(const uint64_t *chain_id, const uint8_t *address) {