We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3fcf4 commit e76d6e7Copy full SHA for e76d6e7
packages/stores-starknet/src/account/internal.ts
@@ -69,11 +69,11 @@ export class StoreAccount extends Account {
69
);
70
71
const estimate = await this.estimateAccountDeployFee({
72
+ ...stark.v3Details(details),
73
classHash,
74
constructorCalldata,
75
addressSalt,
76
contractAddress,
- ...stark.v3Details(details),
77
});
78
79
const keplr = await this.getKeplr();
0 commit comments