Skip to content

Commit 0ae73dc

Browse files
authored
Merge pull request #62 from ethpandaops/pk910/pectra-final-contract-addresses
update system contract addresses
2 parents 5919e02 + 49aa7f2 commit 0ae73dc

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

pkg/coordinator/tasks/generate_consolidations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Default settings for the `generate_consolidations` task:
8888
targetPublicKey: ""
8989
consolidationEpoch: null
9090
walletPrivkey: ""
91-
consolidationContract: 0x00431F263cE400f4455c2dCf564e53007Ca4bbBb
91+
consolidationContract: "0x0000BBdDc7CE488642fb579F8B00f3a590007251"
9292
txAmount: "500000000000000000"
9393
txFeeCap: "100000000000"
9494
txTipCap: "1000000000"

pkg/coordinator/tasks/generate_consolidations/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type Config struct {
3030

3131
func DefaultConfig() Config {
3232
return Config{
33-
ConsolidationContract: "0x00431F263cE400f4455c2dCf564e53007Ca4bbBb",
33+
ConsolidationContract: "0x0000BBdDc7CE488642fb579F8B00f3a590007251",
3434
TxAmount: big.NewInt(500000000000000000), // 0.5 ETH
3535
TxFeeCap: big.NewInt(100000000000), // 100 Gwei
3636
TxTipCap: big.NewInt(1000000000), // 1 Gwei

pkg/coordinator/tasks/generate_withdrawal_requests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Default settings for the `generate_withdrawal_requests` task:
8080
sourceIndexCount: 0
8181
withdrawAmount: 0
8282
walletPrivkey: ""
83-
withdrawalContract: 0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA
83+
withdrawalContract: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
8484
txAmount: "500000000000000000"
8585
txFeeCap: "100000000000"
8686
txTipCap: "1000000000"

pkg/coordinator/tasks/generate_withdrawal_requests/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type Config struct {
2929

3030
func DefaultConfig() Config {
3131
return Config{
32-
WithdrawalContract: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA",
32+
WithdrawalContract: "0x00000961Ef480Eb55e80D19ad83579A64c007002",
3333
TxAmount: big.NewInt(500000000000000000), // 0.5 ETH
3434
TxFeeCap: big.NewInt(100000000000), // 100 Gwei
3535
TxTipCap: big.NewInt(1000000000), // 1 Gwei

playbooks/pectra-dev/blockhash-test-with-rpc-call.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tasks:
3535
title: "Check EIP-2935 contract result"
3636
timeout: 5m
3737
config:
38-
callAddress: "0x0aae40965e6800cd9b1f4b05ff21581047e3f91e"
38+
callAddress: "0x0000F90827F1C53a10cb7A02335B175320002935"
3939
ignoreResults:
4040
- "0x0000000000000000000000000000000000000000000000000000000000000000"
4141
failOnMismatch: true

playbooks/pectra-dev/kurtosis/el-triggered-exit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tasks:
2525
- name: generate_transaction
2626
title: "Exit Validator ${validatorIndex} via EL"
2727
config:
28-
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
28+
targetAddress: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
2929
feeCap: 50000000000 # 50 gwei
3030
gasLimit: 1000000
3131
amount: "500000000000000000" # 0.5 ETH

playbooks/pectra-dev/kurtosis/el-triggered-withdrawal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks:
4444
- name: generate_transaction
4545
title: "Exit Validator ${validatorIndex} via EL"
4646
config:
47-
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
47+
targetAddress: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
4848
feeCap: 50000000000 # 50 gwei
4949
gasLimit: 1000000
5050
amount: "500000000000000000" # 0.5 ETH

playbooks/pectra-dev/validator-lifecycle-test-v3.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ tasks:
858858
- name: generate_transaction
859859
title: "Send partial withdrawal transaction for key 8"
860860
config:
861-
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
861+
targetAddress: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
862862
feeCap: 50000000000 # 50 gwei
863863
gasLimit: 1000000
864864
amount: "500000000000000000" # 0.5 ETH
@@ -920,7 +920,7 @@ tasks:
920920
- name: generate_transaction
921921
title: "Send exit transaction for key 0"
922922
config:
923-
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
923+
targetAddress: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
924924
feeCap: 50000000000 # 50 gwei
925925
gasLimit: 1000000
926926
amount: "500000000000000000" # 0.5 ETH
@@ -947,7 +947,7 @@ tasks:
947947
- name: generate_transaction
948948
title: "Send exit transaction for key 2"
949949
config:
950-
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
950+
targetAddress: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
951951
feeCap: 50000000000 # 50 gwei
952952
gasLimit: 1000000
953953
amount: "500000000000000000" # 0.5 ETH
@@ -974,7 +974,7 @@ tasks:
974974
- name: generate_transaction
975975
title: "Send exit transaction for key 9"
976976
config:
977-
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
977+
targetAddress: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
978978
feeCap: 50000000000 # 50 gwei
979979
gasLimit: 1000000
980980
amount: "500000000000000000" # 0.5 ETH

0 commit comments

Comments
 (0)