import { defaultSolanaCluster, defaultSolanaEndpoint } from './deploy-config.js'; export const SOLANA_CLUSTER = defaultSolanaCluster; // Для браузерного UI endpoint выбирается на уровне deploy-config.js конкретного инстанса. export const SOLANA_ENDPOINT_DEFAULT = defaultSolanaEndpoint; // Единый файл актуальных Solana Program ID для UI-части SHiNE. // При смене адресов обновлять этот файл и все его потребители внутри shine-UI. export const SHINE_USERS_PROGRAM_ID = 'SHiNEPr1APdAgNBteUyBXcNovaHctpSjUu8oH2ZJdN6'; export const SHINE_USERS_ECONOMY_CONFIG_SEED = 'shine_users_economy_config'; export const SHINE_LOGIN_GUARD_PROGRAM_ID = 'SHiGxGsXGioQYCYhchQ5R7KWoxN5UjFAFsucPf6sfnh'; export const SHINE_PAYMENTS_PROGRAM_ID = 'SHiPmXbM9Fs9khzRUW3TGKsS2W84aqaXTxs3ZkajW9v';