@simbachain/web3-suites
Version:
common code for web3 suite plugins. Code in this repo can be used for truffle or hardhat, but is designed to be applicable to future web3 suite plugins as well.
4 lines • 790 B
TypeScript
export declare const web3SuiteErrorMessage = "It looks like you do not have a hardhat or truffle config file present in your project root. You need to make sure that you are using either a hardhat project or a truffle project. If you are using a hardhat project, you will have a hardhat.config.ts/js file in your project root. If you are using a truffle project, you will have a truffle-config.js file in your project root. It may also be the case that you've accidentally place BOTH a truffle config AND a hardhat config file in your project root. Please make sure you are not mixing hardhat and truffle projects.";
export declare function discoverAndSetWeb3Suite(): string | void;
export declare function buildURL(baseURL: string, url: string): string;
//# sourceMappingURL=utils.d.ts.map