Skip to content

Commit

Permalink
Remove preconfirmConfig call that no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
niran committed Dec 3, 2024
1 parent 8e67716 commit 6299659
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ export function buildConfirmConfigCalldata(config: KeystoreConfig, keystoreProof
});
}

export function buildPreconfirmConfigCalldata(config: KeystoreConfig, authorizationProof: Hex, confirmedConfigHashIndex: bigint) {
return encodeFunctionData({
abi: accountAbi,
functionName: "preconfirmConfig",
args: [confirmedConfigHashIndex, config, authorizationProof],
});
}

type BuildNextConfigArgs = {
account: Address;
currentConfigData: Hex;
Expand Down

0 comments on commit 6299659

Please sign in to comment.