UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

13 lines (10 loc) 262 B
import { HardhatUserConfig } from 'hardhat/config' const config: HardhatUserConfig = { // All paths relative to ** this file **. paths: { tests: '../../test', cache: '../temp/cache', artifacts: '../temp/artifacts', }, } export default config