UNPKG
mychips-react-sdk
Version:
latest (0.8.1)
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
MyChips Offerwall
github.com/myappfree/mychips-react-sdk
myappfree/mychips-react-sdk
mychips-react-sdk
/
src
/
Consts.ts
9 lines
(6 loc)
•
172 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
// src/Consts.ts
const
Consts = { WEB_BASE_URL:
"https://trk301.com/offerwall"
, API_URL:
"https://api.mychips.io/v1.4"
, };
export
default
Consts;