Skip to content

Commit

Permalink
update readme for Allo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Dec 6, 2023
1 parent dabe222 commit 388c973
Show file tree
Hide file tree
Showing 2 changed files with 567 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/Allo/Allo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { create } from "../Client/Client";
import { abi, address } from "./allo.config";
import { CreatePoolArgs, Pool, UpdateMetaDataArgs } from "./types";
import { supportedChains } from "../chains.config";
import { NATIVE } from "../__tests__/utils/utils";

export class Allo {
private client: PublicClient<Transport, Chain>;
private contract: any;
Expand Down
Loading

0 comments on commit 388c973

Please sign in to comment.