File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/subgraph-service/ignition/modules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ export default buildModule('L2Curation', (m) => {
10
10
const curationAddress = m . getParameter ( 'curationAddress' )
11
11
const curationImplementationAddress = m . getParameter ( 'curationImplementationAddress' )
12
12
13
- const L2Curation = m . contractAt ( 'L2Curation ' , CurationArtifact , curationAddress )
14
- const L2CurationImplementation = m . contractAt ( 'L2CurationImplementation ' , CurationArtifact , curationImplementationAddress )
13
+ const L2Curation = m . contractAt ( 'L2CurationAddressBook ' , CurationArtifact , curationAddress )
14
+ const L2CurationImplementation = m . contractAt ( 'L2CurationImplementationAddressBook ' , CurationArtifact , curationImplementationAddress )
15
15
16
16
return { L2Curation, L2CurationImplementation }
17
17
} )
You can’t perform that action at this time.
0 commit comments