Skip to content

Commit

Permalink
adjust proxy message
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Dec 29, 2024
1 parent 4e45cce commit 5e6e7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default class AddCommand extends Command {
);
if (impl) {
const useImplementation = await prompt.confirm(
`Proxy contract detected. Index implementation contract at ${impl}?`,
`Proxy contract detected. Use current implementation contract ABI at ${impl}?`,
true,
);

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ async function processInitForm(
initDebugger.extend('processInitForm')("proxyImplementation: '%s'", impl);
if (impl) {
const useImplementation = await prompt.confirm(
`Proxy contract detected. Index implementation contract at ${impl}?`,
`Proxy contract detected. Use current implementation contract ABI at ${impl}?`,
true,
);

Expand Down

0 comments on commit 5e6e7a3

Please sign in to comment.