Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/clarinet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
mkdir -p ~/.clarinet
echo "enable_hints = false" >> ~/.clarinet/clarinetrc.toml
- name: "Check contract syntax"
uses: docker://hirosystems/clarinet:2.8.0
uses: docker://hirosystems/clarinet:latest
with:
args: check
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ dist
# will use files obtained locally beforehand
# .cache/
# still want to ignore these two
.cache/deps
.cache/gen
.cache
# .cache/requirements will upload contracts

.requirements/
Expand Down
11 changes: 10 additions & 1 deletion Clarinet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ contract_id = "STSCWDV3RKV5ZRN1FQD84YE1NQFEDJ9R1D64KKHQ.newyorkcitycoin-core-v2"
[[project.requirements]]
contract_id = "STSCWDV3RKV5ZRN1FQD84YE1NQFEDJ9R1D64KKHQ.newyorkcitycoin-token-v2"

# CITYCOINS PROTOCOL CONTRACTS
[[project.requirements]]
contract_id = "SP8A9HZ3PKST0S42VM9523Z9NV42SZ026V4K39WH.ccd002-treasury-mia-stacking"

[[project.requirements]]
contract_id = "SP8A9HZ3PKST0S42VM9523Z9NV42SZ026V4K39WH.ccd002-treasury-nyc-stacking"

[contracts.base-dao]
path = "contracts/base-dao.clar"
Expand Down Expand Up @@ -206,6 +210,11 @@ path = "contracts/proposals/ccip025-extend-sunset-period-3.clar"
clarity_version = 2
epoch = 2.5

[contracts.ccip016-missed-payouts]
path = "contracts/proposals/ccip016-missed-payouts.clar"
clarity_version = 3
epoch = 3.1

# CITYCOINS PROTOCOL TRAITS

[contracts.extension-trait]
Expand Down
Loading