mirror of
https://github.com/theodore-song/polymarket-analyst.git
synced 2026-08-24 04:58:08 +00:00
Deploy verified protected bundle opportunities
This commit is contained in:
@@ -112,7 +112,10 @@ assert.doesNotMatch(index, /\/fee-rate\?token_id=/);
|
||||
assert.match(index, /function maximizeBundleExecution\(candidate,books,minimumUnits\)/);
|
||||
assert.match(index, /const BUNDLE_MAX_VERIFIED_NOTIONAL=400;/);
|
||||
assert.match(index, /const BUNDLE_EVENT_CAP_PCT=0\.12;/);
|
||||
assert.match(index, /const BUNDLE_MIN_DAILY_RETURN=0\.0002;/);
|
||||
assert.match(index, /const BUNDLE_MIN_DAILY_RETURN=0\.00002;/);
|
||||
assert.match(index, /fee_check_eligible_structures:executableAudit\.filter\(candidate=>candidate\.fee_check_attempted\)\.length/);
|
||||
assert.match(index, /"profit-below-floor"/);
|
||||
assert.match(index, /"return-below-floor"/);
|
||||
assert.match(index, /function compareBundleOpportunities\(a,b\)/);
|
||||
assert.match(index, /function binaryComplementBundleSuggestions\(event,\{includeUnprofitable=false\}=\{\}\)/);
|
||||
assert.match(index, /discoversExecutableBinaryComplements:/);
|
||||
@@ -122,6 +125,16 @@ assert.match(index, /immediateMergeMetadataSurvivesSync:/);
|
||||
assert.match(api, /bundle_immediate_merge: s\.bundle_immediate_merge/);
|
||||
assert.match(index, /function convertCompleteNegativeRiskNoBundle\(p,bundleId\)/);
|
||||
assert.match(index, /function negativeRiskBundleSuggestions\(event,\{includeUnprofitable=false,conversionTerms=null\}=\{\}\)/);
|
||||
assert.match(index, /function negativeRiskExclusivePairSuggestion\(event,\{includeUnprofitable=false\}=\{\}\)/);
|
||||
assert.match(index, /bundle_logic:"neg-risk-exclusive-no-pair"/);
|
||||
assert.match(index, /const exclusivePair=negativeRiskExclusivePairSuggestion\(event,\{includeUnprofitable:true\}\)/);
|
||||
assert.match(index, /discoversExclusiveNoPair:/);
|
||||
assert.match(index, /rejectsUnprofitableExclusiveNoPair:/);
|
||||
assert.match(index, /rejectsMismatchedNegativeRiskPair:/);
|
||||
assert.match(index, /routesExclusiveNoPairToValue:/);
|
||||
assert.match(index, /exclusiveNoPairSettlesAtGuaranteedFloor:/);
|
||||
assert.match(index, /exclusive_pair_structures:exclusivePairs\.length/);
|
||||
assert.match(index, /Exclusive NO pairs:/);
|
||||
assert.match(index, /preservesBothCompleteSidesThroughAudit:/);
|
||||
assert.match(index, /discoversExactCompleteNoConversion:/);
|
||||
assert.match(index, /deductsAdapterFeeFromConversionPayout:/);
|
||||
|
||||
Reference in New Issue
Block a user