Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
346ac699
Unverified
Commit
346ac699
authored
Mar 17, 2023
by
mergify[bot]
Committed by
GitHub
Mar 17, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5192 from ethereum-optimism/jm/shorter-deploy-wait
feat(ctb): reduce the timeout on awaitCondition
parents
cc21263a
85043bec
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
clever-jokes-notice.md
.changeset/clever-jokes-notice.md
+5
-0
020-SystemDictatorSteps-1.ts
...ges/contracts-bedrock/deploy/020-SystemDictatorSteps-1.ts
+3
-3
021-SystemDictatorSteps-2.ts
...ges/contracts-bedrock/deploy/021-SystemDictatorSteps-2.ts
+3
-3
No files found.
.changeset/clever-jokes-notice.md
0 → 100644
View file @
346ac699
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Reduce the time that the system dictator deploy scripts wait before checking the chain state.
packages/contracts-bedrock/deploy/020-SystemDictatorSteps-1.ts
View file @
346ac699
...
...
@@ -109,7 +109,7 @@ const deployFn: DeployFunction = async (hre) => {
const
owner
=
await
AddressManager
.
owner
()
return
owner
===
SystemDictator
.
address
},
30
000
,
5
000
,
1000
)
}
else
{
...
...
@@ -149,7 +149,7 @@ const deployFn: DeployFunction = async (hre) => {
})
return
owner
===
SystemDictator
.
address
},
30
000
,
5
000
,
1000
)
}
else
{
...
...
@@ -187,7 +187,7 @@ const deployFn: DeployFunction = async (hre) => {
})
return
owner
===
SystemDictator
.
address
},
30
000
,
5
000
,
1000
)
}
else
{
...
...
packages/contracts-bedrock/deploy/021-SystemDictatorSteps-2.ts
View file @
346ac699
...
...
@@ -203,7 +203,7 @@ const deployFn: DeployFunction = async (hre) => {
async
()
=>
{
return
SystemDictator
.
dynamicConfigSet
()
},
30
000
,
5
000
,
1000
)
}
...
...
@@ -316,7 +316,7 @@ const deployFn: DeployFunction = async (hre) => {
const
paused
=
await
OptimismPortal
.
paused
()
return
!
paused
},
30
000
,
5
000
,
1000
)
...
...
@@ -345,7 +345,7 @@ const deployFn: DeployFunction = async (hre) => {
async
()
=>
{
return
SystemDictator
.
finalized
()
},
30
000
,
5
000
,
1000
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment