diff --git a/HyperIndex_versioned_docs/version-v1/Tutorials/greeter-tutorial.md b/HyperIndex_versioned_docs/version-v1/Tutorials/greeter-tutorial.md index 997b122f..82b10203 100644 --- a/HyperIndex_versioned_docs/version-v1/Tutorials/greeter-tutorial.md +++ b/HyperIndex_versioned_docs/version-v1/Tutorials/greeter-tutorial.md @@ -72,8 +72,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] ``` diff --git a/docs/HyperIndex/Tutorials/greeter-tutorial.md b/docs/HyperIndex/Tutorials/greeter-tutorial.md index ad1f6614..5533eb37 100644 --- a/docs/HyperIndex/Tutorials/greeter-tutorial.md +++ b/docs/HyperIndex/Tutorials/greeter-tutorial.md @@ -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] ``` diff --git a/docs/HyperSync/hypersync-supported-networks.md b/docs/HyperSync/hypersync-supported-networks.md index eba324c1..6785d130 100644 --- a/docs/HyperSync/hypersync-supported-networks.md +++ b/docs/HyperSync/hypersync-supported-networks.md @@ -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. ::: diff --git a/scripts/update-endpoints.js b/scripts/update-endpoints.js index 53d35da6..fa8df3c8 100644 --- a/scripts/update-endpoints.js +++ b/scripts/update-endpoints.js @@ -73,7 +73,7 @@ return { gold: "๐Ÿ…", silver: "๐Ÿฅˆ", bronze: "๐Ÿฅ‰", - experimental: "๐Ÿงช", + stone: "๐Ÿชจ", hidden: "๐Ÿ”’", testnet: "๐ŸŽ’", }[network.tier.toLowerCase()] || "๐Ÿ—๏ธ";}