Skip to content

Commit

Permalink
feat: epoch length changed (#1001)
Browse files Browse the repository at this point in the history
* feat: epoch length changed

* chore: comments addressed
  • Loading branch information
SamAg19 authored Sep 4, 2024
1 parent cf9c30b commit dfdc489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/Core/storage/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contract Constants {

uint8 public constant NUM_STATES = 5;

uint16 public constant EPOCH_LENGTH = 1200;
uint16 public constant EPOCH_LENGTH = 300;

// slither-disable-next-line too-many-digits
address public constant BURN_ADDRESS = 0x000000000000000000000000000000000000dEaD;
Expand Down
2 changes: 1 addition & 1 deletion migrations/migrationHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const getdeployedContractInstance = async (
return { Contract, contractInstance };
};

const SOURCE = 'https://raw.githubusercontent.com/razor-network/datasources/master';
const SOURCE = 'https://raw.githubusercontent.com/razor-network/datasources/master/mainnet';

const getJobs = async () => {
try {
Expand Down

0 comments on commit dfdc489

Please sign in to comment.