mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-10 21:17:41 +03:00
feat(OP-4112): return executionTypes
This commit is contained in:
3
src/constants/executionTypes.ts
Normal file
3
src/constants/executionTypes.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
const executionTypes = ['LIMIT', 'STOP_LIMIT'] as const;
|
||||
|
||||
export default executionTypes;
|
||||
Reference in New Issue
Block a user