Skip to content

Billetera #251

@zixxtech

Description

@zixxtech

Your issue will be reviewed by a maintainer and labeled for further action.
To complete your request, follow the bot-actions to report this on the support E-mail box and follow the outlined steps. Alternatively, you can report this issue on the official web page to an agent for assistance.
@angellopez22f-bot


          Issue Description 

// config.js export const CONFIG = { // Wallet configuration HIGHLOAD_WALLET_TIMEOUT: 60 * 60, // seconds (1 hour) RECOMMENDED_TIMEOUT_RANGE: { MIN: 60 * 60, // 1 hour MAX: 24 * 60 * 60, // 24 hours }, MAX_WALLET_MESSAGES_PER_TIMEOUT: 8380415,

// Processing configuration
MAX_REQUESTS_PER_TICK: 100,
TX_FETCH_LIMIT: 20,
TICK_INTERVAL: 8 * 1000,      // ms
TX_TICK_INTERVAL: 5 * 1000,   // ms

// Example values
EXAMPLE_WITHDRAWAL_AMOUNT: '0.0123', // TON

};

export const API_ENDPOINTS = { mainnet: 'https://toncenter.com/api/v2/jsonRPC', testnet: 'https://testnet.toncenter.com/api/v2/jsonRPC', };

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingduplicateThis issue or pull request already existsenhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions