Skip to content

Commit

Permalink
fix: pool system metadata types
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractFruitFactory committed Jan 18, 2024
1 parent 5c4293d commit 20ff892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/api/utils/entities/component/pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ type ComponentState = {
}

const systemMetadata = createSystemMetadata({
owner_badge: 'NonFungibleGlobalId',
pool_vault_number: 'String',
owner_badge: 'NonFungibleLocalId',
pool_vault_number: 'U8',
pool_resources: 'GlobalAddressArray',
pool_unit: 'GlobalAddress'
})
Expand Down

0 comments on commit 20ff892

Please sign in to comment.