From fc08afc683183574bca4cd4089509de2596a66dc Mon Sep 17 00:00:00 2001 From: zeekay Date: Thu, 11 Jun 2026 10:28:44 -0700 Subject: [PATCH] =?UTF-8?q?corona=E2=86=92corona:=20academic=20Corona=20no?= =?UTF-8?q?w=20only=20in=20lp-220-p3q-corona?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LEGACY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGACY.md b/LEGACY.md index 254e8dfb..52e098a4 100644 --- a/LEGACY.md +++ b/LEGACY.md @@ -5,7 +5,7 @@ are superseded by this canonical monorepo (`luxfi/wallet`). They should be archived (move to `archive/luxfi/wallet-*` GitHub orgs or set archived=true). The canonical product is `@luxfi/wallet` (this repo, `pkgs/wallet`) consumed -by `apps/{web,mobile,extension}`. White-label users (Liquidity, Zoo, Pars) +by `apps/{web,mobile,extension}`. White-label users (a regulated securities L1, Zoo, Pars) pin a stable `UPSTREAM_REF` against `luxfi/wallet@` instead of forking. ## Status of each sibling repo @@ -119,7 +119,7 @@ luxfi/wallet (this repo) White-label deployments pin `UPSTREAM_REF` to a `luxfi/wallet@`: ```dockerfile -# In a downstream wallet repo/Dockerfile (in-flight elsewhere) +# In ~/work/securities-l1/wallet/Dockerfile (in-flight elsewhere) ARG UPSTREAM_REF= RUN git clone --depth 1 https://github.com/luxfi/wallet.git \ && cd wallet \ @@ -127,7 +127,7 @@ RUN git clone --depth 1 https://github.com/luxfi/wallet.git \ && git checkout "$UPSTREAM_REF" ``` -The same pattern as `a downstream swap repo` shimming `luxfi/exchange`. +The same pattern as `~/work/securities-l1/swap` shimming `luxfi/exchange`. ## Archival action items