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
1f1cc5cf
Unverified
Commit
1f1cc5cf
authored
Jul 03, 2021
by
Kelvin Fichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: lint deploy-l2 folder in contracts
parent
381f7297
Changes
1
Show 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 @
1f1cc5cf
...
@@ -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