From 182c8bac7d54b82f6057054e36bc4efbd266e6e6 Mon Sep 17 00:00:00 2001 From: Zoraiz Mahmood <35128199+rzmahmood@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:23:31 +1100 Subject: [PATCH 1/2] Update config.yaml to use 32 slots per epoch and official deposit contract address --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index c598839..f2fd972 100644 --- a/config.yml +++ b/config.yml @@ -24,7 +24,7 @@ DENEB_FORK_EPOCH: 0 # Time parameters SECONDS_PER_SLOT: 12 -SLOTS_PER_EPOCH: 6 +SLOTS_PER_EPOCH: 32 # Deposit contract -DEPOSIT_CONTRACT_ADDRESS: 0x4242424242424242424242424242424242424242 \ No newline at end of file +DEPOSIT_CONTRACT_ADDRESS: 0x00000000219ab540356cBB839Cbe05303d7705Fa \ No newline at end of file From af8fef0ab89ed8349c7515f379272a252db65ecb Mon Sep 17 00:00:00 2001 From: Zoraiz Mahmood <35128199+rzmahmood@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:27:40 +1100 Subject: [PATCH 2/2] Update config.yml --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index f2fd972..bb6a63d 100644 --- a/config.yml +++ b/config.yml @@ -27,4 +27,4 @@ SECONDS_PER_SLOT: 12 SLOTS_PER_EPOCH: 32 # Deposit contract -DEPOSIT_CONTRACT_ADDRESS: 0x00000000219ab540356cBB839Cbe05303d7705Fa \ No newline at end of file +DEPOSIT_CONTRACT_ADDRESS: 0x4242424242424242424242424242424242424242 \ No newline at end of file