Skip to content

Commit

Permalink
Merge pull request #3977 from Giveth/fix-giv-buy-link
Browse files Browse the repository at this point in the history
Fix giv buy link
  • Loading branch information
MohammadPCh authored Apr 9, 2024
2 parents 9c40c07 + 984d9e9 commit 939b8f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "givethdapp",
"version": "2.23.2",
"version": "2.23.3",
"private": true,
"scripts": {
"build": "next build",
Expand Down
12 changes: 3 additions & 9 deletions src/config/production.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,17 +305,9 @@ const config: EnvConfig = {
title: 'GIV',
description: '100% GIV',
unit: 'GIV',
BUY_LINK: 'https://swap.cow.fi/#/100/swap/WXDAI/GIV',
},

// GIV: {
// network: GNOSIS_NETWORK_NUMBER,
// LM_ADDRESS: '0xD93d3bDBa18ebcB3317a57119ea44ed2Cf41C2F2',
// GARDEN_ADDRESS: '0x24f2d06446af8d6e89febc205e7936a602a87b60',
// BUY_LINK:
// 'https://app.honeyswap.org/#/swap?outputCurrency=0x4f4F9b8D5B4d0Dc10506e5551B0513B61fD59e75',
// platformTitle: 'GIVPOWER',
// },

pools: [
{
network: GNOSIS_NETWORK_NUMBER,
Expand Down Expand Up @@ -459,6 +451,8 @@ const config: EnvConfig = {
title: 'GIV',
description: '100% GIV',
unit: 'GIV',
BUY_LINK:
'https://velodrome.finance/swap?from=eth&to=0x528cdc92eab044e1e39fe43b9514bfdab4412b98',
},
superFluidSubgraph:
'https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-mainnet',
Expand Down

0 comments on commit 939b8f2

Please sign in to comment.