Skip to content

Commit

Permalink
Archon updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Jan 14, 2025
1 parent 2390cd0 commit 64ad806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions convex-core/src/main/cvx/convex/lab/archon.cvx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

;;;;;;;;;; Governance
;; We set a controller with upgrade and access rights. This can be removed / modified later
;; Use the current controller, or the geneses peer account #12 if unspecified
;; Use the current controller, or the trusted user account #13 if unspecified

(define guv (or *controller* #12))
(define guv (or *controller* #13))
(set-controller guv)

;;;;;;;;;; Values
Expand Down

0 comments on commit 64ad806

Please sign in to comment.