We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba54c4 commit 585e07fCopy full SHA for 585e07f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "3.2.4",
+ "version": "3.3.4",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/transactions.ts
@@ -35,8 +35,6 @@ export enum TransactionStatus {
35
CANCELLED = 'CANCELLED',
36
FAILED = 'FAILED',
37
SUCCESS = 'SUCCESS',
38
- PENDING = 'PENDING',
39
- WILL_BE_REPLACED = 'WILL_BE_REPLACED',
40
}
41
42
export enum TransferDirection {
0 commit comments