README
truffle-environment
Environment-related files. Use this packages to detect the environment a project is using, and to update configuration values such as the provider or networks.
This package contains the code needed to determine environment-specific data
<script type="module">
import truffleEnvironment from 'https://cdn.skypack.dev/truffle-environment';
</script>
Environment-related files. Use this packages to detect the environment a project is using, and to update configuration values such as the provider or networks.