Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Hello, I'm updating my SCs to prevent using heap memory, but I'm out of ideas could someone help me ? I want to check inside the smartcontract if caller addresses are whitelisted like this in the init function self.allowlist().insert(ManagedAddress::from_address(&Address::from(H256::from(hex!("1ff238d3d35e0f942b384aaaa111xxxxxxxxxxxxxxxxxxxxxx"))))); Even if I used 'ManagedAddress' it's not enough to prevent heap mem usage, how do you manage whitelist for your SCs guys ?