Skip to content

Commit 5e6e7a3

Browse files
committed
adjust proxy message
1 parent 4e45cce commit 5e6e7a3

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
@@ -113,7 +113,7 @@ export default class AddCommand extends Command {
113113
);
114114
if (impl) {
115115
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}?`,
117117
true,
118118
);
119119

packages/cli/src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ async function processInitForm(
636636
initDebugger.extend('processInitForm')("proxyImplementation: '%s'", impl);
637637
if (impl) {
638638
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}?`,
640640
true,
641641
);
642642

0 commit comments

Comments
 (0)