![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
eth-canceller
Advanced tools
_____ _____ _ _ ____ _ _
| ____|_ _| | | | / ___|__ _ _ __ ___ ___| | | ___ _ __
| _| | | | |_| | | | / _` | '_ \ / __/ _ \ | |/ _ \ '__|
| |___ | | | _ | | |__| (_| | | | | (_| __/ | | __/ |
|_____| |_| |_| |_| \____\__,_|_| |_|\___\___|_|_|\___|_|
Simply cancel an ETH transaction.
You can either install the app globally first with:
npm i -g eth-canceller
And then run it with:
eth-canceller [file]
Or, you can just run it without installing:
npx eth-canceller [file]
Where [file]
is a JSON document with all required details to cancel the transaction.
Sample usage:
eth-canceller details.json
This is the file used to provide all wallet and transaction details required to cancel the transaction.
Sample file:
{
"apiUrl": "https://mainnet.infura.io/v3/API_KEY",
"privateKey": "this is your wallet private key",
"nonce": 1,
"maxFeePerGas": 90,
"maxPriorityFeePerGas": 0.15
}
If you don't have an apiUrl
you can get one for free from Infura.
The app will confirm the transaction before sending it.
maxPriorityFeePerGas
is the tip you give to the miner.
maxFeePerGas
is the max you are willing per gas including: maxPriorityFeePerGas + baseFeePerGas
.
Please, keep your private key safe at all times!
Don't execute this app in a non trusted environment / machine.
Delete your private key or the whole fine once you're done.
Your private key gives full access yo your wallet and your funds!
FAQs
Speed up ETH transactions
We found that eth-canceller demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.