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
5be91416
Unverified
Commit
5be91416
authored
Jul 19, 2024
by
Nidz The Fact
Committed by
GitHub
Jul 18, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update (#11177)
parent
b7f81887
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
1 deletion
+16
-1
.example.env
packages/devnet-tasks/.example.env
+2
-0
hardhat.config.ts
packages/devnet-tasks/hardhat.config.ts
+9
-0
package.json
packages/devnet-tasks/package.json
+2
-1
pnpm-lock.yaml
pnpm-lock.yaml
+3
-0
No files found.
packages/devnet-tasks/.example.env
0 → 100644
View file @
5be91416
PRIVATE_KEY_DEPLOYER=
L1_RPC=
\ No newline at end of file
packages/devnet-tasks/hardhat.config.ts
View file @
5be91416
import
'
dotenv/config
'
import
{
HardhatUserConfig
}
from
'
hardhat/types
'
import
{
ethers
}
from
'
ethers
'
...
...
@@ -55,6 +56,10 @@ const config: HardhatUserConfig = {
url
:
process
.
env
.
L1_RPC
||
''
,
accounts
:
[
process
.
env
.
PRIVATE_KEY_DEPLOYER
||
ethers
.
constants
.
HashZero
],
},
sepolia
:
{
url
:
process
.
env
.
L1_RPC
||
''
,
accounts
:
[
process
.
env
.
PRIVATE_KEY_DEPLOYER
||
ethers
.
constants
.
HashZero
],
},
},
external
:
{
contracts
:
[
...
...
@@ -73,6 +78,10 @@ const config: HardhatUserConfig = {
'
../contracts-bedrock/deployments/goerli
'
,
'
../contracts/deployments/goerli
'
,
],
sepolia
:
[
'
../contracts-bedrock/deployments/sepolia
'
,
'
../contracts/deployments/sepolia
'
,
],
},
},
}
...
...
packages/devnet-tasks/package.json
View file @
5be91416
...
...
@@ -47,7 +47,8 @@
},
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"^0.13.2"
,
"@eth-optimism/sdk"
:
"^3.3.2"
"@eth-optimism/sdk"
:
"^3.3.2"
,
"dotenv"
:
"^16.4.5"
},
"peerDependencies"
:
{
"ethers"
:
"^5"
...
...
pnpm-lock.yaml
View file @
5be91416
...
...
@@ -183,6 +183,9 @@ importers:
'
@eth-optimism/sdk'
:
specifier
:
^3.3.2
version
:
3.3.2(bufferutil@4.0.8)(ethers@5.7.2(bufferutil@4.0.8)(utf-8-validate@5.0.7))(utf-8-validate@5.0.7)
dotenv
:
specifier
:
^16.4.5
version
:
16.4.5
devDependencies
:
'
@nomiclabs/hardhat-ethers'
:
specifier
:
^2.2.3
...
...
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