Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Dec 13, 2024
1 parent 936264d commit 8dd4a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crypto-block/test/helpers/prepare-sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { EvmCallBuilder, ServiceProvider as CoreCryptoTransactionEvmCall } from
import { ServiceProvider as CoreCryptoValidation } from "@mainsail/crypto-validation";
import { ServiceProvider as CoreCryptoWif } from "@mainsail/crypto-wif";
import { ServiceProvider as CoreSerializer } from "@mainsail/serializer";
import { BigNumber } from "@mainsail/utils/distribution/big-number.js";
import { ServiceProvider as CoreValidation } from "@mainsail/validation";
import { BigNumber } from "packages/utils/distribution/big-number.js";

import crypto from "../../../core/bin/config/testnet/core/crypto.json";
import { Sandbox } from "../../../test-framework/source";
Expand Down

0 comments on commit 8dd4a3e

Please sign in to comment.