Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
matextrem committed Apr 25, 2022
2 parents 41013f8 + c93150e commit b48f3f7
Show file tree
Hide file tree
Showing 5 changed files with 3,404 additions and 3,154 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/apps/explorer/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Header: React.FC = () => {
</ExternalLink>
</li>
<li>
<ExternalLink target={'_blank'} href={'https://chat.cowswap.exchange'}>
<ExternalLink target={'_blank'} href={'https://discord.gg/cowprotocol'}>
Community
</ExternalLink>
</li>
Expand Down
6 changes: 3 additions & 3 deletions src/components/layout/GenericLayout/Footer/config.ts
Original file line number Diff line number Diff line change
@@ -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`,
},
},
}
2 changes: 1 addition & 1 deletion src/components/orders/OrderNotFound/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const OrderAddressNotFound: React.FC = (): JSX.Element => {
<SearchContent>
<Search searchString={wasRedirected ? '' : searchString} submitSearchImmediatly={!wasRedirected} />
<span>or</span>
<Support href="https://chat.cowswap.exchange/" target="_blank" rel="noopener noreferrer">
<Support href="https://discord.gg/cowprotocol/" target="_blank" rel="noopener noreferrer">
Get Support
<img src={SupportIcon} />
</Support>
Expand Down
Loading

0 comments on commit b48f3f7

Please sign in to comment.