Skip to content

Commit

Permalink
fix(vaultDirector): add setOfferFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Feb 10, 2023
1 parent 00cc7c1 commit c024a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/inter-protocol/src/vaultFactory/vaultDirector.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export const prepareVaultDirector = (
getLimitedCreatorFacet: M.call().returns(M.remotable()),
getGovernedApis: M.call().returns(M.record()),
getGovernedApiNames: M.call().returns(M.record()),
setOfferFilter: M.call(M.arrayOf(M.string())).returns(),
}),
machine: M.interface('machine', {
addVaultType: M.call(IssuerShape, M.string(), M.record()).returns(
Expand Down

0 comments on commit c024a4a

Please sign in to comment.