Skip to content

Commit c7f70ac

Browse files
add default max desired price to config
for app & dataset & workerpool
1 parent 75029e1 commit c7f70ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/sdk/src/config/config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ export const SCONE_TAG = ['tee', 'scone'];
2323

2424
export const DEFAULT_MAX_PRICE = 0;
2525

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+
2632
export const KEY_PURPOSE_SELECTOR = 'keyHasPurpose(bytes32,uint256)';
2733

2834
export const GROUP_MEMBER_PURPOSE = 4;

0 commit comments

Comments
 (0)