diff --git a/README.md b/README.md index 4ee66518..ad0bf278 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ This mono repo contains the frontend for the Autonolas project. It is based on the Nx workspace and contains the following projects: - [Registry](https://registry.olas.network/) -- [Tokenomics](https://tokenomics.olas.network/) -- [Launch](https://launch.olas.network/) +- [Bond](https://bond.olas.network/) - [Govern](https://govern.olas.network/) +- [Launch](https://launch.olas.network/) +- [Operate](https://operate.olas.network/) ## Start the app diff --git a/apps/autonolas-registry/common-util/Details/DetailsSubInfo/RewardsSection.tsx b/apps/autonolas-registry/common-util/Details/DetailsSubInfo/RewardsSection.tsx index 497f22ab..130853e6 100644 --- a/apps/autonolas-registry/common-util/Details/DetailsSubInfo/RewardsSection.tsx +++ b/apps/autonolas-registry/common-util/Details/DetailsSubInfo/RewardsSection.tsx @@ -182,7 +182,7 @@ export const RewardsSection: FC = ({ ownerAddress, isOwner, pagination={false} style={{ maxWidth: '550px' }} /> - + Make donation {UNICODE_SYMBOLS.EXTERNAL_LINK} diff --git a/apps/launch/public/paths-markdown/launch-your-own-idea.md b/apps/launch/public/paths-markdown/launch-your-own-idea.md index 7a4e6648..ff3add9e 100644 --- a/apps/launch/public/paths-markdown/launch-your-own-idea.md +++ b/apps/launch/public/paths-markdown/launch-your-own-idea.md @@ -3,4 +3,4 @@ 1. Assign developers within your organization to build the service, or join the [Dev Academy](https://www.valory.xyz/academy) to get connected with community developers. 1. Coordinate the development and testing of your service. 1. Configure, mint and deploy your service via [Olas Registry](https://registry.olas.network). -1. [Acquire](https://olas.network/olas-token#get-olas) and [lock OLAS](https://member.olas.network). If you have more than 10k veOLAS, you can make donations to your service to reward developers. Alternatively, advertise your service on the Olas Discord to try get existing veOLAS holders to make donations. Learn more about [Olas Build Rewards](https://olas.network/build). \ No newline at end of file +1. [Acquire](https://olas.network/olas-token#get-olas) and [lock OLAS](https://govern.olas.network/veolas). If you have more than 10k veOLAS, you can make donations to your service to reward developers. Alternatively, advertise your service on the Olas Discord to try get existing veOLAS holders to make donations. Learn more about [Olas Build Rewards](https://olas.network/build). \ No newline at end of file diff --git a/apps/launch/public/paths-markdown/start-from-a-kit.md b/apps/launch/public/paths-markdown/start-from-a-kit.md index a2a638c1..760c5fc5 100644 --- a/apps/launch/public/paths-markdown/start-from-a-kit.md +++ b/apps/launch/public/paths-markdown/start-from-a-kit.md @@ -3,4 +3,4 @@ 1. Assign developers within your organization to build the service, or join the [Dev Academy](https://www.valory.xyz/academy) to get connected with community developers. 1. Coordinate the development and testing of your service. 1. Configure, mint and deploy your service via [Olas Registry](https://registry.olas.network). -1. [Acquire](https://olas.network/olas-token#get-olas) and [lock OLAS](https://member.olas.network). If you have more than 10k veOLAS, you can make donations to your service to reward developers. Alternatively, advertise your service on the Olas Discord to try get existing veOLAS holders to make donations. Learn more about [Olas Build Rewards](https://olas.network/build). \ No newline at end of file +1. [Acquire](https://olas.network/olas-token#get-olas) and [lock OLAS](https://govern.olas.network/veolas). If you have more than 10k veOLAS, you can make donations to your service to reward developers. Alternatively, advertise your service on the Olas Discord to try get existing veOLAS holders to make donations. Learn more about [Olas Build Rewards](https://olas.network/build). \ No newline at end of file diff --git a/libs/util-constants/src/lib/appUrls.ts b/libs/util-constants/src/lib/appUrls.ts index 2482195d..ebe7b6d3 100644 --- a/libs/util-constants/src/lib/appUrls.ts +++ b/libs/util-constants/src/lib/appUrls.ts @@ -1,3 +1,2 @@ export const GOVERN_URL = 'https://govern.olas.network'; -export const MEMBER_URL = 'https://member.olas.network/'; export const REGISTRY_URL = 'https://registry.olas.network/';