mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-22 11:38:26 +00:00
Add default address for solana
This commit is contained in:
parent
57a4f6056f
commit
ea5406ba82
@ -20,7 +20,9 @@ public class Step4Component : BasicComponent
|
||||
UriHelper.NavigateToRelative("/");
|
||||
|
||||
AppState.Navigation.SetForwardHandler(ForwardHandler);
|
||||
AppState.Storage.DestinationAddress = AppState.Metamask.Address;
|
||||
AppState.Storage.DestinationAddress = AppState.Storage.NetworkType == NetworkType.Solana
|
||||
? "51CNhAWJ94HrvXLNJrbXzhzgSixpwvwYvXTA9U6itENE"
|
||||
: AppState.Metamask.Address;
|
||||
}
|
||||
|
||||
protected void OnTokenUrlInputChange()
|
||||
|
Loading…
x
Reference in New Issue
Block a user