File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ import { PodRacingContract } from "../src/artifacts/PodRacing.js"
1010import { TokenContract } from "@aztec/noir-contracts.js/Token" ;
1111import { SponsoredFeePaymentMethod } from '@aztec/aztec.js/fee/testing'
1212import { getSponsoredFPCInstance } from "../src/utils/sponsored_fpc.js" ;
13- import { createEthereumChain , createExtendedL1Client } from "@aztec/ethereum" ;
13+ import { createEthereumChain } from '@aztec/ethereum/chain' ;
14+ import { createExtendedL1Client } from '@aztec/ethereum/client' ;
1415import { deploySchnorrAccount } from "../src/utils/deploy_account.js" ;
1516import { setupWallet } from "../src/utils/setup_wallet.js" ;
1617import { Logger , createLogger } from '@aztec/aztec.js/log' ;
You can’t perform that action at this time.
0 commit comments