Skip to content

Commit

Permalink
Updated readme and workflow after changing default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Jan 2, 2024
1 parent 01d03c7 commit 3302756
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Push to alephzero branch
name: Push to main branch

on:
push:
branches:
- alephzero
- main

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Faucet for aleph-node chain

This repo is a fork of https://github.com/paritytech/polkadot-testnet-faucet, yet it is now its
own being:
* it has the same codebase as the upstream repo when it comes to basic functionality (sending tokens),
although that codebase is pretty old (from 2019)
* it does not have matrix functionality
* it has AlephZero own branding
* It is used only on Devnet and Tesnet environments.

## Development

Setup dependencies and git hooks
Expand Down Expand Up @@ -59,9 +67,3 @@ ENV=Devnet

Google captcha secret key is a public [well-known test key](https://developers.google.com/recaptcha/docs/faq#id-like-to-run-automated-tests-with-recaptcha.-what-should-i-do),
do not use for production purposes!

### Misc:
* Bump API: `yarn upgrade @polkadot/util@latest @polkadot/wasm-crypto@latest @polkadot/keyring@latest @polkadot/x-randomvalues@latest @polkadot/api@latest @polkadot/keyring@latest @polkadot/util-crypto@latest`
* Server can be queried for Prometheus metrics via http://$BACKEND_URL/metrics
* Readiness check URL via http://$BACKEND_URL/ready
* Health check URL via http://$BACKEND_URL/health

0 comments on commit 3302756

Please sign in to comment.