Skip to content

Commit

Permalink
FLR-1224: Removing observation node and validator node info
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenflare committed Aug 28, 2024
1 parent d4f6e1b commit 337e504
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 1,128 deletions.
1 change: 0 additions & 1 deletion docs/dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
!!! info inline end "Quick links"

* [Network Configuration](./reference/network-config.md)
* [How to run a node](../infra/observation/index.md)

All Flare networks are a fork of the Avalanche project, which runs the [Ethereum Virtual Machine](glossary.md#evm).
Therefore, all Ethereum contracts and tools work on Flare, Songbird and Coston.
Expand Down
16 changes: 0 additions & 16 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,6 @@ Quick links:

</div>

#### For infrastructure providers

<div class="flr-card has-background7" markdown>

## Infrastructure Guides

Step-by-step guides on how to deploy the different components that make up the Flare ecosystem

<div class="flr-card-links" markdown>

Quick links:

* [Deploying an Observer Node](./infra/observation/deploying.md)
* [Deploying a Validator Node](./infra/validation/deploying.md)
* [Observer Nodes](./infra/observation/index.md)

</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/infra/data/operating.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ To run on the real network, you need to:

Use the following tips:

* Run your own [observer node](../observation/deploying.md) and submit all your data through it.
* Run your own [observer node](https://dev.flare.network/run-node/rpc-node) and submit all your data through it.
This will allow you to more efficiently and securely operate your data provider.
* Gather your data directly from each source instead of using APIs provided by data aggregators.
* Write your own code instead of relying entirely on third-party code.
Expand Down
2 changes: 0 additions & 2 deletions docs/infra/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ Select one of the topics below:

* [Deploying FAssets Agent](./fassets/index.md)
* [FTSO Data Providers](./data/index.md)
* [Observer Nodes](./observation/index.md)
* [Validator Nodes](./validation/index.md)
Loading

0 comments on commit 337e504

Please sign in to comment.