-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: rename files * chore: rename abi & types * chore: rename vars * chore: rename package & readme * chore: task api axios instance * chore: update task api endpoint * chore: remove old contract types * chore: bump version number --------- Co-authored-by: Sylvain Goumy <goumsss@protonmail.com>
- Loading branch information
1 parent
f1b742b
commit 374e006
Showing
17 changed files
with
142 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 21 additions & 17 deletions
38
...pes/factories/OpsProxyFactory__factory.ts → ...actories/AutomateProxyFactory__factory.ts
Large diffs are not rendered by default.
Oops, something went wrong.
33 changes: 18 additions & 15 deletions
33
...contracts/types/factories/Ops__factory.ts → ...acts/types/factories/Automate__factory.ts
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* Autogenerated file. Do not edit manually. */ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
export { Automate__factory } from "./Automate__factory"; | ||
export { AutomateProxyFactory__factory } from "./AutomateProxyFactory__factory"; | ||
export { Forwarder__factory } from "./Forwarder__factory"; | ||
export { Ops__factory } from "./Ops__factory"; | ||
export { OpsProxyFactory__factory } from "./OpsProxyFactory__factory"; | ||
export { ProxyModule__factory } from "./ProxyModule__factory"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
/* Autogenerated file. Do not edit manually. */ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
export type { Automate } from "./Automate"; | ||
export type { AutomateProxyFactory } from "./AutomateProxyFactory"; | ||
export type { Forwarder } from "./Forwarder"; | ||
export type { Ops } from "./Ops"; | ||
export type { OpsProxyFactory } from "./OpsProxyFactory"; | ||
export type { ProxyModule } from "./ProxyModule"; | ||
export * as factories from "./factories"; | ||
export { Automate__factory } from "./factories/Automate__factory"; | ||
export { AutomateProxyFactory__factory } from "./factories/AutomateProxyFactory__factory"; | ||
export { Forwarder__factory } from "./factories/Forwarder__factory"; | ||
export { Ops__factory } from "./factories/Ops__factory"; | ||
export { OpsProxyFactory__factory } from "./factories/OpsProxyFactory__factory"; | ||
export { ProxyModule__factory } from "./factories/ProxyModule__factory"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.