1
This commit is contained in:
parent
13d39621cc
commit
e145ec4f72
@ -192,7 +192,7 @@ class StakingController extends BaseAuthedController {
|
||||
array_push(
|
||||
$items,
|
||||
array(
|
||||
'time' => $days,
|
||||
'time' => $days * 30,
|
||||
'interest' => 1
|
||||
)
|
||||
);
|
||||
@ -203,7 +203,7 @@ class StakingController extends BaseAuthedController {
|
||||
array_push(
|
||||
$items,
|
||||
array(
|
||||
'time' => $days,
|
||||
'time' => $days * 30,
|
||||
'interest' => 5
|
||||
)
|
||||
);
|
||||
@ -214,7 +214,7 @@ class StakingController extends BaseAuthedController {
|
||||
array_push(
|
||||
$items,
|
||||
array(
|
||||
'time' => $days,
|
||||
'time' => $days * 30,
|
||||
'interest' => 15
|
||||
)
|
||||
);
|
||||
@ -225,7 +225,7 @@ class StakingController extends BaseAuthedController {
|
||||
array_push(
|
||||
$items,
|
||||
array(
|
||||
'time' => $days,
|
||||
'time' => $days * 30,
|
||||
'interest' => 40
|
||||
)
|
||||
);
|
||||
@ -236,7 +236,7 @@ class StakingController extends BaseAuthedController {
|
||||
array_push(
|
||||
$items,
|
||||
array(
|
||||
'time' => $days,
|
||||
'time' => $days * 30,
|
||||
'interest' => 100
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user