Skip to content

Commit 8a60b6e

Browse files
author
Manuel Gellfart
authored
feat: add tx simulation to feature type (#77)
1 parent 2901453 commit 8a60b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export enum FEATURES {
6161
SPENDING_LIMIT = 'SPENDING_LIMIT',
6262
EIP1559 = 'EIP1559',
6363
SAFE_TX_GAS_OPTIONAL = 'SAFE_TX_GAS_OPTIONAL',
64+
TX_SIMULATION = 'TX_SIMULATION',
6465
}
6566

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

0 commit comments

Comments
 (0)