Skip to content

Commit

Permalink
feat(contract): add resolveAbiFromBytecode and resolveAbiFromContract…
Browse files Browse the repository at this point in the history
…Api functions
  • Loading branch information
jnsdls committed Feb 7, 2024
1 parent 88b1219 commit c48a058
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/thirdweb/src/contract/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ export function getContract<const abi extends Abi = []>(
return options;
}

export { resolveContractAbi } from "./actions/resolve-abi.js";
export {

Check failure on line 38 in packages/thirdweb/src/contract/index.ts

View workflow job for this annotation

GitHub Actions / Lint Packages

Dependency cycle via ../../utils/index.js:6=>./bytecode/detectExtension.js:3
resolveContractAbi,
resolveAbiFromBytecode,
resolveAbiFromContractApi,
} from "./actions/resolve-abi.js";
export { getByteCode } from "./actions/get-bytecode.js";

0 comments on commit c48a058

Please sign in to comment.