Refactor wallet connect, automatically propose network
This commit is contained in:
@@ -8,20 +8,21 @@
|
||||
part in the community's project governance and finances.
|
||||
</p>
|
||||
<p>
|
||||
In order to interact with the system you will need a <a
|
||||
href="https://rootstock.io">Rootstock</a> wallet/account.
|
||||
In order to interact with the system you will need a
|
||||
<a href="https://rootstock.io" target="_blank" rel="noopener noreferrer">Rootstock</a>
|
||||
wallet/account.
|
||||
</p>
|
||||
<form>
|
||||
<p>
|
||||
<label>
|
||||
Rootstock account:<br>
|
||||
Rootstock address:<br>
|
||||
<Input @type="text" @value={{this.accountAddress}} placeholder="0xF18E631Ea191aE4ebE70046Fcb01a436554421BA4" class={{if this.isValidEthAccount "valid" ""}} />
|
||||
</label>
|
||||
</p>
|
||||
</form>
|
||||
<p class="actions">
|
||||
<button disabled={{this.signupButtonDisabled}}
|
||||
onclick={{action "completeSignup"}}
|
||||
<button {{on "click" (fn this.completeSignup)}}
|
||||
disabled={{this.signupButtonDisabled}}
|
||||
type="button">
|
||||
Complete my profile
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user