Skip to content

Commit

Permalink
update campaign service config
Browse files Browse the repository at this point in the history
  • Loading branch information
shan57blocks committed Aug 29, 2024
1 parent 71d754d commit a1bf68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/huma-shared/src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const getKYCProviderBaseUrl = (provider: 'Securitize', chainId: number) => {

const getCampaignAPIUrl = (isDev: boolean, pointsTestnetExperience: boolean) =>
`https://${getDevPrefix(isDev)}${
pointsTestnetExperience ? 'testnet.' : ''
pointsTestnetExperience ? 'testnet.' : 'mainnet.'
}campaign-points.huma.finance/graphql`

// @todo: ReferenceError: Cannot access 'ChainEnum' before initialization
Expand Down

0 comments on commit a1bf68b

Please sign in to comment.