@model WalletSetupViewModel @{ Layout = "_LayoutWalletSetup"; ViewData.SetActivePage(StoreNavPages.OnchainSettings, "Confirm addresses", Context.GetStoreData().Id); } @section Navbar { }

@ViewData["Title"]

Please check that your @Model.CryptoCode wallet is generating the same addresses as below.

@if (!ViewContext.ModelState.IsValid) {
} @if (this.Model.Method is WalletSetupMethod.Hardware) { }
@if (Model.Source == "Vault") { } @foreach (var sample in Model.AddressSamples) { @if (Model.Source == "Vault") { } }
Key path Address
@sample.KeyPath @sample.Address @* Using single quotes for the data attributes on purpose *@ Show on device
@section PageFootContent { }