File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff 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
7680export type NotificationType = 'pending' | 'success' | 'error' | 'hint'
You can’t perform that action at this time.
0 commit comments