Open jrwbabylonlab opened 4 months ago
You can re-produce this locally in docker by running follow command
docker build \
--build-arg APP_NEXT_PUBLIC_MEMPOOL_API="https://babylon.mempool.space" \
--build-arg APP_NEXT_PUBLIC_API_URL="https://staking-api.btc-mainnet.babylonchain.io" \
--build-arg APP_NEXT_PUBLIC_NETWORK="mainnet" \
--build-arg APP_NEXT_PUBLIC_DISPLAY_TESTING_MESSAGES="false" \
-t babylonchain/simple-staking .
then
docker run -d --name simple-staking -p 3000:3000 \
-e MEMPOOL_API="https://babylon.mempool.space" \
-e API_URL="https://staking-api.btc-mainnet.babylonchain.io" \
-e NETWORK="mainnet" \
-e DISPLAY_TESTING_MESSAGES="false" \
babylonchain/simple-staking