Skip to content

Commit

Permalink
adding mantra testnet and mantra mainnet in the codegen chain config …
Browse files Browse the repository at this point in the history
…and in the chains and endpoints documentation reference
  • Loading branch information
Eduard-Voiculescu committed Oct 28, 2024
1 parent 24c1999 commit 16dd151
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions codegen/chainconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,16 @@ var ChainConfigByID = map[string]*ChainConfig{
FirehoseEndpoint: "testnet.vara.streamingfast.io:443",
Network: "vara-testnet",
},
"mantra-testnet": {
DisplayName: "Mantra Testnet",
ExplorerLink: "",
FirehoseEndpoint: "testnet.mantra.streamingfast.io:443",
Network: "mantra-testnet",
},
"mantra-mainnet": {
DisplayName: "Mantra Testnet",
ExplorerLink: "",
FirehoseEndpoint: "mainnet.mantra.streamingfast.io:443",
Network: "mantra-mainnet",
},
}
4 changes: 3 additions & 1 deletion docs/new/references/chains-and-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Protobuf definitions and public endpoints are provided for the supported protoco
| Ethereum | [`sf.ethereum.type.v2.Block`](https://github.com/streamingfast/firehose-ethereum/blob/develop/proto/sf/ethereum/type/v2/type.proto) | [ethereum-v0.10.4.spkg](https://github.com/streamingfast/sf-ethereum/releases/download/v0.10.2/ethereum-v0.10.4.spkg) |
| 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.v2.Block`](https://github.com/streamingfast/firehose-cosmos/blob/develop/cosmos/proto/sf/cosmos/type/v2/block.proto#L10) | | |
| Cosmos | [`sf.cosmos.type.v2.Block`](https://github.com/streamingfast/firehose-cosmos/blob/develop/cosmos/proto/sf/cosmos/type/v2/block.proto#L10) | | |
| 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) | |
Expand Down Expand Up @@ -73,6 +73,8 @@ The data missing in the Base Block makes the corresponding Protobuf field empty.
* **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`

## Community Endpoints

Expand Down

0 comments on commit 16dd151

Please sign in to comment.