From 59f9afc14f7a8953c9b619e210a958216fe9b70f Mon Sep 17 00:00:00 2001 From: Nenad Vracar <34926005+nenadV91@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:38:04 +0200 Subject: [PATCH] Updated git repos in the footer (#399) --- src/custom/components/Version/index.tsx | 4 ++-- src/custom/constants/index.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/custom/components/Version/index.tsx b/src/custom/components/Version/index.tsx index 0afbc7961d..74cb8ebd49 100644 --- a/src/custom/components/Version/index.tsx +++ b/src/custom/components/Version/index.tsx @@ -38,7 +38,7 @@ const VERSIONS: Record< href(chainId: ChainId) { return { etherscan: _getContractsUrls(chainId, GP_VAULT_RELAYER), - github: `https://github.com/gnosis/gp-v2-contracts/blob/v${CONTRACTS_VERSION}/src/contracts/GPv2VaultRelayer.sol`, + github: `https://github.com/cowprotocol/contracts/blob/v${CONTRACTS_VERSION}/src/contracts/GPv2VaultRelayer.sol`, } }, }, @@ -47,7 +47,7 @@ const VERSIONS: Record< href(chainId: ChainId) { return { etherscan: _getContractsUrls(chainId, GP_SETTLEMENT_CONTRACT_ADDRESS), - github: `https://github.com/gnosis/gp-v2-contracts/blob/v${CONTRACTS_VERSION}/src/contracts/GPv2Settlement.sol`, + github: `https://github.com/cowprotocol/contracts/blob/v${CONTRACTS_VERSION}/src/contracts/GPv2Settlement.sol`, } }, }, diff --git a/src/custom/constants/index.ts b/src/custom/constants/index.ts index 80e528d109..ae9c2ff492 100644 --- a/src/custom/constants/index.ts +++ b/src/custom/constants/index.ts @@ -96,7 +96,7 @@ export const XDAI_LOGO_URI = 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 CODE_LINK = 'https://github.com/cowprotocol/cowswap' export const DISCORD_LINK = 'https://discord.com/invite/cowprotocol' export const DUNE_DASHBOARD_LINK = 'https://duneanalytics.com/gnosis.protocol/Gnosis-Protocol-V2' export const TWITTER_LINK = 'https://twitter.com/mevprotection'