Skip to content

Commit a42b1ea

Browse files
committed
adjust proxy message
1 parent b9acc50 commit a42b1ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cli/src/commands/add.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default class AddCommand extends Command {
126126
);
127127
if (impl) {
128128
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}?`,
130130
true,
131131
);
132132

packages/cli/src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ async function processInitForm(
670670
initDebugger.extend('processInitForm')("proxyImplementation: '%s'", impl);
671671
if (impl) {
672672
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}?`,
674674
true,
675675
);
676676

0 commit comments

Comments
 (0)