Skip to content

Commit

Permalink
chore: remove excessStakeReceiver check
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Nov 21, 2024
1 parent 4d8ad8a commit 1581fb4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/boldUpgradeCommon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ export const validateConfig = async (
config: Config,
l1Rpc: providers.Provider
) => {
// check all the config.contracts exist
// if ((await l1Rpc.getCode(config.contracts.excessStakeReceiver)).length <= 2) {
// throw new Error('excessStakeReceiver address is not a contract')
// }
if ((await l1Rpc.getCode(config.contracts.rollup)).length <= 2) {
throw new Error('rollup address is not a contract')
}
Expand Down

0 comments on commit 1581fb4

Please sign in to comment.