Skip to content

Commit 53526b7

Browse files
committed
refactor(canonical-contracts): add address-only leaf export for multi-call-entrypoint
1 parent 4b074ce commit 53526b7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

yarn-project/canonical-contracts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"./*": "./dest/*/index.js",
1010
"./*/lazy": "./dest/*/lazy.js",
1111
"./auth-registry/address": "./dest/auth-registry/address.gen.js",
12-
"./public-checks/address": "./dest/public-checks/address.gen.js"
12+
"./public-checks/address": "./dest/public-checks/address.gen.js",
13+
"./multi-call-entrypoint/address": "./dest/multi-call-entrypoint/address.gen.js"
1314
},
1415
"scripts": {
1516
"build": "yarn clean && yarn generate && ../scripts/tsc.sh",

yarn-project/entrypoints/src/default_multi_call_entrypoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MULTI_CALL_ENTRYPOINT_ADDRESS } from '@aztec/canonical-contracts/multi-call-entrypoint';
1+
import { MULTI_CALL_ENTRYPOINT_ADDRESS } from '@aztec/canonical-contracts/multi-call-entrypoint/address';
22
import { Fr } from '@aztec/foundation/curves/bn254';
33
import { type FunctionAbi, FunctionCall, FunctionSelector, encodeArguments } from '@aztec/stdlib/abi';
44
import type { AztecAddress } from '@aztec/stdlib/aztec-address';

0 commit comments

Comments
 (0)