Skip to content

Commit 5fea8b9

Browse files
authored
Merge pull request #164 from KeystoneHQ/feat/ada-integration-v3
chore: bump version
2 parents 225476e + 1c2fdc1 commit 5fea8b9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/ur-registry-cardano/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystonehq/bc-ur-registry-cardano",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "bc-ur-registry extension for Cardano",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/ur-registry-cardano/src/CardanoCatalystRequest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ enum Keys {
2525
}
2626

2727
interface CardanoCatalystRawDelegationProps {
28-
xfp: string;
2928
hdPath: string;
3029
weight: number;
3130
}
@@ -172,7 +171,7 @@ export class CardanoCatalystRequest extends RegistryItem {
172171
: undefined;
173172
const cardanoDelegations = delegations.map((delegation) =>
174173
CardanoDelegation.constructCardanoDelegation({
175-
hdPath: genCryptoKeypath(delegation.hdPath, delegation.xfp),
174+
hdPath: genCryptoKeypath(delegation.hdPath, xfp),
176175
weight: delegation.weight,
177176
})
178177
);

0 commit comments

Comments
 (0)