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 0edc2d6 commit a71d012Copy full SHA for a71d012
packages/thirdweb/src/exports/contract.ts
@@ -41,6 +41,4 @@ export {
41
} from "../contract/deployment/deploy-with-abi.js";
42
export { prepareAutoFactoryDeployTransaction } from "../contract/deployment/deploy-via-autofactory.js";
43
44
-export {
45
- getCompilerMetadata,
46
-} from "../contract/actions/get-compiler-metadata.js";
+export { getCompilerMetadata } from "../contract/actions/get-compiler-metadata.js";
0 commit comments