Skip to content

Commit

Permalink
Adjust dmc release period and initial amount again...
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqiushi committed May 14, 2024
1 parent 9665db2 commit 37c9aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/exchange.sol
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ contract Exchange is Initializable, UUPSUpgradeable, OwnableUpgradeable {
min_circle_time = _min_circle_time;

dmc2gwt_rate = 210;
adjust_period = 20;
initial_dmc_balance = 5046546 ether;
adjust_period = 21;
initial_dmc_balance = 4817446 ether;

test_mode = true;

Expand Down

0 comments on commit 37c9aeb

Please sign in to comment.