From 71cc746f2a14be07c6eff0ce47a21f67df56abdb Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Fri, 20 Sep 2024 10:24:47 -0500 Subject: [PATCH] fix: flow cadence_height for mainnet (#1160) --- src/content/docs/validator/external-chains/flow.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/validator/external-chains/flow.mdx b/src/content/docs/validator/external-chains/flow.mdx index 04b04bee..2ec0ef5b 100644 --- a/src/content/docs/validator/external-chains/flow.mdx +++ b/src/content/docs/validator/external-chains/flow.mdx @@ -185,9 +185,9 @@ Visit https://faucet.flow.com, and use the generated Public Key, to create and f ```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" @@ -196,7 +196,7 @@ Visit https://faucet.flow.com, and use the generated Public Key, to create and f ```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" @@ -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"} -``` \ No newline at end of file +```