Skip to content

Commit

Permalink
fix: add missing dollar/yield module minter permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
g-luca committed Jan 29, 2025
1 parent dd3515c commit f6ce82a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ modules:
permissions: [ burner, minter ]
- account: dollar
permissions: [ burner, minter ]
- account: dollar/yield
permissions: [ minter ]
authority: authority # Utilize our custom x/authority module.
- name: authz
config:
Expand Down

0 comments on commit f6ce82a

Please sign in to comment.