Skip to content

Commit

Permalink
fix(hasura): add guest permissions to select token and transactions data
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Aug 29, 2023
1 parent 55cae9e commit eac746a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hasura/metadata/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ actions:
definition:
kind: ""
handler: '{{HASURA_GRAPHQL_ACTION_EVM_URL}}/evm-token-history'
permissions:
- role: guest
- name: evm_transactions_history
definition:
kind: ""
handler: '{{HASURA_GRAPHQL_ACTION_EVM_URL}}/evm-transactions-history'
permissions:
- role: guest
- name: getProducersInfo
definition:
kind: synchronous
Expand Down

0 comments on commit eac746a

Please sign in to comment.