Skip to content

Commit

Permalink
Remove Aptos (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
enoldev authored Mar 14, 2024
1 parent 632e8b7 commit c2f1daf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/new/references/chains-and-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ Protobuf definitions and public endpoints are provided for the supported protoco
| NEAR | [`sf.near.type.v1.Block`](https://github.com/streamingfast/firehose-near/blob/develop/proto/sf/near/type/v1/type.proto) | |
| Solana | [`sf.solana.type.v1.Block`](https://github.com/streamingfast/firehose-solana/blob/develop/proto/sf/solana/type/v1/type.proto) | [solana-v0.1.0.spkg](https://github.com/streamingfast/sf-solana/releases/download/v0.1.0/solana-v0.1.0.spkg) |
| Cosmos | [`sf.cosmos.type.v1.Block`](https://github.com/figment-networks/proto-cosmos/blob/main/sf/cosmos/type/v1/type.proto) | |
| Arweave | [`sf.arweave.type.v1.Block`](https://github.com/streamingfast/firehose-arweave/blob/develop/proto/sf/arweave/type/v1/type.proto) | |
| Aptos | [`aptos.extractor.v1.Block`](https://github.com/aptos-labs/aptos-core/blob/main/crates/aptos-protos/proto/aptos/extractor/v1/extractor.proto) | |
| Arweave | [`sf.arweave.type.v1.Block`](https://github.com/streamingfast/firehose-arweave/blob/develop/proto/sf/arweave/type/v1/type.proto) | | |
| Bitcoin | [`sf.bitcoin.type.v1.Block`](https://github.com/streamingfast/firehose-bitcoin/blob/develop/proto/sf/bitcoin/type/v1/type.proto) | |

## Endpoints
Expand All @@ -50,7 +49,6 @@ Protobuf definitions and public endpoints are provided for the supported protoco
* **NEAR Testnet**: `testnet.near.streamingfast.io:443`
* **Solana mainnet-beta**: `mainnet.sol.streamingfast.io:443`
* **Arweave Mainnet**: `mainnet.arweave.streamingfast.io:443`
* **Aptos Testnet**: `testnet.aptos.streamingfast.io:443`
* **Bitcoin Mainnet**: `mainnet.btc.streamingfast.io:443`

## Others
Expand Down

0 comments on commit c2f1daf

Please sign in to comment.