Skip to content

Commit

Permalink
fix: update to new CGW url, and new services
Browse files Browse the repository at this point in the history
  • Loading branch information
datradito committed Mar 14, 2022
1 parent b71bf95 commit d1e3712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ export const GATEWAY_URL =
process.env.REACT_APP_GATEWAY_URL ||
(IS_PRODUCTION || isProdGateway()
? 'https://gateway.moonriver.multisig.moonbeam.network'
: 'https://gateway.staging.moonbase.multisig.moonbeam.network')
: 'https://gateway.moonbase.staging.multisig.moonbeam.network')

0 comments on commit d1e3712

Please sign in to comment.