Skip to content

Commit 8630cc8

Browse files
common: fix deposit address for sepolia and holesky (#3882)
1 parent bd77a74 commit 8630cc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/common/src/chains.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ export const Sepolia: ChainConfig = {
179179
nonce: '0x0000000000000000',
180180
extraData: '0x5365706f6c69612c20417468656e732c204174746963612c2047726565636521',
181181
},
182+
depositContractAddress: '0x7f02c3e3c98b133055b8b348b2ac625669ed295d',
182183
hardforks: [
183184
{
184185
name: 'chainstart',
@@ -313,6 +314,7 @@ export const Holesky: ChainConfig = {
313314
nonce: '0x0000000000001234',
314315
timestamp: '0x65156994',
315316
},
317+
depositContractAddress: '0x4242424242424242424242424242424242424242',
316318
hardforks: [
317319
{
318320
name: 'chainstart',

0 commit comments

Comments
 (0)