Skip to content

Commit 9146116

Browse files
authored
fix: remove redundant status (#56)
* fix: remove redundant status * fix: Bump version
1 parent 8470e38 commit 9146116

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-react-gateway-sdk",
3-
"version": "2.8.3",
3+
"version": "2.8.4",
44
"main": "dist/index.min.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/types/transactions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export enum TransactionStatus {
4040
FAILED = 'FAILED',
4141
SUCCESS = 'SUCCESS',
4242
PENDING = 'PENDING',
43-
PENDING_FAILED = 'PENDING_FAILED',
4443
WILL_BE_REPLACED = 'WILL_BE_REPLACED',
4544
}
4645

0 commit comments

Comments
 (0)