From d518930ad1ce67335a6f928208a1580226410f20 Mon Sep 17 00:00:00 2001 From: Dan Lee Date: Fri, 6 Oct 2023 15:33:59 +0100 Subject: [PATCH] dangling PXE --- yarn-project/types/src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/yarn-project/types/src/index.ts b/yarn-project/types/src/index.ts index 872678724f8..a30e8cb88cc 100644 --- a/yarn-project/types/src/index.ts +++ b/yarn-project/types/src/index.ts @@ -28,5 +28,3 @@ export * from './tx_execution_request.js'; export { ContractAbi, FunctionAbi } from '@aztec/foundation/abi'; export { Fr } from '@aztec/foundation/fields'; export { FieldsOf } from '@aztec/foundation/types'; - -export const PXE \ No newline at end of file