File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/cli/src/commands Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export default class AddCommand extends Command {
126
126
) ;
127
127
if ( impl ) {
128
128
const useImplementation = await prompt . confirm (
129
- `Proxy contract detected. Index implementation contract at ${ impl } ?` ,
129
+ `Proxy contract detected. Use current implementation contract ABI at ${ impl } ?` ,
130
130
true ,
131
131
) ;
132
132
Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ async function processInitForm(
670
670
initDebugger . extend ( 'processInitForm' ) ( "proxyImplementation: '%s'" , impl ) ;
671
671
if ( impl ) {
672
672
const useImplementation = await prompt . confirm (
673
- `Proxy contract detected. Index implementation contract at ${ impl } ?` ,
673
+ `Proxy contract detected. Use current implementation contract ABI at ${ impl } ?` ,
674
674
true ,
675
675
) ;
676
676
You can’t perform that action at this time.
0 commit comments