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