Skip to content

Commit 4be211e

Browse files
committed
cleanup
1 parent d823333 commit 4be211e

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

pages/lazer/payload-reference.mdx

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Each price feed object contains the following fields:
8080
| --------------------- | -------- | ------------------------------------------- | -------------------- |
8181
| `priceFeedId` | `number` | Unique identifier for the price feed | `1` (BTC/USD) |
8282
| `price` | `string` | Main aggregate price (mantissa format) | `"1006900000000"` |
83-
| `exponent` | `string` | Decimal exponent for price conversion | `"-8"` |
83+
| `exponent` | `string` | Decimal exponent for price conversion | `-8` |
8484
| `confidence` | `string` | Price confidence interval (mantissa format) | `"5000000"` |
85-
| `publisherCount` | `string` | Number of data publishers contributing | `"15"` |
85+
| `publisherCount` | `string` | Number of data publishers contributing | `9` |
8686
| `bestBidPrice` | `string` | Highest bid price across all publishers | `"1006800000000"` |
8787
| `bestAskPrice` | `string` | Lowest ask price across all publishers | `"1007000000000"` |
8888
| `fundingRate` | `string` | Current funding rate for perpetual futures | `"125000"` |
@@ -247,17 +247,6 @@ Lazer offers multiple delivery channels to match your latency and frequency requ
247247

248248
Lazer provides multiple cryptographic formats to support different blockchain ecosystems. When you subscribe, you can request specific binary formats in the `chains` parameter:
249249

250-
### Available Formats
251-
252-
| Format | Algorithm | Use Cases | Blockchains |
253-
| ------------ | ---------------------------- | -------------------------- | --------------------------------- |
254-
| `evm` | secp256k1 ECDSA + Keccak-256 | Smart contract integration | Ethereum, BSC, Polygon, Avalanche |
255-
| `solana` | Ed25519 EdDSA | Solana program integration | Solana |
256-
| `leEcdsa` | Little-endian ECDSA | Specialized applications | Custom implementations |
257-
| `leUnsigned` | No signature (testing only) | Off-chain analytics | Testing, development |
258-
259-
### Technical Specifications
260-
261250
<div className="grid grid-cols-1 lg:grid-cols-2 gap-6 mt-6">
262251

263252
<div className="p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700">
@@ -268,8 +257,6 @@ Lazer provides multiple cryptographic formats to support different blockchain ec
268257
- **Signature Size**: 65 bytes
269258
- **Verification**: Recoverable ECDSA with Ethereum address derivation
270259

271-
**Perfect for**: Ethereum smart contracts, DeFi protocols, multi-chain applications
272-
273260
</div>
274261

275262
<div className="p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700">
@@ -280,8 +267,6 @@ Lazer provides multiple cryptographic formats to support different blockchain ec
280267
- **Public Key Size**: 32 bytes
281268
- **Verification**: Direct Ed25519 signature verification
282269

283-
**Perfect for**: Solana programs, high-performance applications
284-
285270
</div>
286271

287272
<div className="p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700">
@@ -302,7 +287,7 @@ Lazer provides multiple cryptographic formats to support different blockchain ec
302287
- **Use Cases**: Testing, development, trusted environments
303288

304289
<Callout type="warning">
305-
**Security Warning**: Never use in production
290+
**Security**: Never use in production
306291

307292
</Callout>
308293

0 commit comments

Comments
 (0)