Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
oXtxNt9U authored and github-actions[bot] committed Dec 13, 2024
1 parent c41b713 commit c7a56a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/contracts/source/contracts/state/wallets.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { BigNumber } from "@mainsail/utils";

import { LegacyMultiSignatureAttribute } from "../evm/evm.js";

export interface Wallet {
Expand Down
2 changes: 1 addition & 1 deletion packages/snapshot-legacy-importer/source/importer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ export class Importer implements Contracts.Snapshot.LegacyImporter {
balance,
ethAddress,
legacyAttributes: {
secondPublicKey: wallet.attributes["secondPublicKey"] ?? undefined,
multiSignature: wallet.attributes["multiSignature"]?.["publicKeys"]
? wallet.attributes["multiSignature"]
: undefined,
secondPublicKey: wallet.attributes["secondPublicKey"] ?? undefined,
},
publicKey: wallet.publicKey,
});
Expand Down

0 comments on commit c7a56a1

Please sign in to comment.