InstructionLIVE

Moonshot ConfigUpdate

Real-time decoded data for the ConfigUpdate instruction on the Moonshot program. Every time this instruction is executed on Solana, you receive the full decoded payload with 2 accounts and 1 arguments in under 50ms.

Topicsolana.moonshot.config_update
2accounts
1signers
1writable
1arguments

Accounts

Decoded account addresses included in every ConfigUpdate message.

NameTypeSignerWritable
config_authorityPublicKeyyes-
config_accountPublicKey-yes

Arguments

Decoded instruction arguments included in every ConfigUpdate message.

NameType
datastruct { migration_authority: Option<PublicKey>, backend_authority: Option<PublicKey>, config_authority: Option<PublicKey>, helio_fee: Option<PublicKey>, dex_fee: Option<PublicKey>, fee_bps: Option<u16>, dex_fee_share: Option<u8>, migration_fee: Option<u64>, marketcap_threshold: Option<u64>, marketcap_currency: Option<u8>, min_supported_decimal_places: Option<u8>, max_supported_decimal_places: Option<u8>, min_supported_token_supply: Option<u64>, max_supported_token_supply: Option<u64>, coef_b: Option<u32> }

Subscribe to ConfigUpdate

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.moonshot.config_update","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe

The solana.moonshot.config_update stream delivers decoded ConfigUpdate instruction data from the Moonshot program (MoonCVVNZFSY...) on Solana. Each message includes 2 decoded account addresses and 1 typed arguments, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.

Stream Moonshot ConfigUpdate data now

Get your API key and start receiving decoded instructions in seconds.