Commit fe2b666 1 parent 117200e commit fe2b666 Copy full SHA for fe2b666
File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- import {
2
- createLogger ,
3
- createAztecNodeClient ,
4
- AztecNode ,
5
- Logger ,
6
- } from "@aztec/aztec.js/utils" ;
1
+ import { createAztecNodeClient , AztecNode } from "@aztec/aztec.js/utils" ;
7
2
8
3
import { AztecAddress } from "@aztec/aztec.js/addresses" ;
9
4
import { AccountWalletWithSecretKey } from "@aztec/aztec.js/wallet" ;
@@ -21,6 +16,7 @@ import { debug } from "debug";
21
16
import { createContext } from "react" ;
22
17
import { NetworkDB , WalletDB } from "./utils/storage" ;
23
18
import { ContractFunctionInteractionTx } from "./utils/txs" ;
19
+ import { Logger , createLogger } from "@aztec/aztec.js/log" ;
24
20
25
21
process . env = Object . keys ( import . meta. env ) . reduce ( ( acc , key ) => {
26
22
acc [ key . replace ( "VITE_" , "" ) ] = import . meta. env [ key ] ;
Original file line number Diff line number Diff line change 17
17
"./ethereum" : " ./dest/api/ethereum/index.js" ,
18
18
"./fee" : " ./dest/api/fee.js" ,
19
19
"./fields" : " ./dest/api/fields.js" ,
20
+ "./log" : " ./dest/api/log.js" ,
20
21
"./log_id" : " ./dest/api/log_id.js" ,
21
22
"./rpc" : " ./dest/rpc_clients/index.js" ,
22
23
"./tx_hash" : " ./dest/api/tx_hash.js" ,
You can’t perform that action at this time.
0 commit comments