+
+
+ setApplicationAddress(e.target.value)}
+ placeholder="0x..."
+ className="w-full rounded-lg border border-border bg-input px-3 py-2 text-sm text-foreground placeholder:text-muted-foreground focus:border-ring focus:ring-2 focus:ring-ring"
+ />
+
+
+
+
+ Smart Account Address
+
+ {isLoading && '…'}
+ {isError && {error?.message ?? '—'}}
+ {!isLoading && !isError && (smartAccountAddress ?? '—')}
+
+
+
+
+