mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 10:35:08 +02:00
Allow for setting other addresses
This commit is contained in:
parent
84503950d1
commit
12e5b8200d
@ -81,7 +81,7 @@ export default function Verifier() {
|
|||||||
<h1>Rocketeer avatar attribution</h1>
|
<h1>Rocketeer avatar attribution</h1>
|
||||||
|
|
||||||
<p>Input the address you want to assign the avatar to.</p>
|
<p>Input the address you want to assign the avatar to.</p>
|
||||||
<input type='text' value={ validatorAddress } />
|
<input type='text' onChange={ ( { target } ) => setValidatorAddress( target.value ) } value={ validatorAddress } />
|
||||||
|
|
||||||
<p>Select the network you want to assign for:</p>
|
<p>Select the network you want to assign for:</p>
|
||||||
<div className="radios">
|
<div className="radios">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user