babylonchain / simple-staking

Simple staking application
Other
4 stars 13 forks source link

Minified react error #354

Open jrwbabylonlab opened 2 months ago

jrwbabylonlab commented 2 months ago

image

jrwbabylonlab commented 1 month 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