matthew chaim pfp
matthew chaim
@chaim.eth
hey @proxystudio.eth i got a question for you
1 reply
0 recast
2 reactions

matthew chaim pfp
matthew chaim
@chaim.eth
paging @dish maybe?
1 reply
0 recast
1 reaction

Jack Dishman pfp
Jack Dishman
@dish
if you don't have another verified address, it'll go to your warplet. to check, it's the first verified address here's the logic: export function getAuthorAddress(event: WebhookEvent): string { const verifiedAddresses = event.data.author.verified_addresses as { eth_addresses?: string[] }; return verifiedAddresses?.eth_addresses?.[0] || event.data.author.custody_address; } so it'd go to your 0x509
1 reply
0 recast
1 reaction

matthew chaim pfp
matthew chaim
@chaim.eth
thanks! if user only has warplet and it goes to thei warplet, can they claim their rewards?
1 reply
0 recast
1 reaction

Jack Dishman pfp
Jack Dishman
@dish
yes! claim through frame
1 reply
0 recast
1 reaction