Skip to content

Commit da683b9

Browse files
1.9.4 Release - Master (#229)
* Update sdk version and add new type2 gas props * Update version for release Co-authored-by: Aaron Barnard <abarnard@protonmail.com>
1 parent 486f76b commit da683b9

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-notify",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "Show web3 users realtime transaction notifications",
55
"keywords": [
66
"ethereum",
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"bignumber.js": "^9.0.0",
53-
"bnc-sdk": "4.0.0",
53+
"bnc-sdk": "4.1.0",
5454
"lodash.debounce": "^4.0.8",
5555
"regenerator-runtime": "^0.13.3",
5656
"uuid": "^3.3.3"

src/interfaces.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ export interface TransactionData {
7171
system?: string
7272
inputs?: BitcoinInputOutput[]
7373
outputs?: BitcoinInputOutput[]
74+
baseFeePerGasGwei?: number
75+
maxPriorityFeePerGasGwei?: number
76+
maxFeePerGasGwei?: number
77+
gasPriceGwei?: number
7478
}
7579

7680
export type NotificationType = 'pending' | 'success' | 'error' | 'hint'

0 commit comments

Comments
 (0)