Skip to content

Commit 13f87b0

Browse files
committed
merge conflicts
1 parent 7114921 commit 13f87b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

yarn-project/aztec.js/src/api/protocol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export { ContractClassRegistryContract } from '../contract/protocol_contracts/co
66
export { ContractInstanceRegistryContract } from '../contract/protocol_contracts/contract-instance-registry.js';
77
export { FeeJuiceContract } from '../contract/protocol_contracts/fee-juice.js';
88
export { MultiCallEntrypointContract } from '../contract/protocol_contracts/multi-call-entrypoint.js';
9-
export { RouterContract } from '../contract/protocol_contracts/router.js';
9+
export { PublicChecksContract } from '../contract/protocol_contracts/public-checks.js';

yarn-project/aztec.js/src/wallet/wallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ const WalletMethodSchemas = {
356356
};
357357

358358
/**
359-
* Creates batch schemas from the individual wallet methods
359+
* Creates batch schemas from the individual wallet methods.
360360
* This allows us to define them once and derive batch schemas automatically,
361361
* reducing duplication and ensuring consistency.
362362
*/

0 commit comments

Comments
 (0)