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
dfa256d8
Unverified
Commit
dfa256d8
authored
Jul 06, 2021
by
smartcontracts
Committed by
GitHub
Jul 06, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1213 from ethereum-optimism/sc/fix-lint-deploy-l2
fix: lint deploy-l2 folder in contracts
parents
381f7297
1f1cc5cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
000-OVM_L2StandardTokenFactory.deploy.ts
...tracts/deploy-l2/000-OVM_L2StandardTokenFactory.deploy.ts
+5
-2
No files found.
packages/contracts/deploy-l2/000-OVM_L2StandardTokenFactory.deploy.ts
View file @
dfa256d8
...
@@ -9,14 +9,17 @@ const deployFn: DeployFunction = async (hre: any) => {
...
@@ -9,14 +9,17 @@ const deployFn: DeployFunction = async (hre: any) => {
const
{
deploy
}
=
deployments
const
{
deploy
}
=
deployments
const
{
deployer
}
=
await
getNamedAccounts
()
const
{
deployer
}
=
await
getNamedAccounts
()
const
l2TokenFactory
=
getContractDefinition
(
'
OVM_L2StandardTokenFactory
'
,
true
)
const
l2TokenFactory
=
getContractDefinition
(
'
OVM_L2StandardTokenFactory
'
,
true
)
await
deploy
(
'
OVM_L2StandardTokenFactory
'
,
{
await
deploy
(
'
OVM_L2StandardTokenFactory
'
,
{
contract
:
l2TokenFactory
,
contract
:
l2TokenFactory
,
args
:
[],
args
:
[],
from
:
deployer
,
from
:
deployer
,
log
:
true
,
log
:
true
,
})
;
})
}
}
deployFn
.
tags
=
[
'
OVM_L2StandardTokenFactory
'
]
deployFn
.
tags
=
[
'
OVM_L2StandardTokenFactory
'
]
...
...
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