Skip to content

Commit

Permalink
Merge pull request #112 from blocknative/release/3.3.0
Browse files Browse the repository at this point in the history
Release 3.3.0
  • Loading branch information
lnbc1QWFyb24 authored Apr 14, 2021
2 parents d458f84 + 146bc8d commit 082e547
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bnc-sdk",
"version": "3.2.0",
"version": "3.3.0",
"description": "SDK to connect to the blocknative backend via a websocket connection",
"keywords": [
"ethereum",
Expand Down
1 change: 1 addition & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export type TransactionEventCode =
| 'txError'
| 'txUnderPriced'
| 'txDropped'
| 'txPoolSimulation'
| 'all'

export interface Ac {
Expand Down
1 change: 1 addition & 0 deletions src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export function createEmitter(): Emitter {
case 'txSendFail':
case 'txError':
case 'txUnderPriced':
case 'txPoolSimulation':
case 'all':
break
default:
Expand Down

0 comments on commit 082e547

Please sign in to comment.