Skip to content

Commit 24b8e92

Browse files
authored
Update addresses for EIPs 7002 and 7251 (#13069) (#13408)
See ethereum/EIPs#9119 and ethereum/EIPs#9118 Issue board: #12401 Cherry pick #13069
1 parent 8ed124b commit 24b8e92

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
- name: Install dependencies
109109
run: |
110110
choco upgrade mingw -y --no-progress --version 13.2.0
111-
choco install cmake -y --no-progress --version 3.27.8
112111
113112
- name: Build
114113
run: .\wmake.ps1 all

.github/workflows/test-integration-caplin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
- name: Install dependencies
5858
run: |
5959
choco upgrade mingw -y --no-progress --version 13.2.0
60-
choco install cmake -y --no-progress --version 3.27.8
6160
6261
- name: test-integration-caplin
6362
run: cd ./cl/spectest/ && .\wmake.ps1 Tests Mainnet

.github/workflows/test-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
- name: Install dependencies
6363
run: |
6464
choco upgrade mingw -y --no-progress --version 13.2.0
65-
choco install cmake -y --no-progress --version 3.27.8
6665
6766
- name: test-integration
6867
run: .\wmake.ps1 test-integration

params/protocol_params.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ var BeaconRootsAddress = common.HexToAddress("0x000F3df6D732807Ef1319fB7B8bB8522
190190
var HistoryStorageAddress = common.HexToAddress("0x0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC")
191191

192192
// EIP-7002: Execution layer triggerable withdrawals
193-
var WithdrawalRequestAddress = common.HexToAddress("0x09Fc772D0857550724b07B850a4323f39112aAaA")
193+
var WithdrawalRequestAddress = common.HexToAddress("0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA")
194194

195195
// EIP-7251
196-
var ConsolidationRequestAddress = common.HexToAddress("0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb")
196+
var ConsolidationRequestAddress = common.HexToAddress("0x00431F263cE400f4455c2dCf564e53007Ca4bbBb")
197197

198198
// Gas discount table for BLS12-381 G1 and G2 multi exponentiation operations
199199
var Bls12381MultiExpDiscountTable = [128]uint64{1200, 888, 764, 641, 594, 547, 500, 453, 438, 423, 408, 394, 379, 364, 349, 334, 330, 326, 322, 318, 314, 310, 306, 302, 298, 294, 289, 285, 281, 277, 273, 269, 268, 266, 265, 263, 262, 260, 259, 257, 256, 254, 253, 251, 250, 248, 247, 245, 244, 242, 241, 239, 238, 236, 235, 233, 232, 231, 229, 228, 226, 225, 223, 222, 221, 220, 219, 219, 218, 217, 216, 216, 215, 214, 213, 213, 212, 211, 211, 210, 209, 208, 208, 207, 206, 205, 205, 204, 203, 202, 202, 201, 200, 199, 199, 198, 197, 196, 196, 195, 194, 193, 193, 192, 191, 191, 190, 189, 188, 188, 187, 186, 185, 185, 184, 183, 182, 182, 181, 180, 179, 179, 178, 177, 176, 176, 175, 174}

0 commit comments

Comments
 (0)