From 24536a2481ea954f57e8c0a830781ab45e18fb4a Mon Sep 17 00:00:00 2001 From: yohanelly95 Date: Tue, 24 Sep 2024 10:50:56 +0530 Subject: [PATCH] chore: 7.5 min epoch --- contracts/Core/storage/Constants.sol | 2 +- deployed/europaTestnet/addresses.json | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 deployed/europaTestnet/addresses.json diff --git a/contracts/Core/storage/Constants.sol b/contracts/Core/storage/Constants.sol index 601edfd4..4a6710aa 100644 --- a/contracts/Core/storage/Constants.sol +++ b/contracts/Core/storage/Constants.sol @@ -29,7 +29,7 @@ contract Constants { uint8 public constant NUM_STATES = 5; - uint16 public constant EPOCH_LENGTH = 300; + uint16 public constant EPOCH_LENGTH = 450; // slither-disable-next-line too-many-digits address public constant BURN_ADDRESS = 0x000000000000000000000000000000000000dEaD; diff --git a/deployed/europaTestnet/addresses.json b/deployed/europaTestnet/addresses.json new file mode 100644 index 00000000..64b66637 --- /dev/null +++ b/deployed/europaTestnet/addresses.json @@ -0,0 +1,12 @@ +{ + "Governance": "0x40c9339735D8A323240C775BAa2aA3DFf4a9068a", + "BlockManager": "0x2c44089cf0b69bB99937E18d3F68E410CDbd72D5", + "CollectionManager": "0x6565F307ADfb1c7105ECa401f600C4c352F4B65f", + "StakeManager": "0x3CD0B9650642D9D47614754f1f25b2D78821a998", + "RewardManager": "0x87da99bEB8F781f7FCC606812BA6E8c5eB46CcD5", + "VoteManager": "0x4B7d5280490BB97D78a9a733678d669c782EaFCA", + "Delegator": "0x36294b24E27AA5a1B82c9f4127CEB082fdB13a99", + "RAZOR": "0x56ea26865DF007dD16b642ecAA3E0B21DeE7Ec64", + "StakedTokenFactory": "0xEd8d85d4fDB870f07A7D92e6400AD46C2e983Bd7", + "RandomNoManager": "0x728038fb03d28866e5028da4fD3b5004fB4C36CE" +}