const gas_consumption: Int = ton("0.01"); const withdraw_gas_consumption: Int = ton("0.15"); const deposit_gas_consumption: Int = ton("0.01"); // Gas consumption during processing const linker_credit: Int = ton("0.02"); // TON to send to the linker for the fees const wallet_credit: Int = ton("0.065"); // TON to send to the wallet for the fees const tonb_floor: Int = ton("0.5"); // Minimum amount of TON to keep on TONB const transfer_gas_consumption: Int = ton("0.05"); // Gas consumption during transfer processing const staking_gas: Int = ton("0.3");