Skip to content

Commit

Permalink
Merge pull request #91 from valory-xyz/tanya/deprecate-tokenomics-and…
Browse files Browse the repository at this point in the history
…-member

chore: remove tokenomics and member links
  • Loading branch information
DavidMinarsch authored Aug 29, 2024
2 parents 25a7559 + 2679e38 commit ecc53f1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const RewardsSection: FC<RewardsSectionProps> = ({ ownerAddress, isOwner,
pagination={false}
style={{ maxWidth: '550px' }}
/>
<a href="https://tokenomics.olas.network/donate" target="_blank" rel="noopener noreferrer">
<a href="https://govern.olas.network/donate" target="_blank" rel="noopener noreferrer">
Make donation {UNICODE_SYMBOLS.EXTERNAL_LINK}
</a>
</Flex>
Expand Down
2 changes: 1 addition & 1 deletion apps/launch/public/paths-markdown/launch-your-own-idea.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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).
2 changes: 1 addition & 1 deletion apps/launch/public/paths-markdown/start-from-a-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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).
1 change: 0 additions & 1 deletion libs/util-constants/src/lib/appUrls.ts
Original file line number Diff line number Diff line change
@@ -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/';

0 comments on commit ecc53f1

Please sign in to comment.