Skip to content

Commit

Permalink
fix: update action naming template
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Jan 9, 2025
1 parent 1eb7fb2 commit ef56382
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Clarinet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@ path = 'contracts/dao/extensions/aibtc-treasury.clar'
clarity_version = 2
epoch = 3.0

# dao actions (as extensions)

[contracts.aibtc-action-send-message]
path = 'contracts/dao/extensions/actions/aibtc-action-send-message.clar'
clarity_version = 2
epoch = 3.0

[contracts.aibtc-action-set-account-holder]
path = 'contracts/dao/extensions/actions/aibtc-action-set-account-holder.clar'
clarity_version = 2
epoch = 3.0

# dao proposals

[contracts.aibtc-bank-account-deposit-stx]
Expand Down Expand Up @@ -297,17 +309,6 @@ path = 'contracts/dao/traits/aibtcdev-dao-v1.clar'
clarity_version = 2
epoch = 3.0

# actions
[contracts.set-account-holder]
path = 'contracts/dao/extensions/actions/set-account-holder.clar'
clarity_version = 2
epoch = 3.0

[contracts.send-message]
path = 'contracts/dao/extensions/actions/send-message.clar'
clarity_version = 2
epoch = 3.0

# testing utilities

[contracts.test-treasury]
Expand Down

0 comments on commit ef56382

Please sign in to comment.