Skip to content

Commit

Permalink
sdk: export Roles abi
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Sep 1, 2023
1 parent 3368dd5 commit 78d0fc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zodiac-roles-sdk",
"version": "2.2.1",
"version": "2.2.2",
"license": "LGPL-3.0+",
"main": "build/cjs/sdk/src/index.js",
"module": "build/esm/sdk/src/index.js",
Expand Down Expand Up @@ -93,4 +93,4 @@
"installConfig": {
"hoistingLimits": "workspaces"
}
}
}
3 changes: 3 additions & 0 deletions packages/sdk/src/abi.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Roles__factory } from "../../evm/typechain-types"

export const rolesAbi = Roles__factory.abi
1 change: 1 addition & 0 deletions packages/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export { fetchRolesMod } from "./fetchRolesMod"
export * from "./targets"
export { applyMembers } from "./applyMembers"

export * from "./abi"
export * from "./types"

0 comments on commit 78d0fc0

Please sign in to comment.