@@ -41,14 +41,14 @@ export {
41
41
EthAddress ,
42
42
Fq ,
43
43
Fr ,
44
+ getContractClassFromArtifact ,
45
+ getContractInstanceFromDeployParams ,
44
46
GlobalVariables ,
45
47
GrumpkinScalar ,
46
48
INITIAL_L2_BLOCK_NUM ,
47
49
NodeInfo ,
48
50
Point ,
49
51
PublicKeys ,
50
- getContractClassFromArtifact ,
51
- getContractInstanceFromDeployParams ,
52
52
} from '@aztec/circuits.js' ;
53
53
54
54
export { computeSecretHash } from '@aztec/circuits.js/hash' ;
@@ -68,12 +68,12 @@ export {
68
68
Comparator ,
69
69
ContractClass2BlockL2Logs ,
70
70
EncryptedLogPayload ,
71
- EpochProofQuote ,
72
- EpochProofQuotePayload ,
73
71
EventMetadata ,
74
72
EventType ,
75
73
ExtendedNote ,
76
74
FunctionCall ,
75
+ getTimestampRangeForEpoch ,
76
+ HashedValues ,
77
77
L1Actor ,
78
78
L1EventPayload ,
79
79
L1NotePayload ,
@@ -82,8 +82,9 @@ export {
82
82
L2Block ,
83
83
LogId ,
84
84
MerkleTreeId ,
85
+ merkleTreeIds ,
86
+ mockTx ,
85
87
Note ,
86
- HashedValues ,
87
88
SiblingPath ,
88
89
Tx ,
89
90
TxExecutionRequest ,
@@ -92,14 +93,10 @@ export {
92
93
TxStatus ,
93
94
UnencryptedL2Log ,
94
95
UniqueNote ,
95
- getTimestampRangeForEpoch ,
96
- merkleTreeIds ,
97
- mockEpochProofQuote ,
98
- mockTx ,
99
96
type LogFilter ,
100
- type PXE ,
101
97
type PartialAddress ,
102
98
type PublicKey ,
99
+ type PXE ,
103
100
} from '@aztec/circuit-types' ;
104
101
105
102
// TODO: These kinds of things have no place on our public api.
@@ -120,10 +117,10 @@ export { fileURLToPath } from '@aztec/foundation/url';
120
117
// Here you *can* do `export *` as the granular api defacto exports things explicitly.
121
118
// This entire index file will be deprecated at some point after we're satisfied.
122
119
export * from './api/abi.js' ;
123
- export * from './api/cheat_codes.js' ;
124
- export * from './api/fee.js' ;
125
120
export * from './api/addresses.js' ;
121
+ export * from './api/cheat_codes.js' ;
126
122
export * from './api/ethereum/index.js' ;
123
+ export * from './api/fee.js' ;
127
124
export * from './api/log.js' ;
128
125
// Granular export, even if not in the api folder
129
126
export * from './contract/index.js' ;
0 commit comments