Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Charon-Fan committed Jul 12, 2024
1 parent 225476e commit 1c2fdc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ur-registry-cardano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystonehq/bc-ur-registry-cardano",
"version": "0.3.5",
"version": "0.3.6",
"description": "bc-ur-registry extension for Cardano",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions packages/ur-registry-cardano/src/CardanoCatalystRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ enum Keys {
}

interface CardanoCatalystRawDelegationProps {
xfp: string;
hdPath: string;
weight: number;
}
Expand Down Expand Up @@ -172,7 +171,7 @@ export class CardanoCatalystRequest extends RegistryItem {
: undefined;
const cardanoDelegations = delegations.map((delegation) =>
CardanoDelegation.constructCardanoDelegation({
hdPath: genCryptoKeypath(delegation.hdPath, delegation.xfp),
hdPath: genCryptoKeypath(delegation.hdPath, xfp),
weight: delegation.weight,
})
);
Expand Down

0 comments on commit 1c2fdc1

Please sign in to comment.