Skip to content

Commit

Permalink
chore: change validation to accept checksum address
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio committed Oct 12, 2024
1 parent 03ec0dd commit 38e2c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<div class="from-control">
<label for="address">Wallet Address</label>
<input type="text" id="address" name="address" autocomplete="off" minlength="63"
placeholder="fuel100000... or 0x0000..." pattern="[a-z0-9]{63,66}" />
placeholder="fuel100000... or 0x0000..." pattern="[a-Z0-9]{63,66}" />
</div>
<p class="description">
This is a <b class="bold">Test Ether</b> faucet running on the
Expand Down

0 comments on commit 38e2c02

Please sign in to comment.