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
15999ac1
Unverified
Commit
15999ac1
authored
Oct 07, 2022
by
mergify[bot]
Committed by
GitHub
Oct 07, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3673 from ethereum-optimism/ctg/deploy-ledger
contracts-governance: allow deploy by ledger
parents
57b7e708
856a02b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
hardhat.config.ts
packages/contracts-governance/hardhat.config.ts
+10
-0
No files found.
packages/contracts-governance/hardhat.config.ts
View file @
15999ac1
import
dotenv
from
'
dotenv
'
import
{
HardhatUserConfig
}
from
'
hardhat/config
'
import
{
getenv
}
from
'
@eth-optimism/core-utils
'
import
'
@nomiclabs/hardhat-ethers
'
import
'
@nomiclabs/hardhat-etherscan
'
import
'
@nomiclabs/hardhat-waffle
'
import
'
hardhat-gas-reporter
'
import
'
solidity-coverage
'
import
'
@eth-optimism/hardhat-deploy-config
'
import
'
hardhat-deploy
'
import
'
./scripts/deploy-token
'
import
'
./scripts/multi-send
'
...
...
@@ -76,6 +78,14 @@ const config: HardhatUserConfig = {
etherscan
:
{
apiKey
:
process
.
env
.
ETHERSCAN_API_KEY
,
},
namedAccounts
:
{
deployer
:
{
default
:
getenv
(
'
LEDGER_ADDRESS
'
)
?
`ledger://
${
getenv
(
'
LEDGER_ADDRESS
'
)}
`
:
0
,
hardhat
:
0
,
},
},
}
export
default
config
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