Skip to content

Commit

Permalink
fix: contract tabs enum
Browse files Browse the repository at this point in the history
  • Loading branch information
songwongtp committed Jan 27, 2025
1 parent 2e8c0ba commit 3e7696d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/pages/evm-contract-details/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ export enum InteractTabsIndex {
}

export enum EvmContractDetailsContractTabs {
Code = "code",
Compiler = "compiler",
Abi = "abi",
ByteCode = "byteCode",
Code = "Code",
Compiler = "Compiler",
Abi = "ABI",
ByteCode = "ByteCode",
}

export const zEvmContractDetailsQueryParams = z.object({
Expand Down

0 comments on commit 3e7696d

Please sign in to comment.