Skip to content

Commit

Permalink
fix: flow cadence_height for mainnet (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin committed Sep 20, 2024
1 parent 8120c1d commit 71cc746
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/docs/validator/external-chains/flow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ Visit https://faucet.flow.com, and use the generated Public Key, to create and f
<tabs>
<tab-item title="Mainnet">
```bash
ACCESS_NODE_GRPC_HOST="your_domian:9000"
ACCESS_NODE_GRPC_HOST="your_domain:9000"
FLOW_NETWORK_ID="flow-mainnet"
INIT_CADENCE_HEIGHT="211176670" # to be confirmed
INIT_CADENCE_HEIGHT="85981135"
COINBASE="your_evm_address_without_0x"
COA_ADDRESS="your_flow_address"
COA_KEY="your_private_key"
Expand All @@ -196,7 +196,7 @@ Visit https://faucet.flow.com, and use the generated Public Key, to create and f
</tab-item>
<tab-item title="Testnet">
```bash
ACCESS_NODE_GRPC_HOST="your_domian:9000"
ACCESS_NODE_GRPC_HOST="your_domain:9000"
FLOW_NETWORK_ID="flow-testnet"
INIT_CADENCE_HEIGHT="211176670"
COINBASE="your_evm_address_without_0x"
Expand Down Expand Up @@ -282,4 +282,4 @@ Logs should look like
{"level":"info","component":"ingestion","hash":"0x7e248dd506b721faeece565382d1f310665c2faa5a0882b49f039b73eddb0b34","evm-height":2856,"cadence-height":211179526,"cadence-id":"d34dc88006ebd8ce3e82af11d9668f864c7a9a274e4583c392fe367fc210294c","parent-hash":"0x42d7665cc17c04170eb77e2b14f7adbfbf30a5ac65d5b36a98a2857798a7a33f","tx-hashes-root":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","time":"2024-09-07T15:35:08Z","message":"new evm block executed event"}
{"level":"info","component":"ingestion","cadence-height":211179527,"cadence-event-length":1,"time":"2024-09-07T15:35:08Z","message":"received new cadence evm events"}
{"level":"info","component":"ingestion","hash":"0x133702b182bdff543bfccd0bf380b28a6b4a9de2c1d2123b14601b522bd49a33","evm-height":2857,"cadence-height":211179527,"cadence-id":"e886a98d565f11119f6f38950145c7c86ebf438dbd6c296d88bfac8d72857ccc","parent-hash":"0x7e248dd506b721faeece565382d1f310665c2faa5a0882b49f039b73eddb0b34","tx-hashes-root":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","time":"2024-09-07T15:35:08Z","message":"new evm block executed event"}
```
```

0 comments on commit 71cc746

Please sign in to comment.