From 3afe77ab98dca5e06d3a03f086914b672db2afee Mon Sep 17 00:00:00 2001 From: Vitalii Drohan Date: Wed, 3 Jun 2026 20:55:17 +0200 Subject: [PATCH] move to steam paragraph --- docs/api.mdx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/api.mdx b/docs/api.mdx index 54d5fba..4ec6587 100644 --- a/docs/api.mdx +++ b/docs/api.mdx @@ -211,15 +211,6 @@ When multiple updates for the same state are available at the time a block is bu The mode is set per API key, which can be granted on request (see [How to participate](how-to-participate)). This requirement may be dropped in future. Operators needing both modes can request multiple keys. -#### propAMM stream addresses - -State overrides can be sent to `0xda7afeed01fe625cf15d187a19f94b45f00b8c5f`. - -| Name | Stream address | -| --- | --- | -| FermiSwap | `0xb1076fe3ab5e28005c7c323bac5ac06a680d452e` | -| Kipseli | `0x5CDbE59400Cc2EFDCC2B54acca4a99FE00dD588c` | - #### Endpoints Priority updates are submitted over WebSocket on the same hosts as the JSON-RPC endpoints (see [BuilderNet endpoints](send-orderflow#buildernet-endpoints)) at the path `/ws/sendquoteupdate`, e.g. `wss://rpc.buildernet.org/ws/sendquoteupdate`. @@ -293,6 +284,16 @@ Each message is a JSON snapshot describing the aggregated state overrides for th The `stateOverride` object uses the standard Ethereum state-override format: it maps each contract address to a `stateDiff`, which in turn maps 32-byte storage slots to their 32-byte values. + +#### propAMM stream addresses + +State overrides can be sent to `0xda7afeed01fe625cf15d187a19f94b45f00b8c5f`. + +| Name | Stream address | +| --- | --- | +| FermiSwap | `0xb1076fe3ab5e28005c7c323bac5ac06a680d452e` | +| Kipseli | `0x5CDbE59400Cc2EFDCC2B54acca4a99FE00dD588c` | + --- ### TEE Proof Validation API (aTLS)