Skip to content

Commit

Permalink
update campaign service config (#283)
Browse files Browse the repository at this point in the history
Co-authored-by: shan <[email protected]>
  • Loading branch information
shan-57blocks and shan57blocks authored Aug 29, 2024
1 parent 71d754d commit c80de13
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 c80de13

Please sign in to comment.