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
dd8edc7b
Unverified
Commit
dd8edc7b
authored
Jun 21, 2021
by
Mark Tyneway
Committed by
GitHub
Jun 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: import path (#1141)
* fix: correct import path for altered contract path * chore: add changeset
parent
5ae256f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
bright-turtles-juggle.md
.changeset/bright-turtles-juggle.md
+5
-0
contract-data.ts
packages/contracts/src/contract-data.ts
+1
-1
No files found.
.changeset/bright-turtles-juggle.md
0 → 100644
View file @
dd8edc7b
---
'
@eth-optimism/contracts'
:
patch
---
Update the ECDSAContractAccount import path in the
`contract-data.ts`
file for connecting ethers contracts to the L2 contracts
packages/contracts/src/contract-data.ts
View file @
dd8edc7b
...
@@ -133,7 +133,7 @@ const OVM_L2CrossDomainMessenger = require('../artifacts-ovm/contracts/optimisti
...
@@ -133,7 +133,7 @@ const OVM_L2CrossDomainMessenger = require('../artifacts-ovm/contracts/optimisti
const
OVM_L2ToL1MessagePasser
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/OVM/predeploys/OVM_L2ToL1MessagePasser.sol/OVM_L2ToL1MessagePasser.json
'
)
const
OVM_L2ToL1MessagePasser
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/OVM/predeploys/OVM_L2ToL1MessagePasser.sol/OVM_L2ToL1MessagePasser.json
'
)
const
OVM_L1MessageSender
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/OVM/predeploys/OVM_L1MessageSender.sol/OVM_L1MessageSender.json
'
)
const
OVM_L1MessageSender
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/OVM/predeploys/OVM_L1MessageSender.sol/OVM_L1MessageSender.json
'
)
const
OVM_DeployerWhitelist
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/OVM/predeploys/OVM_DeployerWhitelist.sol/OVM_DeployerWhitelist.json
'
)
const
OVM_DeployerWhitelist
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/OVM/predeploys/OVM_DeployerWhitelist.sol/OVM_DeployerWhitelist.json
'
)
const
OVM_ECDSAContractAccount
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/OVM/
account
s/OVM_ECDSAContractAccount.sol/OVM_ECDSAContractAccount.json
'
)
const
OVM_ECDSAContractAccount
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/OVM/
predeploy
s/OVM_ECDSAContractAccount.sol/OVM_ECDSAContractAccount.json
'
)
const
OVM_SequencerEntrypoint
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/OVM/predeploys/OVM_SequencerEntrypoint.sol/OVM_SequencerEntrypoint.json
'
)
const
OVM_SequencerEntrypoint
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/OVM/predeploys/OVM_SequencerEntrypoint.sol/OVM_SequencerEntrypoint.json
'
)
const
ERC1820Registry
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/OVM/predeploys/ERC1820Registry.sol/ERC1820Registry.json
'
)
const
ERC1820Registry
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/OVM/predeploys/ERC1820Registry.sol/ERC1820Registry.json
'
)
const
Lib_AddressManager
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/libraries/resolver/Lib_AddressManager.sol/Lib_AddressManager.json
'
)
const
Lib_AddressManager
=
require
(
'
../artifacts-ovm/contracts/optimistic-ethereum/libraries/resolver/Lib_AddressManager.sol/Lib_AddressManager.json
'
)
...
...
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