You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The merkle root being generated for me is wrong. I looked at the list of addresses included when i click the copy button and it's an array of the correct size but all addresses are "0x". When I use this empty list I see that the root is correct.
(also the copied solidity fails on mintAllowList because it needs calldata added to the _proof parameter)
The text was updated successfully, but these errors were encountered:
okwme
added a commit
to okwme/lanyard
that referenced
this issue
Jul 3, 2023
The merkle root being generated for me is wrong. I looked at the list of addresses included when i click the copy button and it's an array of the correct size but all addresses are "0x". When I use this empty list I see that the root is correct.
(also the copied solidity fails on
mintAllowList
because it needscalldata
added to the_proof
parameter)The text was updated successfully, but these errors were encountered: