Skip to content

Commit

Permalink
update how-to-guide and doc references
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Nov 28, 2024
1 parent 3311340 commit 007fd1f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 74 deletions.
12 changes: 0 additions & 12 deletions codegen/chainconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,6 @@ var ChainConfigByID = map[string]*ChainConfig{
Network: "solana-mainnet-beta",
FirehoseEndpoint: "mainnet.solana.streamingfast.io:443",
},
"vara-mainnet": {
DisplayName: "Vara Mainnet",
ExplorerLink: "https://vara.subscan.io/",
FirehoseEndpoint: "mainnet.vara.streamingfast.io:443",
Network: "vara-mainnet",
},
"vara-testnet": {
DisplayName: "Vara Testnet",
ExplorerLink: "",
FirehoseEndpoint: "testnet.vara.streamingfast.io:443",
Network: "vara-testnet",
},
"mantra-testnet": {
DisplayName: "Mantra Testnet",
ExplorerLink: "",
Expand Down
1 change: 0 additions & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* [Initialize a Solana Substreams Project](new/how-to-guides/solana.md)
* [Initialize a Starknet Substreams Project](new/how-to-guides/starknet.md)
* [Initialize an Injective Substreams Project](new/how-to-guides/injective.md)
* [Initialize a Vara Substreams Project](new/how-to-guides/vara.md)
* [Consume Substreams](new/consume/consume.md)
* [Install the CLI](new/common/installing-the-cli.md)
* [Authentication](new/common/authentication.md)
Expand Down
56 changes: 0 additions & 56 deletions docs/new/how-to-guides/vara.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/new/references/chains-and-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Protobuf definitions and public endpoints are provided for the supported protoco
| Bitcoin | [`sf.bitcoin.type.v1.Block`](https://github.com/streamingfast/firehose-bitcoin/blob/develop/proto/sf/bitcoin/type/v1/type.proto) | |
| Antelope | [`sf.antelope.type.v1.Block`](https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1#sf.antelope.type.v1.Block) | |
| Starknet | [`sf.starknet.type.v1.Block`](https://github.com/streamingfast/firehose-starknet/blob/main/proto/sf/starknet/type/v1/block.proto#L8) | |
| Vara | [`sf.gear.type.v1.Block`](https://github.com/streamingfast/firehose-gear/blob/main/proto/sf/gear/type/v1/block.proto#L7) | |

### EVM Extended vs Base Block Model

Expand Down Expand Up @@ -72,8 +71,6 @@ The data missing in the Base Block makes the corresponding Protobuf field empty.
* **Sei Mainnet (EVM)**: `evm-mainnet.sei.streamingfast.io:443`
* **Starknet Mainnet**: `mainnet.starknet.streamingfast.io:443`
* **Base Mainnet**: `base-mainnet.streamingfast.io:443`
* **Vara Mainnet**: `mainnet.vara.streamingfast.io:443`
* **Vara Testnet**: `testnet.vara.streamingfast.io:443`
* **Mantra Mainnet**: `mainnet.mantra.streamingfast.io:443`
* **Mantra Testnet**: `testnet.mantra.streamingfast.io:443`

Expand Down
2 changes: 0 additions & 2 deletions manifest/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ var HardcodedEndpoints = map[string]string{
"starknet-mainnet": "mainnet.starknet.streamingfast.io:443",
"starknet": "mainnet.starknet.streamingfast.io:443",
"starknet-testnet": "testnet.starknet.streamingfast.io:443",
"vara-mainnet": "mainnet.vara.streamingfast.io:443",
"vara-testnet": "testnet.vara.streamingfast.io:443",
"mantra-mainnet": "mainnet.mantra.streamingfast.io:443",
"mantra-testnet": "testnet.mantra.streamingfast.io:443",
"avalanche-mainnet": "avalanche-mainnet.streamingfast.io:443",
Expand Down

0 comments on commit 007fd1f

Please sign in to comment.