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
select *
from
(
SELECT
*,
JSONExtractString(message, 'msg', 'propose', 'msg', 'propose', 'msgs') as propose,
arrayJoin(JSONExtractArrayRaw(JSONExtractString(message, 'msg', 'propose', 'msg', 'propose', 'msgs'))) as s
FROM spacebox.message
WHERE `type` = '/cosmwasm.wasm.v1.MsgExecuteContract' and propose != '' and JSONExtractString(s, 'custom') != ''
)
https://docs.neutron.org/neutron/modules/cron/overview
the same like #88
The text was updated successfully, but these errors were encountered: