-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat[DOCS] : add useDataTransaction documentation #90
feat[DOCS] : add useDataTransaction documentation #90
Conversation
## Usage | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe can briefly state what the example does, like in your other PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/hooks/useDataTransaction.md
Outdated
## Features | ||
|
||
- **Automatic Data Fetching**: Automatically fetches data when the hook is used. | ||
- **TPS Calculation**: Estimates transactions per second based on block timestamps. | ||
- **Average Fee in USD**: Converts transaction fees from Wei to USD using live ETH price data from CoinGecko. | ||
- **Gas Price Metrics**: Retrieves L1 gas price information in both Wei and FRI. | ||
- **Error Handling**: Captures and provides error details if fetching fails. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this would probably better on the top of the page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
Task name here
Types of change