You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
const gas_consumption: Int = ton("0.01");
|
|
|
|
const withdraw_gas_consumption: Int = ton("0.1");
|
|
|
|
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.1"); // Minimum amount of TON to keep on TONB
|
|
|
|
const transfer_gas_consumption: Int = ton("0.05"); // Gas consumption during transfer processing
|