Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoreliovlabs committed Oct 29, 2024
1 parent a5de961 commit b7b8328
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ for detailed information about the `miner` configuration.

The `stableGasPrice` feature allows miners to set a predictable gas price for transactions, establishing a minimum rate that is less affected by market volatility and better aligned with fiat currency values like USD or EUR. This enhances cost management and improves overall transaction efficiency.

The source configuration supports two methods: ETH_CALL and HTTP_GET.
The source configuration supports two methods: `ETH_CALL` and `HTTP_GET`.

- **ETH_CALL**: This method retrieves the gas price directly from a specified smart contract, allowing for real-time adjustments based on the contract's logic.
- **HTTP_GET**: This method fetches gas price data from an external API, providing flexibility to pull market data from trusted sources.
Expand All @@ -376,7 +376,7 @@ stableGasPrice {
}
```

- **Source**: Gets the gas price from a specific smart contract
- **Source**: Retrieves the gas price from a specific smart contract
- **Minimum Gas Price**: Ensures the miner uses a baseline price to avoid setting it too low
- **Refresh Rate**: Updates the gas price

Expand All @@ -401,7 +401,7 @@ stableGasPrice {

## blockchain.config.name

A string that describe the name of the configuration.
A string that describes the name of the configuration.
We use:

| | `blockchain.config.name` |
Expand Down

0 comments on commit b7b8328

Please sign in to comment.