Skip to content

Commit

Permalink
fix apps/vyper/src/app/utils/types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveredget committed Dec 24, 2024
1 parent 1020768 commit 4496491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/vyper/src/app/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export type CompileFormat = {
abi?: ABI[]
ast?: AST
contractName?: string
depolymentBytecode?: BytecodeObject
deploymentBytecode?: BytecodeObject
devMessages?: { [key: string]: string }
devdoc?: Devdoc
methodIdentifiers?: { [key: string]: string }
Expand Down Expand Up @@ -426,7 +426,7 @@ export type ETHPM3Format = {
contractTypes: {
contractName: string
sourceId?: string
depolymentBytecode: {
deploymentBytecode: {
bytecode: string
linkReferences: {
offset: any
Expand Down

0 comments on commit 4496491

Please sign in to comment.