We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1b664 commit 5d0e527Copy full SHA for 5d0e527
src/config/endpoint.ts
@@ -0,0 +1,4 @@
1
+export const ADDRESS_CHECK_ENDPOINT_DEV =
2
+ 'https://niftykit-dev.herokuapp.com/api/drops'
3
+
4
+export const ADDRESS_CHECK_ENDPOINT = 'https://app.niftykit.com/api/drops'
0 commit comments