Skip to content

Commit

Permalink
add holesky instance & bump version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Sep 4, 2023
1 parent 66f5852 commit f135947
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
29 changes: 19 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@ For a more detailed description, take a look into the [Project Wiki](https://git
</thead>
<tbody>
<tr>
<td>Goerli Testnet</td>
<td><a href="https://goerli-faucet.pk910.de">https://goerli-faucet.pk910.de</a></td>
<td>
<a href="#"><img alt="Faucet Version" src="https://img.shields.io/endpoint?url=https%3A%2F%2Ffaucets.pk910.de%2Fbadges%2Fversion.php%3Ffaucet%3Dgoerli-faucet" /></a>
<a href="https://stats.uptimerobot.com/lW1jltO2k0/794659716"><img alt="Uptime Robot ratio (30 days)" src="https://img.shields.io/uptimerobot/ratio/m794659716-25637f4701eec63fca289bbf" /></a>
<a href="https://goerli.etherscan.io/address/0x6Cc9397c3B38739daCbfaA68EaD5F5D77Ba5F455"><img alt="Faucet Balance" src="https://img.shields.io/endpoint?url=https%3A%2F%2Ffaucets.pk910.de%2Fbadges%2Fbalance.php%3Ffaucet%3Dgoerli-faucet" /></a>
</td>
</tr>
<tr>
<td>Sepolia Testnet</td>
<td><a href="https://github.com/eth-clients/sepolia">Sepolia Testnet</a></td>
<td><a href="https://sepolia-faucet.pk910.de">https://sepolia-faucet.pk910.de</a></td>
<td>
<a href="#"><img alt="Faucet Version" src="https://img.shields.io/endpoint?url=https%3A%2F%2Ffaucets.pk910.de%2Fbadges%2Fversion.php%3Ffaucet%3Dsepolia-faucet" /></a>
<a href="https://stats.uptimerobot.com/lW1jltO2k0/794659718"><img alt="Uptime Robot ratio (30 days)" src="https://img.shields.io/uptimerobot/ratio/m794659718-c8c94ebdcae5283c5df1a5ad" /></a>
<a href="https://sepolia.etherscan.io/address/0x6Cc9397c3B38739daCbfaA68EaD5F5D77Ba5F455"><img alt="Faucet Balance" src="https://img.shields.io/endpoint?url=https%3A%2F%2Ffaucets.pk910.de%2Fbadges%2Fbalance.php%3Ffaucet%3Dsepolia-faucet" /></a>
</td>
</tr>
<tr>
<td><a href="https://github.com/eth-clients/holesky">Holešovice Testnet</a></td>
<td><a href="https://holesky-faucet.pk910.de">https://holesky-faucet.pk910.de</a></td>
<td>
<a href="#"><img alt="Faucet Version" src="https://img.shields.io/endpoint?url=https%3A%2F%2Ffaucets.pk910.de%2Fbadges%2Fversion.php%3Ffaucet%3Dholesky-faucet" /></a>
<a href="https://stats.uptimerobot.com/lW1jltO2k0/795198747"><img alt="Uptime Robot ratio (30 days)" src="https://img.shields.io/uptimerobot/ratio/m795198747-dbc5794093556ee744ed909a" /></a>
<a href="https://holesky.etherscan.io/address/0x6Cc9397c3B38739daCbfaA68EaD5F5D77Ba5F455"><img alt="Faucet Balance" src="https://img.shields.io/endpoint?url=https%3A%2F%2Ffaucets.pk910.de%2Fbadges%2Fbalance.php%3Ffaucet%3Dholesky-faucet" /></a>
</td>
</tr>
<tr>
<td><a href="https://github.com/ephemery-testnet/ephemery-resources">Ephemery Testnet</a></td>
<td><a href="https://ephemery-faucet.pk910.de">https://ephemery-faucet.pk910.de</a></td>
Expand All @@ -64,6 +64,15 @@ For a more detailed description, take a look into the [Project Wiki](https://git
<a href="https://explorer.ephemery.dev/address/0x6Cc9397c3B38739daCbfaA68EaD5F5D77Ba5F455"><img alt="Faucet Balance" src="https://img.shields.io/endpoint?url=https%3A%2F%2Ffaucets.pk910.de%2Fbadges%2Fbalance.php%3Ffaucet%3Dephemery-faucet" /></a>
</td>
</tr>
<tr>
<td><a href="https://github.com/eth-clients/goerli">Goerli Testnet</a> (deprecated)</td>
<td><a href="https://goerli-faucet.pk910.de">https://goerli-faucet.pk910.de</a></td>
<td>
<a href="#"><img alt="Faucet Version" src="https://img.shields.io/endpoint?url=https%3A%2F%2Ffaucets.pk910.de%2Fbadges%2Fversion.php%3Ffaucet%3Dgoerli-faucet" /></a>
<a href="https://stats.uptimerobot.com/lW1jltO2k0/794659716"><img alt="Uptime Robot ratio (30 days)" src="https://img.shields.io/uptimerobot/ratio/m794659716-25637f4701eec63fca289bbf" /></a>
<a href="https://goerli.etherscan.io/address/0x6Cc9397c3B38739daCbfaA68EaD5F5D77Ba5F455"><img alt="Faucet Balance" src="https://img.shields.io/endpoint?url=https%3A%2F%2Ffaucets.pk910.de%2Fbadges%2Fbalance.php%3Ffaucet%3Dgoerli-faucet" /></a>
</td>
</tr>
</tbody>
</table>

Expand Down
2 changes: 1 addition & 1 deletion faucet-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pow-faucet-client",
"version": "2.0.4",
"version": "2.0.5",
"description": "PoW Faucet Client",
"scripts": {
"bundle": "webpack",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pow-faucet-server",
"version": "2.0.4",
"version": "2.0.5",
"description": "PoW Faucet Server",
"main": "dist/app.js",
"bin": "dist/powfaucet.js",
Expand Down

0 comments on commit f135947

Please sign in to comment.