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
/
lib
/
module
/
Consts.js
8 lines
(7 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// src/Consts.ts
const
Consts = { WEB_BASE_URL:
"https://trk301.com/offerwall"
, API_URL:
"https://api.mychips.io/v1.4"
};
export
default
Consts;
//# sourceMappingURL=Consts.js.map