diff --git a/libs/remix-core-plugin/src/lib/openzeppelin-proxy.ts b/libs/remix-core-plugin/src/lib/openzeppelin-proxy.ts index 0e3dd1d7d8..9c2fc9c263 100644 --- a/libs/remix-core-plugin/src/lib/openzeppelin-proxy.ts +++ b/libs/remix-core-plugin/src/lib/openzeppelin-proxy.ts @@ -131,7 +131,7 @@ export class OpenZeppelinProxy extends Plugin { let version = '4.8.3' if (error) { console.log(`error: ${error.message ? error.message : error}`) - console.log(`Will use old version of the proxy...`) + console.log(`Will use version 4.8.3 of the proxy...`) }else{ const response = txFormat.decodeResponse(returnValue, GETUUPSProxyVersionAbi) version = response[0].split('string: ')[1] @@ -171,4 +171,4 @@ export class OpenZeppelinProxy extends Plugin { } -} \ No newline at end of file +}