Skip to content

Commit 5d0e527

Browse files
committed
add contract functions
1 parent 8b1b664 commit 5d0e527

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/config/endpoint.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)