Skip to content

Commit

Permalink
params: Update depositContractAddress field in json's (#12526)
Browse files Browse the repository at this point in the history
The json field has been renamed `chain_config`
  • Loading branch information
somnathb1 authored Oct 29, 2024
1 parent 81fc257 commit 3f0287c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion params/chainspecs/chiado.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"burntContract": {
"0": "0x1559000000000000000000000000000000000000"
},
"depositContract": "0xb97036A26259B7147018913bD58a774cf91acf25",
"depositContractAddress": "0xb97036A26259B7147018913bD58a774cf91acf25",
"aura": {
"stepDuration": 5,
"blockReward": 0,
Expand Down
2 changes: 1 addition & 1 deletion params/chainspecs/gnosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"burntContract": {
"19040000": "0x6BBe78ee9e474842Dbd4AB4987b3CeFE88426A92"
},
"depositContract": "0x0B98057eA310F4d31F2a452B414647007d1645d9",
"depositContractAddress": "0x0B98057eA310F4d31F2a452B414647007d1645d9",
"aura": {
"stepDuration": 5,
"blockReward": 0,
Expand Down
2 changes: 1 addition & 1 deletion params/chainspecs/holesky.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"terminalTotalDifficultyPassed": true,
"shanghaiTime": 1696000704,
"cancunTime": 1707305664,
"depositContract": "0x4242424242424242424242424242424242424242"
"depositContractAddress": "0x4242424242424242424242424242424242424242"
}
2 changes: 1 addition & 1 deletion params/chainspecs/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"terminalTotalDifficultyPassed": true,
"shanghaiTime": 1681338455,
"cancunTime": 1710338135,
"depositContract": "0x00000000219ab540356cBB839Cbe05303d7705Fa",
"depositContractAddress": "0x00000000219ab540356cBB839Cbe05303d7705Fa",
"ethash": {}
}
2 changes: 1 addition & 1 deletion params/chainspecs/sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"mergeNetsplitBlock": 1735371,
"shanghaiTime": 1677557088,
"cancunTime": 1706655072,
"depositContract": "0x7f02C3E3c98b133055B8B348B2Ac625669Ed295D",
"depositContractAddress": "0x7f02C3E3c98b133055B8B348B2Ac625669Ed295D",
"ethash": {}
}

0 comments on commit 3f0287c

Please sign in to comment.