Skip to content

Commit e64d80c

Browse files
avralclaude
andcommitted
update CPU threshold to 70% and fix allowed contracts list
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 12b0ca5 commit e64d80c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

source/index.html.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@ Service unavailable | CPU payer is currently disabled or overloaded
18231823
| Global (daily) | 80000 | Total requests per day |
18241824

18251825
<aside class="warning">
1826-
When CPU usage exceeds 95%, all hourly limits are reduced by 50%.
1826+
When CPU usage exceeds 70%, all hourly limits are reduced by 50%.
18271827
</aside>
18281828

18291829
## Allowed Contracts
@@ -1834,5 +1834,6 @@ Transactions can only contain actions to whitelisted Alcor contracts:
18341834
* `swap.alcor` - AMM Swap
18351835
* `otc.alcor` - OTC trading
18361836
* `alcorotcswap` - OTC swap
1837+
* `liquid.alcor` - CPU payer contract
18371838

1838-
Plus `eosio.token::transfer` actions are always allowed.
1839+
Any `transfer` actions where the recipient (`to`) is one of the Alcor contracts above are also allowed.

0 commit comments

Comments
 (0)