Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-react-gateway-sdk",
"version": "2.5.6",
"version": "2.5.7",
"main": "dist/index.min.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/types/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export enum FEATURES {
CONTRACT_INTERACTION = 'CONTRACT_INTERACTION',
DOMAIN_LOOKUP = 'DOMAIN_LOOKUP',
SPENDING_LIMIT = 'SPENDING_LIMIT',
SAFE_TX_GAS_OPTIONAL = 'SAFE_TX_GAS_OPTIONAL',
}

// Remain agnostic as possible and reference what is returned in the CGW, i.e.
Expand Down