Our faucet currently uses the vanilla version of the auth procedure.
We should switch to AuthRpoFalcon512Acl so that we allow anyone to burn assets without authorization from the faucet creator.
In fact, why not just use the create_basic_fungible_faucet helper from miden-base which handles it already?
See 0xMiden/protocol#1806 (comment) for context
Our faucet currently uses the vanilla version of the auth procedure.
We should switch to
AuthRpoFalcon512Aclso that we allow anyone to burn assets without authorization from the faucet creator.In fact, why not just use the
create_basic_fungible_faucethelper from miden-base which handles it already?See 0xMiden/protocol#1806 (comment) for context