Skip to content

Commit

Permalink
Merge pull request #1438 from input-output-hk/fix/wallet-api-projection
Browse files Browse the repository at this point in the history
fix(cardano-services): correctly load Mapper.withGovernanceActions
  • Loading branch information
iccicci authored Aug 22, 2024
2 parents ec3edfb + 855a057 commit 8ebe351
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const createMapperOperators = (
withAddresses: Mapper.withAddresses(),
withCIP67: Mapper.withCIP67(),
withCertificates: Mapper.withCertificates(),
withGovernanceActions: Mapper.withGovernanceActions(),
withHandleMetadata,
withHandles,
withMint: Mapper.withMint(),
Expand Down Expand Up @@ -250,6 +251,7 @@ const mapperInterDependencies: Partial<Record<MapperName, MapperName[]>> = {
const storeMapperDependencies: Partial<Record<StoreName, MapperName[]>> = {
storeAddresses: ['withAddresses'],
storeAssets: ['withMint'],
storeGovernanceAction: ['withGovernanceActions'],
storeHandleMetadata: ['withHandleMetadata'],
storeHandles: ['withHandles'],
storeNftMetadata: ['withNftMetadata'],
Expand Down

0 comments on commit 8ebe351

Please sign in to comment.