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
8ab4ffe5
Unverified
Commit
8ab4ffe5
authored
Jun 21, 2023
by
OptimismBot
Committed by
GitHub
Jun 21, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6084 from ethereum-optimism/feat/l1-devnet-fund-dev-accounts
op-chain-ops: fund L1 devnet accounts
parents
e63c1d1c
1c28d9ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
layer_one.go
op-chain-ops/genesis/layer_one.go
+5
-0
No files found.
op-chain-ops/genesis/layer_one.go
View file @
8ab4ffe5
...
@@ -244,6 +244,11 @@ func BuildL1DeveloperGenesis(config *DeployConfig) (*core.Genesis, error) {
...
@@ -244,6 +244,11 @@ func BuildL1DeveloperGenesis(config *DeployConfig) (*core.Genesis, error) {
return
nil
,
err
return
nil
,
err
}
}
if
config
.
FundDevAccounts
{
FundDevAccounts
(
stateDB
)
SetPrecompileBalances
(
stateDB
)
}
for
_
,
dep
:=
range
deployments
{
for
_
,
dep
:=
range
deployments
{
st
,
err
:=
stateDB
.
StorageTrie
(
dep
.
Address
)
st
,
err
:=
stateDB
.
StorageTrie
(
dep
.
Address
)
if
err
!=
nil
{
if
err
!=
nil
{
...
...
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