Skip to content

Commit

Permalink
fix: add missing ccip024 contracts to legacy Clarinet.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Aug 9, 2024
1 parent 14edf5d commit 6861ef2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Clarinet-legacy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ path = "contracts/proposals/ccip022-treasury-redemption-nyc.clar"
clarity_version = 2
epoch = 2.4

[contracts.ccip024-miamicoin-signal-vote]
path = "contracts/proposals/ccip024-miamicoin-signal-vote.clar"
clarity_version = 2
epoch = 2.4

# CITYCOINS PROTOCOL TRAITS

[contracts.extension-trait]
Expand Down Expand Up @@ -555,6 +560,11 @@ path = "tests/contracts/proposals/test-ccip022-treasury-redemption-nyc-005.clar"
clarity_version = 2
epoch = 2.4

[contracts.test-ccip024-miamicoin-signal-vote-001]
path = "tests/contracts/proposals/test-ccip024-miamicoin-signal-vote-001.clar"
clarity_version = 2
epoch = 2.4

[repl]
costs_version = 2
parser_version = 2
Expand Down

0 comments on commit 6861ef2

Please sign in to comment.