Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1810 usdglo token #4795

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/apollo/gql/gqlProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const PROJECT_CORE_FIELDS = gql`
image
slug
verified
isGivbackEligible
totalDonations
qfRounds {
id
Expand Down Expand Up @@ -143,7 +142,6 @@ export const FETCH_PROJECT_BY_SLUG_DONATION = gql`
slug
descriptionSummary
verified
isGivbackEligible
totalDonations
sumDonationValueUsdForActiveQfRound
countUniqueDonorsForActiveQfRound
Expand Down Expand Up @@ -213,7 +211,6 @@ export const FETCH_PROJECT_BY_SLUG_SINGLE_PROJECT = gql`
image
slug
verified
isGivbackEligible
totalDonations
description
addresses {
Expand Down Expand Up @@ -598,7 +595,6 @@ export const ADD_RECIPIENT_ADDRESS_TO_PROJECT = gql`
listed
reviewStatus
verified
isGivbackEligible
slugHistory
creationDate
adminUserId
Expand Down Expand Up @@ -689,7 +685,6 @@ export const PROJECT_ACCEPTED_TOKENS = gql`
name
decimals
mainnetAddress
isGivbackEligible
order
isStableCoin
coingeckoId
Expand Down
15 changes: 15 additions & 0 deletions src/config/production.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
},

Expand Down
Loading