You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
path.resolve(__dirname,'../');// Note: this is impacted by the tsup config since that can potential change where this file ends up being built to
12
+
process.env.MODULE_ROOT_PATH||path.resolve(__dirname,"..","..");// Note: this is impacted by the tsup config since that can potential change where this file ends up being built to
13
+
exportconstPARENT_MODULE_ROOT_PATH=path.dirname(path.resolve("package.json"));// Path of module using this package; path.resolve uses cwd so this should typically be the root of the module that's running the bin
constDEFAULT_DEPLOYMENT_ENVIRONMENT="local";// Deployment Environment disambiguates between deployment environments on the same chains (e.g. staging testnet vs prod testnet) This should be one of the following: local, staging, prod, mainnet
0 commit comments