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
587a7d0d
Unverified
Commit
587a7d0d
authored
Jun 23, 2022
by
Marco Vasapollo
Committed by
GitHub
Jun 23, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: switch between empty/forked chain without the need to recreate the entire image (#2795)
parent
234f30ed
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
old-carpets-worry.md
.changeset/old-carpets-worry.md
+5
-0
hardhat.config.js
ops/docker/hardhat/hardhat.config.js
+2
-0
package.json
ops/docker/hardhat/package.json
+1
-0
No files found.
.changeset/old-carpets-worry.md
0 → 100644
View file @
587a7d0d
---
'
@eth-optimism/hardhat-node'
:
minor
---
Correct configuration file behavior
ops/docker/hardhat/hardhat.config.js
View file @
587a7d0d
require
(
'
dotenv
'
).
config
()
const
isForkModeEnabled
=
!!
process
.
env
.
FORK_URL
const
isForkModeEnabled
=
!!
process
.
env
.
FORK_URL
const
forkUrl
=
process
.
env
.
FORK_URL
const
forkUrl
=
process
.
env
.
FORK_URL
const
forkStartingBlock
=
const
forkStartingBlock
=
...
...
ops/docker/hardhat/package.json
View file @
587a7d0d
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
},
},
"license"
:
"MIT"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"dependencies"
:
{
"dotenv"
:
"^10.0.0"
,
"hardhat"
:
"^2.9.6"
"hardhat"
:
"^2.9.6"
}
}
}
}
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