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 eip7702 & eip7251 contract addresses #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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: 0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb
consolidationContract: 0x00431F263cE400f4455c2dCf564e53007Ca4bbBb
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: "0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb",
ConsolidationContract: "0x00431F263cE400f4455c2dCf564e53007Ca4bbBb",
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: 0x09Fc772D0857550724b07B850a4323f39112aAaA
withdrawalContract: 0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA
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: "0x09Fc772D0857550724b07B850a4323f39112aAaA",
WithdrawalContract: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA",
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/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: "0x09Fc772D0857550724b07B850a4323f39112aAaA"
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
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: "0x09Fc772D0857550724b07B850a4323f39112aAaA"
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
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 @@ -822,7 +822,7 @@ tasks:
- name: generate_transaction
title: "Send partial withdrawal transaction for key 8"
config:
targetAddress: "0x09Fc772D0857550724b07B850a4323f39112aAaA"
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
feeCap: 50000000000 # 50 gwei
gasLimit: 1000000
amount: "500000000000000000" # 0.5 ETH
Expand Down Expand Up @@ -884,7 +884,7 @@ tasks:
- name: generate_transaction
title: "Send exit transaction for key 0"
config:
targetAddress: "0x09Fc772D0857550724b07B850a4323f39112aAaA"
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
feeCap: 50000000000 # 50 gwei
gasLimit: 1000000
amount: "500000000000000000" # 0.5 ETH
Expand All @@ -911,7 +911,7 @@ tasks:
- name: generate_transaction
title: "Send exit transaction for key 2"
config:
targetAddress: "0x09Fc772D0857550724b07B850a4323f39112aAaA"
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
feeCap: 50000000000 # 50 gwei
gasLimit: 1000000
amount: "500000000000000000" # 0.5 ETH
Expand All @@ -938,7 +938,7 @@ tasks:
- name: generate_transaction
title: "Send exit transaction for key 9"
config:
targetAddress: "0x09Fc772D0857550724b07B850a4323f39112aAaA"
targetAddress: "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
feeCap: 50000000000 # 50 gwei
gasLimit: 1000000
amount: "500000000000000000" # 0.5 ETH
Expand Down
Loading