Skip to content

Commit

Permalink
1.9.4 Release - Master (#229)
Browse files Browse the repository at this point in the history
* Update sdk version and add new type2 gas props

* Update version for release

Co-authored-by: Aaron Barnard <[email protected]>
  • Loading branch information
Adamj1232 and lnbc1QWFyb24 authored Feb 14, 2022
1 parent 486f76b commit da683b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bnc-notify",
"version": "1.9.3",
"version": "1.9.4",
"description": "Show web3 users realtime transaction notifications",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.0",
"bnc-sdk": "4.0.0",
"bnc-sdk": "4.1.0",
"lodash.debounce": "^4.0.8",
"regenerator-runtime": "^0.13.3",
"uuid": "^3.3.3"
Expand Down
4 changes: 4 additions & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ export interface TransactionData {
system?: string
inputs?: BitcoinInputOutput[]
outputs?: BitcoinInputOutput[]
baseFeePerGasGwei?: number
maxPriorityFeePerGasGwei?: number
maxFeePerGasGwei?: number
gasPriceGwei?: number
}

export type NotificationType = 'pending' | 'success' | 'error' | 'hint'
Expand Down

0 comments on commit da683b9

Please sign in to comment.