Skip to content

Commit e76d6e7

Browse files
committed
minor fix
1 parent 8e3fcf4 commit e76d6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stores-starknet/src/account/internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ export class StoreAccount extends Account {
6969
);
7070

7171
const estimate = await this.estimateAccountDeployFee({
72+
...stark.v3Details(details),
7273
classHash,
7374
constructorCalldata,
7475
addressSalt,
7576
contractAddress,
76-
...stark.v3Details(details),
7777
});
7878

7979
const keplr = await this.getKeplr();

0 commit comments

Comments
 (0)