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
d72c9075
Unverified
Commit
d72c9075
authored
Sep 29, 2022
by
Mark Tyneway
Committed by
GitHub
Sep 29, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into ci/no-test-nag
parents
b7d59f73
0d673e5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
3 deletions
+21
-3
L2ERC721BridgeImplementation.ts
...riphery/deploy/nft-bridge/L2ERC721BridgeImplementation.ts
+3
-3
hardhat.config.ts
packages/contracts-periphery/hardhat.config.ts
+18
-0
No files found.
packages/contracts-periphery/deploy/nft-bridge/L2ERC721BridgeImplementation.ts
View file @
d72c9075
...
...
@@ -37,9 +37,9 @@ const deployFn: DeployFunction = async (hre) => {
throw
new
Error
(
`Unexpected admin
${
admin
}
`
)
}
const
Deployment__L1ERC721Bridge
=
await
hre
.
deployments
.
get
(
'
L1ERC721BridgeProxy
'
)
const
Deployment__L1ERC721Bridge
=
await
hre
.
companionNetworks
[
'
l1
'
].
deployments
.
get
(
'
L1ERC721BridgeProxy
'
)
const
L1ERC721BridgeAddress
=
Deployment__L1ERC721Bridge
.
address
...
...
packages/contracts-periphery/hardhat.config.ts
View file @
d72c9075
...
...
@@ -51,6 +51,9 @@ const config: HardhatUserConfig = {
apiKey
:
getenv
(
'
OPTIMISTIC_ETHERSCAN_API_KEY
'
),
},
},
companionNetworks
:
{
l1
:
'
ethereum
'
,
},
},
'
optimism-kovan
'
:
{
chainId
:
69
,
...
...
@@ -71,6 +74,9 @@ const config: HardhatUserConfig = {
apiKey
:
getenv
(
'
OPTIMISTIC_ETHERSCAN_API_KEY
'
),
},
},
companionNetworks
:
{
l1
:
'
goerli
'
,
},
},
ethereum
:
{
chainId
:
1
,
...
...
@@ -81,6 +87,9 @@ const config: HardhatUserConfig = {
apiKey
:
getenv
(
'
ETHEREUM_ETHERSCAN_API_KEY
'
),
},
},
companionNetworks
:
{
l2
:
'
optimism
'
,
},
},
goerli
:
{
chainId
:
5
,
...
...
@@ -91,6 +100,9 @@ const config: HardhatUserConfig = {
apiKey
:
getenv
(
'
ETHEREUM_ETHERSCAN_API_KEY
'
),
},
},
companionNetworks
:
{
l2
:
'
optimism-goerli
'
,
},
},
ropsten
:
{
chainId
:
3
,
...
...
@@ -119,6 +131,9 @@ const config: HardhatUserConfig = {
'
0xa6aecc98b63bafb0de3b29ae9964b14acb4086057808be29f90150214ebd4a0f
'
,
],
url
:
'
http://127.0.0.1:8545
'
,
companionNetworks
:
{
l1
:
'
ops-l1
'
,
},
},
'
ops-l1
'
:
{
chainId
:
31337
,
...
...
@@ -126,6 +141,9 @@ const config: HardhatUserConfig = {
'
0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
'
,
],
url
:
'
http://127.0.0.1:9545
'
,
companionNetworks
:
{
l2
:
'
ops-l2
'
,
},
},
},
paths
:
{
...
...
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