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
ffc31354
Unverified
Commit
ffc31354
authored
Jul 06, 2022
by
Mark Tyneway
Committed by
GitHub
Jul 06, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2947 from ethereum-optimism/deps/speed-up-compilation
contracts-bedrock: speed up compilation time
parents
725b0261
fc290be8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
8 deletions
+5
-8
hardhat.config.ts
packages/contracts-bedrock/hardhat.config.ts
+0
-3
package.json
packages/contracts-bedrock/package.json
+1
-1
yarn.lock
yarn.lock
+4
-4
No files found.
packages/contracts-bedrock/hardhat.config.ts
View file @
ffc31354
...
@@ -47,9 +47,6 @@ const config: HardhatUserConfig = {
...
@@ -47,9 +47,6 @@ const config: HardhatUserConfig = {
},
},
foundry
:
{
foundry
:
{
buildInfo
:
true
,
buildInfo
:
true
,
// call runSuper in the hardhat task so that
// other things execute
runSuper
:
true
,
},
},
paths
:
{
paths
:
{
deploy
:
'
./deploy
'
,
deploy
:
'
./deploy
'
,
...
...
packages/contracts-bedrock/package.json
View file @
ffc31354
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.0"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.0"
,
"@defi-wonderland/smock"
:
"^2.0.2"
,
"@defi-wonderland/smock"
:
"^2.0.2"
,
"@foundry-rs/hardhat-forge"
:
"^0.1.1
1
"
,
"@foundry-rs/hardhat-forge"
:
"^0.1.1
2
"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.0"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.0"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.0"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.0"
,
"@typechain/ethers-v5"
:
"^10.1.0"
,
"@typechain/ethers-v5"
:
"^10.1.0"
,
...
...
yarn.lock
View file @
ffc31354
...
@@ -1614,10 +1614,10 @@
...
@@ -1614,10 +1614,10 @@
command-exists "^1.2.9"
command-exists "^1.2.9"
ts-interface-checker "^0.1.9"
ts-interface-checker "^0.1.9"
"@foundry-rs/hardhat-forge@^0.1.1
1
":
"@foundry-rs/hardhat-forge@^0.1.1
2
":
version "0.1.1
1
"
version "0.1.1
2
"
resolved "https://registry.yarnpkg.com/@foundry-rs/hardhat-forge/-/hardhat-forge-0.1.1
1.tgz#64f604ea6d69d1fec3bbccf1b86e6766453f31ec
"
resolved "https://registry.yarnpkg.com/@foundry-rs/hardhat-forge/-/hardhat-forge-0.1.1
2.tgz#0557909762b86033e4699b9dc8e4cb58ddfc3fff
"
integrity sha512-
2/52ucRcr2N21UB6qj8zbhceb6Gtac6J6uKvsvUBG1DTafWRtOQotQFo0rPq1BIi7mbUmczUlU6pwEIXZDhp6w
==
integrity sha512-
y05JYP+uvBaWKZZPuMkzc7cWS0gPTb4JzwrBA++9cIe1Aae+atz340cREBsCV9joEUpcK0UMRMURBns3A5nhhQ
==
dependencies:
dependencies:
"@foundry-rs/easy-foundryup" "^0.1.3"
"@foundry-rs/easy-foundryup" "^0.1.3"
"@nomiclabs/hardhat-ethers" "^2.0.0"
"@nomiclabs/hardhat-ethers" "^2.0.0"
...
...
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