Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stellar mainnet and testnet #58

Open
YaroShkvorets opened this issue Feb 1, 2025 · 0 comments
Open

Add Stellar mainnet and testnet #58

YaroShkvorets opened this issue Feb 1, 2025 · 0 comments

Comments

@YaroShkvorets
Copy link
Collaborator

❯ grpcurl -d '{}' -max-msg-sz 123123123 -H "X-Api-Key: $STREAMINGFAST_KEY" mainnet.stellar.streamingfast.io:443 sf.firehose.v2.EndpointInfo/Info
{
  "chainName": "stellar-mainnet",
  "chainNameAliases": [
    "stellar-mainnet"
  ],
  "firstStreamableBlockNum": "55411000",
  "firstStreamableBlockId": "84e2b18c296badee2a6c30347911f2b5a4323e1ecb3c8986235e1fdc322dadbe",
  "blockIdEncoding": "BLOCK_ID_ENCODING_BASE64"
}

❯ grpcurl -d '{}' -max-msg-sz 123123123 -H "X-Api-Key: $STREAMINGFAST_KEY" testnet.stellar.streamingfast.io:443 sf.firehose.v2.EndpointInfo/Info
{
  "chainName": "stellar-testnet",
  "chainNameAliases": [
    "stellar-testnet"
  ],
  "firstStreamableBlockNum": "761000",
  "firstStreamableBlockId": "9809c8ee44e229a36eb615790bfe0bae92ed8c3109965acbd21ce08da7b12136",
  "blockIdEncoding": "BLOCK_ID_ENCODING_BASE64"
}

Block type: sf.stellar.type.v1.Block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant