corona→corona: academic Corona now only in lp-220-p3q-corona

This commit is contained in:
zeekay
2026-06-11 10:28:44 -07:00
parent 0cc382741c
commit fc08afc683
+3 -3
View File
@@ -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@<sha>` 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@<sha>`:
```dockerfile
# In a downstream wallet repo/Dockerfile (in-flight elsewhere)
# In ~/work/securities-l1/wallet/Dockerfile (in-flight elsewhere)
ARG UPSTREAM_REF=<sha-from-this-repo>
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