Hans Bhatia
Hans Bhatia
@benjick this works for me, my issue was with a sheet in a context menu.
Taking this on!
@julio4 I am not.
Just got the same issue on my side. Viem worked, but of course .. that isn't very assuring. Instead, I added v6 to my project using npm package aliasing which...
I'll take this on!
@enitrat do I use the secp256r1 or secp256k1 curve? Also I'm not entirely sure how to import the function. I tried - ``` use starknet::secp256_trait:: recover_public_key_u32; use starknet::secp256k1::{Secp256k1Point, Secp256k1PointImpl}; ```...