Skip to content

Commit

Permalink
Fixed build issue (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalrajbacancy authored Oct 18, 2023
1 parent c30db4c commit f5ca8a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherspot/contracts",
"version": "2.0.3",
"version": "2.0.4",
"description": "Etherspot Solidity contracts",
"keywords": [
"ether",
Expand Down
2 changes: 0 additions & 2 deletions typings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export type { IHopBridge } from "./IHopBridge";
export type { IStargateReceiver } from "./IStargateReceiver";
export type { IStargateRouter } from "./IStargateRouter";
export type { IWETH } from "./IWETH";
export type { IStargateRouterETH } from "./IStargateRouterETH";
export type { LibDiamond } from "./LibDiamond";
export type { Controlled } from "./Controlled";
export type { Guarded } from "./Guarded";
Expand Down Expand Up @@ -81,7 +80,6 @@ export { IHopBridge__factory } from "./factories/IHopBridge__factory";
export { IStargateReceiver__factory } from "./factories/IStargateReceiver__factory";
export { IStargateRouter__factory } from "./factories/IStargateRouter__factory";
export { IWETH__factory } from "./factories/IWETH__factory";
export { IStargateRouterETH__factory } from "./factories/IStargateRouterETH__factory";
export { LibDiamond__factory } from "./factories/LibDiamond__factory";
export { Controlled__factory } from "./factories/Controlled__factory";
export { Guarded__factory } from "./factories/Guarded__factory";
Expand Down

0 comments on commit f5ca8a9

Please sign in to comment.