GPT: сгенерено и не проверено (смена ключей пользователя)

This commit is contained in:
AidarKC
2026-09-27 15:50:27 +03:00
parent 13693a0a53
commit 151a2c1754
94 changed files with 5327 additions and 815 deletions
@@ -126,7 +126,7 @@ export function render({ navigate }) {
// Blockchain key
const bchSep = document.createElement('p');
bchSep.className = 'field-label';
bchSep.textContent = 'Blockchain key';
bchSep.textContent = 'Blockchain key (= Solana wallet)';
card.append(bchSep);
card.append(makePublicField({
label: 'Blockchain — публичный (base58)',
@@ -140,7 +140,7 @@ export function render({ navigate }) {
// Client key
const devSep = document.createElement('p');
devSep.className = 'field-label';
devSep.textContent = 'Client key (= Solana wallet)';
devSep.textContent = 'Client key';
card.append(devSep);
card.append(makePublicField({
label: 'Client — публичный (base58)',