Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ Select to start from a template
```bash
? Choose an initialization option
> Template
Contract Import
Subgraph Migration (Experimental)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

camp ground clean

Contract Import
[↑↓ to move, enter to select, type to filter]
```

Expand Down
3 changes: 1 addition & 2 deletions docs/HyperIndex/Tutorials/greeter-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ Select to start from a template
```bash
? Choose an initialization option
> Template
Contract Import
Subgraph Migration (Experimental)
Contract Import
[↑↓ to move, enter to select, type to filter]
```

Expand Down
2 changes: 0 additions & 2 deletions docs/HyperSync/hypersync-supported-networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ We are rapidly adding new supported networks. If you don't see your network here

:::info
The Tier is the level of support (and therefore reliability) based on the infrastructure running the chain. If you would like us to upgrade a chain's level of support, reach out to us in [Discord](https://discord.gg/Q9qt8gZ2fX).

If a chain is marked as experimental(🧪),it means we have noticed some abnormalities on that chain and it is best to chat to the team before using that hypersync instance for production use cases. However, you can use it for testing and development.
Comment on lines -14 to -15
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine for now, I think the plan is to outline the tiers more clearly in another task

:::


Expand Down
2 changes: 1 addition & 1 deletion scripts/update-endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ return {
gold: "🏅",
silver: "🥈",
bronze: "🥉",
experimental: "🧪",
stone: "🪨",
hidden: "🔒",
testnet: "🎒",
}[network.tier.toLowerCase()] || "🏗️";}
Expand Down