Using ct-unstable branch

This commit is contained in:
Chris Troutner
2025-05-16 02:22:19 +00:00
parent e4a37b1c10
commit fb9612bb65
2 changed files with 14 additions and 2 deletions
+3 -2
View File
@@ -53,7 +53,7 @@ RUN git clone https://github.com/Permissionless-Software-Foundation/bch-dex-ui-v
WORKDIR /home/safeuser/bch-dex-ui-v3
# For development: switch to unstable branch
RUN git checkout fullstack
RUN git checkout ct-unstable
# Install dependencies
#RUN mkdir .ipfsdata
@@ -61,7 +61,8 @@ RUN git checkout fullstack
RUN npm install
# Build the site
RUN CI=true npm run build
#RUN CI=true npm run build
RUN npm run build
# Load the NGINX image.
FROM nginx
+11
View File
@@ -0,0 +1,11 @@
{
"privateKey": "L4VyBDiWYYeeZhkM3xE3nsZigXJYmvRM29YBxoC7da4FzvubjxFo",
"publicKey": "028d6c77d865e6140db4b879a9bdf69ee4846593c0b6c48a82c448d5792806aab1",
"mnemonic": "split title trigger soda execute frost brush labor vague protect bicycle fiscal",
"cashAddress": "bitcoincash:qprrdk7en7m774gsafkycxcymc9ry209jus5v8wx5z",
"address": "bitcoincash:qprrdk7en7m774gsafkycxcymc9ry209jus5v8wx5z",
"legacyAddress": "17QG25rNUfnfj2NtdaFiyiqKSJatvEnMYd",
"hdPath": "m/44'/245'/0'/0/0",
"slpAddress": "simpleledger:qprrdk7en7m774gsafkycxcymc9ry209juu08umx2u",
"nextAddress": 1
}