Skip to content

Commit

Permalink
add pfmEnabled to shape
Browse files Browse the repository at this point in the history
  • Loading branch information
iomekam authored and 0xpatrickdev committed Nov 13, 2024
1 parent 3a01383 commit d08f946
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ Generated by [AVA](https://avajs.dev).
icqEnabled: Object @match:kind {
payload: 'boolean',
},
pfmEnabled: Object @match:kind {
payload: 'boolean',
},
stakingTokens: Object @match:arrayOf {
payload: [
{
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions packages/orchestration/src/typeGuards.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const CosmosChainInfoShape = M.splitRecord(
stakingTokens: M.arrayOf({ denom: M.string() }),
// UNTIL https://github.com/Agoric/agoric-sdk/issues/9326
icqEnabled: M.boolean(),
pfmEnabled: M.boolean(),
},
);

Expand Down

0 comments on commit d08f946

Please sign in to comment.