Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/luxfi/exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
foxier25 committed Oct 25, 2024
2 parents 17aa0fb + e5e09d7 commit b0d56a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions src/components/About/AboutFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ export const AboutFooter = () => {
</LinkGroup>
<LinkGroup>
<LinkGroupTitle>Protocol</LinkGroupTitle>
<ExternalTextLink href="https://lux.chat">Community</ExternalTextLink>
<ExternalTextLink href="https://lux.link">Ecosystem</ExternalTextLink>
<ExternalTextLink href="https://lux.vote">Governance</ExternalTextLink>
<ExternalTextLink href="https://github.com/luxdefi">Developers</ExternalTextLink>
<ExternalTextLink href="https://github.com/luxfi">Developers</ExternalTextLink>
</LinkGroup>
<LinkGroup>
<LinkGroupTitle>Company</LinkGroupTitle>
Expand All @@ -162,14 +162,14 @@ export const AboutFooter = () => {
name={SharedEventName.ELEMENT_CLICKED}
element={InterfaceElementName.CAREERS_LINK}
>
<ExternalTextLink href="https://docs.lux.finance/about/v/lux-job-listings">Careers</ExternalTextLink>
<ExternalTextLink href="https://lux.careers">Careers</ExternalTextLink>
</TraceEvent>
<TraceEvent
events={[BrowserEvent.onClick]}
name={SharedEventName.ELEMENT_CLICKED}
element={InterfaceElementName.BLOG_LINK}
>
<ExternalTextLink href="https://blog.lux.exchange">Blog</ExternalTextLink>
<ExternalTextLink href="https://lux.blog">Blog</ExternalTextLink>
</TraceEvent>
</LinkGroup>
<LinkGroup>
Expand All @@ -180,7 +180,7 @@ export const AboutFooter = () => {
element={InterfaceElementName.SUPPORT_LINK}
>
<ExternalTextLink
href="https://help.lux.exchange"
href="https://lux.help"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -192,7 +192,7 @@ export const AboutFooter = () => {
name={SharedEventName.ELEMENT_CLICKED}
element={InterfaceElementName.SUPPORT_LINK}
>
<ExternalTextLink href="https://help.lux.exchange">Help Center</ExternalTextLink>
<ExternalTextLink href="https://lux.help">Help Center</ExternalTextLink>
</TraceEvent>
</LinkGroup>
</FooterLinks>
Expand Down
2 changes: 1 addition & 1 deletion src/components/About/ProtocolBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const ProtocolBanner = () => {
</DescriptionText>
</TextContainer>
<BannerButtonContainer>
<BannerButton width="200px" as="a" href="https://docs.lux.finance" rel="noopener noreferrer" target="_blank">
<BannerButton width="200px" as="a" href="https://docs.lux.network" rel="noopener noreferrer" target="_blank">
Learn more
</BannerButton>
</BannerButtonContainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Starting with just six members enables the committee to efficiently fund project
This proposal recommends a max cap of $150K per quarter, with the ability to reevaluate biannually at each epoch (two fiscal quarters). While the Lux DAO Grants Committee will be the decision makers around individual grants, respective budgets, roadmaps, and milestones, any top-level changes to LGP including epochs and max cap, will require full community quorum (4% approval).
The Lux DAO will be funded by the LUX treasury according to the[ release schedule](https://docs.lux.finance/) set out by the Lux team, whereby 43% of the LUX treasury is released over a four-year timeline. In Year 1 this will total to 172,000,000 LUX (~$344,000 as of writing).
The Lux DAO will be funded by the LUX treasury according to the[ release schedule](https://docs.lux.network/) set out by the Lux team, whereby 43% of the LUX treasury is released over a four-year timeline. In Year 1 this will total to 172,000,000 LUX (~$344,000 as of writing).
Taking into consideration the current landscape of ecosystem funding across Ethereum, the community would be hard-pressed to allocate even 5% of Year 1’s treasury. For context Gitcoin CLR Round 7 distributed $725k ($450k in matched) across 857 projects and YTD, Moloch has granted just under $200k but in contrast, the EF has committed to somewhere in the 8 figure range.
Expand Down

0 comments on commit b0d56a5

Please sign in to comment.