polygon-gas-price-oracle/hardhat.config.d.ts

8 lines
259 B
TypeScript
Raw Normal View History

2024-04-12 02:23:08 +03:00
import { HardhatUserConfig } from 'hardhat/config';
import '@nomicfoundation/hardhat-toolbox';
import '@nomicfoundation/hardhat-ethers';
import 'hardhat-storage-layout';
import 'hardhat-tracer';
declare const config: HardhatUserConfig;
export default config;