File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
yarn-project/aztec.js/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ export { ContractClassRegistryContract } from '../contract/protocol_contracts/co
66export { ContractInstanceRegistryContract } from '../contract/protocol_contracts/contract-instance-registry.js' ;
77export { FeeJuiceContract } from '../contract/protocol_contracts/fee-juice.js' ;
88export { 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' ;
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments