|
|
@@ -183,8 +183,8 @@ class TopUpService
|
|
|
|
|
|
$keyboard = [
|
|
|
[
|
|
|
- ['text' => 'TRC20', 'callback_data' => "topup@@trc20"],
|
|
|
- ['text' => 'ERC20', 'callback_data' => 'topUp@@erc20']
|
|
|
+ ['text' => '$TRC20', 'callback_data' => "topup@@TRC20"],
|
|
|
+ ['text' => '$ERC20', 'callback_data' => 'topUp@@ERC20']
|
|
|
],
|
|
|
[
|
|
|
['text' => "🔙返回", 'callback_data' => "topUp@@home"],
|