forked from TGRTON/TegroTONbot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.php
20 lines (20 loc) · 948 Bytes
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
###########################
$admin = 00000; // ChatID of a manager/owner
$verifyrecepient = "XXXX"; // TON wallet for getting vefification transactions
$refpercent = 5; // Is not in use
$depopercent = 5; // A referral percent for deposits
$NFTRefPercent = 10; // Referral percent
$wallet2donate = "XXXXX"; // TON wallet for donations
$verifRefFee = 0.05; // Comission to referral from verification payment
$api_key = 'XXX'; // TON CON API Key
$roskassa_publickey = 'XXXX'; // TON CON Public Key
$roskassa_secretkey = 'XXXX'; // TON CON Secret Key
$tonconrate = 1.6181; // CON and CryptoBot comission
$NFTwalletTON = "XXXXX"; // TON Wallet for incoming payments
$nftCatRate = 45; // Is not in use
$nftDogRate = 161.81;// Is not in use
$toncenterAPIKey = "XXXXX"; // API Key of Toncenter website
$CryptoPayAPIToken = ""; // CryptoPay API Token
define('TOKEN', 'XXXXX'); // Add the Bot API Token
###########################