andromedaprotocol / andromeda-core

Operating System and ADO Smart Contracts
https://andromedaprotocol.io/
38 stars 27 forks source link

[Rates] Base Query for Rates Retrieval Not Working. #532

Closed daniel-wehbe closed 2 months ago

daniel-wehbe commented 2 months ago

Describe the bug The Base queries to retrieve the set rates on an action GetRate and all rates AllRates are not working and returning the error that is described below.

Error Code WebApp: Query failed with (6): UnsupportedOperation: query wasm contract failed: unknown request

CLI: Error: Query failed with (6): Error parsing into type andromeda_data_storage::primitive::QueryMsg: unknown variant get_rate, expected one of get_value, get_type, all_keys, owner_keys, owner, ownership_request, type, kernel_address, app_contract, original_publisher, block_height_upon_creation, version, a_d_o_base_version, permissions, permissioned_actions: query wasm contract failed: unknown request

To Reproduce