mirror of
https://github.com/luxfi/wallet.git
synced 2026-07-26 22:49:14 +00:00
corona→corona: academic Corona now only in lp-220-p3q-corona
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user