Skip to content

Commit a4ec774

Browse files
author
schmanu
committed
feat: add EIP1271 feature
1 parent 395ab50 commit a4ec774

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe-global/safe-gateway-typescript-sdk",
3-
"version": "3.5.5",
3+
"version": "3.5.6",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/types/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export enum FEATURES {
6262
EIP1559 = 'EIP1559',
6363
SAFE_TX_GAS_OPTIONAL = 'SAFE_TX_GAS_OPTIONAL',
6464
TX_SIMULATION = 'TX_SIMULATION',
65+
EIP1271 = "EIP1271",
6566
}
6667

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

0 commit comments

Comments
 (0)