Skip to content

Commit

Permalink
common: fix deposit address for sepolia and holesky
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Feb 24, 2025
1 parent bd77a74 commit 832381d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export const Sepolia: ChainConfig = {
nonce: '0x0000000000000000',
extraData: '0x5365706f6c69612c20417468656e732c204174746963612c2047726565636521',
},
depositContractAddress: '0x7f02c3e3c98b133055b8b348b2ac625669ed295d',
hardforks: [
{
name: 'chainstart',
Expand Down Expand Up @@ -313,6 +314,7 @@ export const Holesky: ChainConfig = {
nonce: '0x0000000000001234',
timestamp: '0x65156994',
},
depositContractAddress: '0x4242424242424242424242424242424242424242',
hardforks: [
{
name: 'chainstart',
Expand Down

0 comments on commit 832381d

Please sign in to comment.