Skip to content

Commit 39a8516

Browse files
oliveredgetAniket-Engg
authored andcommitted
fix typo libs/remix-ui/run-tab/src/lib/types/index.ts
1 parent dad3f79 commit 39a8516

File tree

1 file changed

+1
-1
lines changed
  • libs/remix-ui/run-tab/src/lib/types

1 file changed

+1
-1
lines changed

libs/remix-ui/run-tab/src/lib/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export interface ContractDropdownProps {
282282
setSelectedContract: (contractName: string) => void
283283
remixdActivated: boolean,
284284
isValidProxyAddress?: (address: string) => Promise<boolean>,
285-
isValidProxyUpgrade?: (proxyAddress: string, contractName: string, solcInput: SolcInput, solcOuput: SolcOutput, solcVersion: string) => Promise<LayoutCompatibilityReport | { ok: boolean, pass: boolean, warning: boolean }>,
285+
isValidProxyUpgrade?: (proxyAddress: string, contractName: string, solcInput: SolcInput, solcOutput: SolcOutput, solcVersion: string) => Promise<LayoutCompatibilityReport | { ok: boolean, pass: boolean, warning: boolean }>,
286286
proxy: { deployments: { address: string, date: string, contractName: string }[] }
287287
solCompilerVersion: { version: string, canReceive: boolean }
288288
setCompilerVersion: React.Dispatch<React.SetStateAction<{

0 commit comments

Comments
 (0)