UNPKG

secret-polar-reworks

Version:

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

12 lines (8 loc) 234 B
import { extendConfig } from '../../../src/internal/core/config/config-env' extendConfig((config, _userConfig) => { config.values = [1] }); extendConfig((config, _userConfig) => { config.values.push(2) }); module.exports = {};