Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
siandreev committed Dec 18, 2024
1 parent 8841d52 commit 92d79a7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ import { Builder } from '@ton/ton';
import { getServerTime, getTTL } from '../utils';

export class TwoFAEncoder {
public static readonly deployPluginValue = toNano(0.05); // TODO сколько надо? 0.5
public static readonly deployPluginValue = toNano(0.05); // TODO 0.5

public static readonly refillAtValue = toNano(0.04); // TODO сколько надо? 0.36
public static readonly refillAtValue = toNano(0.04); // TODO 0.4

public static readonly refillValue = toNano(0.01); // TODO сколько надо? 0.36
public static readonly refillValue = toNano(0.01); // TODO 0.1

/**
* install#43563174 service_pubkey:uint256 seed_pubkey:uint256 = InternalMessage;
Expand Down

0 comments on commit 92d79a7

Please sign in to comment.