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 25, 2024
1 parent 1897ec1 commit e48d3e3
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 @@ -100,6 +100,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 e48d3e3

Please sign in to comment.