We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8470e38 commit 9146116Copy full SHA for 9146116
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "2.8.3",
+ "version": "2.8.4",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/transactions.ts
@@ -40,7 +40,6 @@ export enum TransactionStatus {
40
FAILED = 'FAILED',
41
SUCCESS = 'SUCCESS',
42
PENDING = 'PENDING',
43
- PENDING_FAILED = 'PENDING_FAILED',
44
WILL_BE_REPLACED = 'WILL_BE_REPLACED',
45
}
46
0 commit comments