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 395ab50 commit a4ec774Copy full SHA for a4ec774
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@safe-global/safe-gateway-typescript-sdk",
3
- "version": "3.5.5",
+ "version": "3.5.6",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/chains.ts
@@ -62,6 +62,7 @@ export enum FEATURES {
62
EIP1559 = 'EIP1559',
63
SAFE_TX_GAS_OPTIONAL = 'SAFE_TX_GAS_OPTIONAL',
64
TX_SIMULATION = 'TX_SIMULATION',
65
+ EIP1271 = "EIP1271",
66
}
67
68
// Remain agnostic as possible and reference what is returned in the CGW, i.e.
0 commit comments