Skip to content

Commit 585e07f

Browse files
authored
Fix: remove deprecated client-side tx statuses (#86)
1 parent 6ba54c4 commit 585e07f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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": "3.2.4",
3+
"version": "3.3.4",
44
"main": "dist/index.min.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/types/transactions.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ export enum TransactionStatus {
3535
CANCELLED = 'CANCELLED',
3636
FAILED = 'FAILED',
3737
SUCCESS = 'SUCCESS',
38-
PENDING = 'PENDING',
39-
WILL_BE_REPLACED = 'WILL_BE_REPLACED',
4038
}
4139

4240
export enum TransferDirection {

0 commit comments

Comments
 (0)