Skip to content

Commit

Permalink
fix: update name to match ccip, default cityId
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Aug 8, 2024
1 parent b24364f commit 84ac617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/proposals/ccip019-pox-4-stacking.clar
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

(define-constant SELF (as-contract tx-sender))
(define-constant CCIP_019 {
name: "PoX-4 Stacking",
name: "Stack MIA Mining Treasury with PoX 4",
link: "https://github.com/citycoins/governance/blob/feat/add-ccip-019/ccips/ccip-019/ccip-019-stack-mia-mining-treasury.md",
hash: "214fb59a81d3d63c8e1e32100cda3bc5ca91b413",
})

(define-constant VOTE_SCALE_FACTOR (pow u10 u16)) ;; 16 decimal places

(define-constant MIA_ID (default-to u2 (contract-call? .ccd004-city-registry get-city-id "mia")))
(define-constant MIA_ID (default-to u1 (contract-call? .ccd004-city-registry get-city-id "mia")))

;; DATA VARS

Expand Down

0 comments on commit 84ac617

Please sign in to comment.