In Laundrette.sol::configureDependencies
the returned Keycode[] dependencies array does not return the correct values.
The dependencies[0] array spot is saved to by both toKeycode("MONEY")
and toKeycode("WEAPN")
This is the current return values:
[0x574541504e000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000]
This is what it should return:
[0x4d4f4e4559000000000000000000000000000000000000000000000000000000, 0x574541504e000000000000000000000000000000000000000000000000000000]
--Foundry
It is recommended to use the [1] slot of the dependencies array and set it's value to toKeycode("WEAPN")
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.