Skip to content

Commit

Permalink
fixed config
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanProgrammer committed Jan 12, 2024
1 parent a881778 commit 6db4a90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"decreaseInterval": 60,
"withdrawLockPeriod": 1,
"claimLockPeriod": 1,
"withdrawLockPeriodAfterStake": 30,
"initialReward": "100000000000000000000",
"rewardDecrease": "100000000000000000000",
"minimalStake": "1000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deploy/data/config_goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"decreaseInterval": 60,
"withdrawLockPeriod": 1,
"claimLockPeriod": 1,
"withdrawLockPeriodAfterStake": 30,
"initialReward": "100000000000000000000",
"rewardDecrease": "100000000000000000000",
"minimalStake": "1000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deploy/data/config_localhost.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"decreaseInterval": 60,
"withdrawLockPeriod": 1,
"claimLockPeriod": 1,
"withdrawLockPeriodAfterStake": 30,
"initialReward": "100000000000000000000",
"rewardDecrease": "100000000000000000000",
"minimalStake": "1000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deploy/data/config_sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"decreaseInterval": 60,
"withdrawLockPeriod": 1,
"claimLockPeriod": 1,
"withdrawLockPeriodAfterStake": 30,
"initialReward": "100000000000000000000",
"rewardDecrease": "100000000000000000000",
"minimalStake": "10000000000",
Expand Down

0 comments on commit 6db4a90

Please sign in to comment.