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) => {
1010 const curationAddress = m . getParameter ( 'curationAddress' )
1111 const curationImplementationAddress = m . getParameter ( 'curationImplementationAddress' )
1212
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 )
1515
1616 return { L2Curation, L2CurationImplementation }
1717} )
You can’t perform that action at this time.
0 commit comments