Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update system contract addresses #62

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/coordinator/tasks/generate_consolidations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Default settings for the `generate_consolidations` task:
targetPublicKey: ""
consolidationEpoch: null
walletPrivkey: ""
consolidationContract: 0x00431F263cE400f4455c2dCf564e53007Ca4bbBb
consolidationContract: "0x0000BBdDc7CE488642fb579F8B00f3a590007251"
txAmount: "500000000000000000"
txFeeCap: "100000000000"
txTipCap: "1000000000"
Expand Down
2 changes: 1 addition & 1 deletion pkg/coordinator/tasks/generate_consolidations/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Config struct {

func DefaultConfig() Config {
return Config{
ConsolidationContract: "0x00431F263cE400f4455c2dCf564e53007Ca4bbBb",
ConsolidationContract: "0x0000BBdDc7CE488642fb579F8B00f3a590007251",
TxAmount: big.NewInt(500000000000000000), // 0.5 ETH
TxFeeCap: big.NewInt(100000000000), // 100 Gwei
TxTipCap: big.NewInt(1000000000), // 1 Gwei
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Default settings for the `generate_withdrawal_requests` task:
sourceIndexCount: 0
withdrawAmount: 0
walletPrivkey: ""
withdrawalContract: 0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA
withdrawalContract: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
txAmount: "500000000000000000"
txFeeCap: "100000000000"
txTipCap: "1000000000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Config struct {

func DefaultConfig() Config {
return Config{
WithdrawalContract: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA",
WithdrawalContract: "0x00000961Ef480Eb55e80D19ad83579A64c007002",
TxAmount: big.NewInt(500000000000000000), // 0.5 ETH
TxFeeCap: big.NewInt(100000000000), // 100 Gwei
TxTipCap: big.NewInt(1000000000), // 1 Gwei
Expand Down
2 changes: 1 addition & 1 deletion playbooks/pectra-dev/blockhash-test-with-rpc-call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tasks:
title: "Check EIP-2935 contract result"
timeout: 5m
config:
callAddress: "0x0aae40965e6800cd9b1f4b05ff21581047e3f91e"
callAddress: "0x0000F90827F1C53a10cb7A02335B175320002935"
ignoreResults:
- "0x0000000000000000000000000000000000000000000000000000000000000000"
failOnMismatch: true
Expand Down
2 changes: 1 addition & 1 deletion playbooks/pectra-dev/kurtosis/el-triggered-exit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks:
- name: generate_transaction
title: "Exit Validator ${validatorIndex} via EL"
config:
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
targetAddress: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
feeCap: 50000000000 # 50 gwei
gasLimit: 1000000
amount: "500000000000000000" # 0.5 ETH
Expand Down
2 changes: 1 addition & 1 deletion playbooks/pectra-dev/kurtosis/el-triggered-withdrawal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tasks:
- name: generate_transaction
title: "Exit Validator ${validatorIndex} via EL"
config:
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
targetAddress: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
feeCap: 50000000000 # 50 gwei
gasLimit: 1000000
amount: "500000000000000000" # 0.5 ETH
Expand Down
8 changes: 4 additions & 4 deletions playbooks/pectra-dev/validator-lifecycle-test-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ tasks:
- name: generate_transaction
title: "Send partial withdrawal transaction for key 8"
config:
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
targetAddress: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
feeCap: 50000000000 # 50 gwei
gasLimit: 1000000
amount: "500000000000000000" # 0.5 ETH
Expand Down Expand Up @@ -920,7 +920,7 @@ tasks:
- name: generate_transaction
title: "Send exit transaction for key 0"
config:
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
targetAddress: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
feeCap: 50000000000 # 50 gwei
gasLimit: 1000000
amount: "500000000000000000" # 0.5 ETH
Expand All @@ -947,7 +947,7 @@ tasks:
- name: generate_transaction
title: "Send exit transaction for key 2"
config:
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
targetAddress: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
feeCap: 50000000000 # 50 gwei
gasLimit: 1000000
amount: "500000000000000000" # 0.5 ETH
Expand All @@ -974,7 +974,7 @@ tasks:
- name: generate_transaction
title: "Send exit transaction for key 9"
config:
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
targetAddress: "0x00000961Ef480Eb55e80D19ad83579A64c007002"
feeCap: 50000000000 # 50 gwei
gasLimit: 1000000
amount: "500000000000000000" # 0.5 ETH
Expand Down
Loading