From 64ad8064755d96fc26648607688ad91bdf92bbce Mon Sep 17 00:00:00 2001 From: mikera Date: Tue, 14 Jan 2025 15:55:15 +0000 Subject: [PATCH] Archon updates --- convex-core/src/main/cvx/convex/lab/archon.cvx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convex-core/src/main/cvx/convex/lab/archon.cvx b/convex-core/src/main/cvx/convex/lab/archon.cvx index 0e9ad7635..afa04b612 100644 --- a/convex-core/src/main/cvx/convex/lab/archon.cvx +++ b/convex-core/src/main/cvx/convex/lab/archon.cvx @@ -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