Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #73 from NethermindEth/feature/version-checking
Browse files Browse the repository at this point in the history
fix: show plugin version instead of API
  • Loading branch information
varex83 authored Jan 29, 2024
2 parents d91fb1e + 77021f1 commit 8ebd07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/features/CompilerVersion/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const SolidityVersion: React.FC = () => {

await remixClient.terminal.log(
{
value: `🟢 You are using the latest version of the zkSync plugin: ${serviceVersion}`,
value: `🟢 You are using the latest version of the zkSync plugin: ${pluginVersion}`,
type: 'info'
})
}
Expand Down

0 comments on commit 8ebd07b

Please sign in to comment.