From 39a851633a1fd54ac07dc8a8ab28b563eeecb738 Mon Sep 17 00:00:00 2001 From: oliveredget <188809800+oliveredget@users.noreply.github.com> Date: Tue, 24 Dec 2024 22:01:30 +0800 Subject: [PATCH] fix typo libs/remix-ui/run-tab/src/lib/types/index.ts --- libs/remix-ui/run-tab/src/lib/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ui/run-tab/src/lib/types/index.ts b/libs/remix-ui/run-tab/src/lib/types/index.ts index 2b76a8cfb8..cb5ec1cb35 100644 --- a/libs/remix-ui/run-tab/src/lib/types/index.ts +++ b/libs/remix-ui/run-tab/src/lib/types/index.ts @@ -282,7 +282,7 @@ export interface ContractDropdownProps { setSelectedContract: (contractName: string) => void remixdActivated: boolean, isValidProxyAddress?: (address: string) => Promise, - isValidProxyUpgrade?: (proxyAddress: string, contractName: string, solcInput: SolcInput, solcOuput: SolcOutput, solcVersion: string) => Promise, + isValidProxyUpgrade?: (proxyAddress: string, contractName: string, solcInput: SolcInput, solcOutput: SolcOutput, solcVersion: string) => Promise, proxy: { deployments: { address: string, date: string, contractName: string }[] } solCompilerVersion: { version: string, canReceive: boolean } setCompilerVersion: React.Dispatch