From a09da3ba3938fa364747b796c735ab4a760e28e4 Mon Sep 17 00:00:00 2001 From: Henry Palacios Date: Tue, 5 Apr 2022 17:01:35 -0300 Subject: [PATCH 1/2] Update develop to 2.7.0 (#54) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd36efa6c..1ed636295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gnosis.pm/gp-v1", - "version": "2.7.0-rc.0", + "version": "2.7.0", "description": "", "main": "src/index.js", "sideEffects": false, From c93150eca075336d9419199790f0b519f62f3d48 Mon Sep 17 00:00:00 2001 From: Henry Palacios Date: Mon, 25 Apr 2022 11:20:27 -0300 Subject: [PATCH 2/2] Update repositories URL and chat support (#53) * Update URLs to new repositories * Update chat support * Fix typo --- src/apps/explorer/layout/Header.tsx | 2 +- src/components/layout/GenericLayout/Footer/config.ts | 6 +++--- src/components/orders/OrderNotFound/index.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/apps/explorer/layout/Header.tsx b/src/apps/explorer/layout/Header.tsx index 169c28c3a..38f003086 100644 --- a/src/apps/explorer/layout/Header.tsx +++ b/src/apps/explorer/layout/Header.tsx @@ -53,7 +53,7 @@ export const Header: React.FC = () => {
  • - + Community
  • diff --git a/src/components/layout/GenericLayout/Footer/config.ts b/src/components/layout/GenericLayout/Footer/config.ts index 492513d69..479fdd0f4 100644 --- a/src/components/layout/GenericLayout/Footer/config.ts +++ b/src/components/layout/GenericLayout/Footer/config.ts @@ -1,13 +1,13 @@ export const footerConfig = { isBeta: false, url: { - web: 'https://github.com/gnosis/gp-ui/tree/v', + web: 'https://github.com/cowprotocol/explorer/tree/v', // TODO: Pending to move and adapt the wiki appId: null, // appId: 'https://github.com/gnosis/gp-v1-ui/wiki/App-Ids-for-Forks', contracts: { - settlement: `https://github.com/gnosis/gp-v2-contracts/blob/v${CONTRACT_VERSION}/src/contracts/GPv2Settlement.sol`, - vaultRelayer: `https://github.com/gnosis/gp-v2-contracts/blob/v${CONTRACT_VERSION}/src/contracts/GPv2VaultRelayer.sol`, + settlement: `https://github.com/cowprotocol/contracts/blob/v${CONTRACT_VERSION}/src/contracts/GPv2Settlement.sol`, + vaultRelayer: `https://github.com/cowprotocol/contracts/blob/v${CONTRACT_VERSION}/src/contracts/GPv2VaultRelayer.sol`, }, }, } diff --git a/src/components/orders/OrderNotFound/index.tsx b/src/components/orders/OrderNotFound/index.tsx index 070a0aa6f..f210dce38 100644 --- a/src/components/orders/OrderNotFound/index.tsx +++ b/src/components/orders/OrderNotFound/index.tsx @@ -120,7 +120,7 @@ export const OrderAddressNotFound: React.FC = (): JSX.Element => { or - + Get Support