You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Serg 57aa950a2f
Typing (#4)
* type definitions

* remove Object.assign(), use BigNumber

* path custom ethers provider to constructor. test

* providers test

* using gas-price-oracle v0.5.0

* manager params provider type

* provider type fix

* update deps

* maxPriorityFee param, tests fix

* fix: cancel/replace

* fix: gasParams check

* fix: handleRpcError with web3 provider

Co-authored-by: Danil Kovtonyuk <danx.kov@gmail.com>
9 months ago
.github/workflows prettier 3 years ago
src Typing (#4) 9 months ago
test Typing (#4) 9 months ago
.editorconfig initial 3 years ago
.env.example Typing (#4) 9 months ago
.eslintrc.json Typing (#4) 9 months ago
.gitignore remove an anoying console.log 2 years ago
.prettierrc prettier 3 years ago
README.md initial 3 years ago
index.d.ts Typing (#4) 9 months ago
index.js prettier 3 years ago
package.json Typing (#4) 9 months ago
yarn.lock Typing (#4) 9 months ago

README.md

TxManager GitHub Workflow Status npm

Transaction manager that assumes that it has exclusive access to an address and submits one transaction at a time

Will try to bump gas price or resubmit transaction when needed, ensuring that tx is eventually mined