This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update repositories URL and chat support (#53)
* Update URLs to new repositories * Update chat support * Fix typo
- Loading branch information
1 parent
a09da3b
commit c93150e
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`, | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters