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 75029e1 commit c7f70acCopy full SHA for c7f70ac
packages/sdk/src/config/config.ts
@@ -23,6 +23,12 @@ export const SCONE_TAG = ['tee', 'scone'];
23
24
export const DEFAULT_MAX_PRICE = 0;
25
26
+export const MAX_DESIRED_DATA_ORDER_PRICE = 0;
27
+
28
+export const MAX_DESIRED_APP_ORDER_PRICE = 0;
29
30
+export const MAX_DESIRED_WORKERPOOL_ORDER_PRICE = 0;
31
32
export const KEY_PURPOSE_SELECTOR = 'keyHasPurpose(bytes32,uint256)';
33
34
export const GROUP_MEMBER_PURPOSE = 4;
0 commit comments