Skip to content

Commit

Permalink
Fix repo url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Feb 2, 2024
1 parent 7009be5 commit 224c8ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SkaleAllocatorInstance } from "./skaleAllocatorInstance";

export class SkaleAllocatorProject<ContractType> extends
Project<ContractType> {
githubRepo = "https://github.com/skalenetwork/skale-manager/";
githubRepo = "https://github.com/skalenetwork/skale-allocator/";

createInstance (address: string): Instance<ContractType> {
return new SkaleAllocatorInstance(
Expand Down

0 comments on commit 224c8ec

Please sign in to comment.