Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
ABOUT REBRANDING - NOT TO MERGE UNTIL ANNOUNCEMENT (#2024)
Browse files Browse the repository at this point in the history
* REBRANDING - NOT TO MERGE UNTIL ANNOUNCEMENT 

This PR rebrands all mentions to GnosisDAO, Gnosis, Gnosis Protocol or GPv2 to CoW Protocol & CowDAO.

* Update README.md

* Update index.html

* Update index.tsx

* Update index.ts
  • Loading branch information
avsavsavs authored and matextrem committed Jan 6, 2022
1 parent d0e7f39 commit caafc51
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It allows you to buy and sell tokens using gas-less orders that are settled peer
- ENS Website (alternative): <https://cowswap.eth.link>, or <https://cowswap.eth/> if you have MetaMask or an ENS compatible browser.
- The website can also be run locally, or from IPFS. Every release will have an IPFS hash associated, available in the [Releases](https://github.com/gnosis/gp-swap-ui/releases) section.

- Docs: <https://docs.cowswap.exchange>
- Docs: <https://docs.cow.fi>
- Stats: <https://dune.xyz/gnosis.protocol/Gnosis-Protocol-V2>
- Twitter: [@gnosisPM](https://twitter.com/gnosisPM)
- Reddit: [/r/gnosisPM](https://www.reddit.com/r/gnosisPM)
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<ul>
<li><a href="https://cowswap.exchange/">Home | CowSwap</a></li>
<li><a href="https://chat.cowswap.exchange">Chat</a></li>
<li><a href="https://docs.cowswap.exchange">Docs</a></li>
<li><a href="https://docs.cow.fi">Docs</a></li>
<li><a href="https://dune.xyz/gnosis.protocol/Gnosis-Protocol-V2">Stats</a></li>
<li><a href="https://twitter.com/MEVprotection">Twitter (@MEVprotection)</a></li>
</ul>
Expand All @@ -69,4 +69,4 @@
<div id="root"></div>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion src/custom/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const XDAI_LOGO_URI =

// 0.1 balance threshold
export const LOW_NATIVE_BALANCE_THRESHOLD = new Fraction('1', '10')
export const DOCS_LINK = 'https://docs.cowswap.exchange'
export const DOCS_LINK = 'https://docs.cow.fi'
export const CONTRACTS_CODE_LINK = 'https://github.com/gnosis/gp-v2-contracts'
export const CODE_LINK = 'https://github.com/gnosis/gp-swap-ui'
export const DISCORD_LINK = 'https://chat.cowswap.exchange'
Expand Down
2 changes: 1 addition & 1 deletion src/custom/pages/About/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function About() {
<Title>About</Title>

<Content>
<p>CowSwap is the first trading interface built on top of Gnosis Protocol v2.</p>
<p>CowSwap is the first trading interface built on top of CoW Protocol.</p>
<p>
It allows you to buy and sell tokens using gas-less orders that are settled peer-to-peer among its users or
into any on-chain liquidity source while providing MEV protection.
Expand Down
2 changes: 1 addition & 1 deletion src/custom/pages/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function App() {
<Route exact strict path="/terms-and-conditions" component={TermsAndConditions} />

<Route exact strict path="/chat" component={createRedirectExternal('https://chat.cowswap.exchange')} />
<Route exact strict path="/docs" component={createRedirectExternal('https://docs.cowswap.exchange')} />
<Route exact strict path="/docs" component={createRedirectExternal('https://docs.cow.fi')} />
<Route
exact
strict
Expand Down

0 comments on commit caafc51

Please sign in to comment.