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 0de0d8a commit 51fedc8Copy full SHA for 51fedc8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "2.5.7",
+ "version": "2.5.8",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/chains.ts
@@ -58,6 +58,8 @@ export enum FEATURES {
58
CONTRACT_INTERACTION = 'CONTRACT_INTERACTION',
59
DOMAIN_LOOKUP = 'DOMAIN_LOOKUP',
60
SPENDING_LIMIT = 'SPENDING_LIMIT',
61
+ EIP1559 = 'EIP1559',
62
+ SAFE_TX_GAS_OPTIONAL = 'SAFE_TX_GAS_OPTIONAL',
63
}
64
65
// Remain agnostic as possible and reference what is returned in the CGW, i.e.
0 commit comments