What Is the Difference between ‘Gas Limit’ and ‘Gas Price’ in Ethereum?
Gas Limit is the maximum amount of Gas (computational effort) a user is willing to spend on a transaction; it prevents infinite loops. Gas Price is the amount of Ether a user is willing to pay per unit of Gas.
The total transaction fee is calculated as Gas Limit multiplied by Gas Price.