Real-time decoded data for the ConfigUpdatedEvent event on the Boop program. Every time this event is emitted on Solana, you receive 11 decoded fields in under 50ms.
solana.boop_boop.config_updated_eventDecoded fields included in every ConfigUpdatedEvent event message.
| Field | Type |
|---|---|
| protocol_fee_recipient | PublicKey |
| virtual_sol_reserves | u64 |
| virtual_token_reserves | u64 |
| graduation_target | u64 |
| graduation_fee | u64 |
| damping_term | u8 |
| swap_fee_basis_points | u8 |
| token_for_stakers_basis_points | u16 |
| token_amount_for_raydium_liquidity | u64 |
| max_graduation_price_deviation_basis_points | u16 |
| max_swap_amount_for_pool_price_correction_basis_points | u16 |
Connect and start receiving decoded data in seconds.
grpcurl -plaintext \
-H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
-d '{"topic":"solana.boop_boop.config_updated_event","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/Subscribesolana.boop_boop.authority_transfer_cancelled_eventsolana.boop_boop.authority_transfer_completed_eventsolana.boop_boop.authority_transfer_initiated_eventsolana.boop_boop.bonding_curve_deployed_eventsolana.boop_boop.bonding_curve_deployed_fallback_eventsolana.boop_boop.bonding_curve_vault_closed_eventThe solana.boop_boop.config_updated_event stream delivers decoded ConfigUpdatedEvent event data from the Boop program (boop8hVGQGqe...) on Solana. Each message includes 11 decoded event fields, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.
Get your API key and start receiving decoded events in seconds.