econia-labs / econia

Hyper-parallelized on-chain order book for the Aptos blockchain
https://econia.dev
Other
134 stars 47 forks source link

[ECO-1520] fix function permissions #749

Closed CRBl69 closed 5 months ago

CRBl69 commented 5 months ago

746 introduced a problem as web_anon did not have the right to query the aggregator schema.

That was fixed by replacing refs to the aggregator schema by the api schema.

The rights on the api schema were also given to web_anon where needed.