Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 377 Bytes

configuration.md

File metadata and controls

9 lines (7 loc) · 377 Bytes

Configuration

When Tuner is run, it searches for the closest tuner.config.js file starting from the Current Working Directory. This file normally lives in the root of your project. The RPCProviderUrl need to be specified, and it's recommended to setup an environment variable:

module.exports = {
  RPCProviderUrl: process.env.MAINNET_PROVIDER_URL,
};