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 2901453 commit 8a60b6eCopy full SHA for 8a60b6e
src/types/chains.ts
@@ -61,6 +61,7 @@ export enum FEATURES {
61
SPENDING_LIMIT = 'SPENDING_LIMIT',
62
EIP1559 = 'EIP1559',
63
SAFE_TX_GAS_OPTIONAL = 'SAFE_TX_GAS_OPTIONAL',
64
+ TX_SIMULATION = 'TX_SIMULATION',
65
}
66
67
// Remain agnostic as possible and reference what is returned in the CGW, i.e.
0 commit comments