We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cb73f commit 3fea84dCopy full SHA for 3fea84d
src/constants.ts
@@ -1,5 +1,5 @@
1
export const paymentServiceUrl =
2
- import.meta.env.PROD === false
+ import.meta.env.PROD === true
3
? "https://payment.ardrive.io"
4
: "http://localhost:3000";
5
export const termsOfServiceUrl = "https://ardrive.io/tos-and-privacy/";
0 commit comments