We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd11486 commit a878ec6Copy full SHA for a878ec6
packages/thirdweb/src/assets/distribute-token.ts
@@ -1,6 +1,6 @@
1
-import { toUnits } from "src/utils/units.js";
2
import { distributeAsset } from "../extensions/assets/__generated__/AssetEntrypointERC20/write/distributeAsset.js";
3
import type { ClientAndChainAndAccount } from "../utils/types.js";
+import { toUnits } from "../utils/units.js";
4
import { getDeployedEntrypointERC20 } from "./get-entrypoint-erc20.js";
5
import type { DistributeContent } from "./types.js";
6
0 commit comments