Skip to content

Commit

Permalink
name as Super World Computer
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchaindevsh committed Sep 28, 2024
1 parent 6d4ea7c commit 332f34a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>QuarkChain L2: Authenticated Faucet</title>
<title>Super World Computer: Authenticated Faucet</title>

<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
Expand Down Expand Up @@ -56,13 +56,13 @@
<div class="container">
<div class="row" style="margin-bottom: 16px;">
<div class="col-lg-12">
<h1 style="text-align: center;"><i class="fa fa-bath" aria-hidden="true"></i> QuarkChain L2 Authenticated Faucet</h1>
<h1 style="text-align: center;"><i class="fa fa-bath" aria-hidden="true"></i> Super World Computer Authenticated Faucet</h1>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="input-group">
<input id="url" name="url" type="text" class="form-control" placeholder="Your QuarkChain address...">
<input id="url" name="url" type="text" class="form-control" placeholder="Your Super World Computer address...">
<span class="input-group-btn">
<button class="btn btn-default dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Give me QKC<i class="fa fa-caret-down" aria-hidden="true"></i></button>
<ul class="dropdown-menu dropdown-menu-right">
Expand Down Expand Up @@ -93,7 +93,7 @@ <h1 style="text-align: center;"><i class="fa fa-bath" aria-hidden="true"></i> Qu
<div class="row" style="margin-top: 32px;">
<div class="col-lg-12">
<h3>How does this work?</h3>
<p>This QKC faucet is running on the QuarkChain L2 network. To prevent malicious actors from exhausting all available funds or accumulating enough QKC to mount long running spam attacks, requests are tied to Ethereum mainnet accounts. Anyone having at least 0.01 ETH in Ethereum mainnet may request funds within the permitted limits.</p>
<p>This QKC faucet is running on the Super World Computer. To prevent malicious actors from exhausting all available funds or accumulating enough QKC to mount long running spam attacks, requests are tied to Ethereum mainnet accounts. Anyone having at least 0.01 ETH in Ethereum mainnet may request funds within the permitted limits.</p>
<p>You can track the current pending requests below the input field to see how much you have to wait until your turn comes.</p>

</div>
Expand Down

0 comments on commit 332f34a

Please sign in to comment.