Skip to content

Commit 6743758

Browse files
committed
fix: refactor import statements for Ethereum chain and client modules
1 parent a51c534 commit 6743758

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/fees.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import { PodRacingContract } from "../src/artifacts/PodRacing.js"
1010
import { TokenContract } from "@aztec/noir-contracts.js/Token";
1111
import { SponsoredFeePaymentMethod } from '@aztec/aztec.js/fee/testing'
1212
import { 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';
1415
import { deploySchnorrAccount } from "../src/utils/deploy_account.js";
1516
import { setupWallet } from "../src/utils/setup_wallet.js";
1617
import { Logger, createLogger } from '@aztec/aztec.js/log';

0 commit comments

Comments
 (0)