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 @@ -113,7 +113,7 @@ export default class AddCommand extends Command {
113
113
) ;
114
114
if ( impl ) {
115
115
const useImplementation = await prompt . confirm (
116
- `Proxy contract detected. Index implementation contract at ${ impl } ?` ,
116
+ `Proxy contract detected. Use current implementation contract ABI at ${ impl } ?` ,
117
117
true ,
118
118
) ;
119
119
Original file line number Diff line number Diff line change @@ -636,7 +636,7 @@ async function processInitForm(
636
636
initDebugger . extend ( 'processInitForm' ) ( "proxyImplementation: '%s'" , impl ) ;
637
637
if ( impl ) {
638
638
const useImplementation = await prompt . confirm (
639
- `Proxy contract detected. Index implementation contract at ${ impl } ?` ,
639
+ `Proxy contract detected. Use current implementation contract ABI at ${ impl } ?` ,
640
640
true ,
641
641
) ;
642
642
You can’t perform that action at this time.
0 commit comments