UNPKG

secret-polar

Version:

Polar is a development environment to compile, deploy, test, run scrt contracts on different networks.

18 lines (17 loc) 691 B
"use strict"; /* eslint-disable no-use-before-define */ // This file defines the different config types. // // For each possible kind of config value, we have two type: // // One that ends with UserConfig, which represent the config as // written in the user's config file. // // The other one, with the same name except without the User part, represents // the resolved value as used during the polar execution. // // Note that while many declarations are repeated here (i.e. network types' // fields), we don't use `extends` as that can interfere with plugin authors // trying to augment the config types. // Networks config\ Object.defineProperty(exports, "__esModule", { value: true });