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

Commit

Permalink
make starkex contract version func private
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihirota committed Nov 22, 2023
1 parent 4463bfe commit a0d7096
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
39 changes: 0 additions & 39 deletions src/workflows/workflows.test.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/workflows/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class Workflows {
});
}

public async getStarkExContractVersion(): Promise<
private async getStarkExContractVersion(): Promise<
AxiosResponse<StarkExContractVersion>
> {
const options = {
Expand Down

0 comments on commit a0d7096

Please sign in to comment.