UNPKG
ans-api-wrapper
Version:
latest (0.0.1)
0.0.1
JS API wrapper for ANS
github.com/decentldotland/ans-api-wrapper
decentldotland/ans-api-wrapper
ans-api-wrapper
/
src
/
utils
/
constants.js
6 lines
(5 loc)
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
// CONTRACTS ADDRESSES: PRE-TESTNET;
export
const
ANS_TESTNET_SWC =
"M6kPivAcoYAqM71xKhxq9487OWycjMiEsdHIOXds0B4"
;
// SERVER API ENDPOINTS
export
const
SERVER_ENDPOINT_1 = `http:
//ans-api.decent.land`;
export
const
SERVER_ENDPOINT_2 = `https:
//ans-testnet.herokuapp.com`;