In the [website](https://truffleframework.com/docs/truffle/reference/configuration#networks): > gas: Gas limit used for deploys. Default is 4712388. In the source code (version 4.1.14): ``` var default_tx_values = { gas: 6721975, gasPrice: 100000000000, // 100 Shannon, from: null }; ```
In the website:
In the source code (version 4.1.14):