We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
jrwbabylonlab
No branches or pull requests
The text was updated successfully, but these errors were encountered: