diff --git a/src/apollo/gql/gqlProjects.ts b/src/apollo/gql/gqlProjects.ts index cc3d8a260b..9eab08edf6 100644 --- a/src/apollo/gql/gqlProjects.ts +++ b/src/apollo/gql/gqlProjects.ts @@ -8,7 +8,6 @@ export const PROJECT_CORE_FIELDS = gql` image slug verified - isGivbackEligible totalDonations qfRounds { id @@ -143,7 +142,6 @@ export const FETCH_PROJECT_BY_SLUG_DONATION = gql` slug descriptionSummary verified - isGivbackEligible totalDonations sumDonationValueUsdForActiveQfRound countUniqueDonorsForActiveQfRound @@ -213,7 +211,6 @@ export const FETCH_PROJECT_BY_SLUG_SINGLE_PROJECT = gql` image slug verified - isGivbackEligible totalDonations description addresses { @@ -598,7 +595,6 @@ export const ADD_RECIPIENT_ADDRESS_TO_PROJECT = gql` listed reviewStatus verified - isGivbackEligible slugHistory creationDate adminUserId @@ -689,7 +685,6 @@ export const PROJECT_ACCEPTED_TOKENS = gql` name decimals mainnetAddress - isGivbackEligible order isStableCoin coingeckoId diff --git a/src/config/production.tsx b/src/config/production.tsx index 88666e3a79..27c51ceb91 100644 --- a/src/config/production.tsx +++ b/src/config/production.tsx @@ -537,6 +537,21 @@ const config: EnvConfig = { isSuperToken: true, coingeckoId: 'usd-coin', }, + { + underlyingToken: { + decimals: 18, + id: '0x4F604735c1cF31399C6E711D5962b2B3E0225AD3', + name: 'Glo Dollar', + symbol: 'USDGLO', + coingeckoId: 'glo-dollar', + }, + decimals: 18, + id: '0x9F41d0AA24E599fd8D0c180Ee3C0F609dc41c622', + name: 'Super Glo Dollar', + symbol: 'USDGLOx', + isSuperToken: true, + coingeckoId: 'glo-dollar', + }, ], },