UNPKG

pcs-js-eos

Version:

Client Api for PCS protocol

22 lines (17 loc) 1.23 kB
'use strict'; // web api endpoint for validating authority exports.__esModule = true; exports.EOS_KYLIN_ID = exports.EOS_MAIN_ID = exports.AGENT_ACCOUNT = exports.CONTRACT_ACCOUNT = exports.AWS_KEY_API_URL = exports.AWS_PCS_KYLIN_API_URL = exports.AWS_PCS_API_URL = void 0; var AWS_PCS_API_URL = "https://jzoqrcmc18.execute-api.ap-northeast-1.amazonaws.com/pcs-api-main"; exports.AWS_PCS_API_URL = AWS_PCS_API_URL; var AWS_PCS_KYLIN_API_URL = "https://78qy7hxmjd.execute-api.ap-northeast-1.amazonaws.com/pcsSecurity"; // web api endpoint for generating salt exports.AWS_PCS_KYLIN_API_URL = AWS_PCS_KYLIN_API_URL; var AWS_KEY_API_URL = "https://85z0ywf1ol.execute-api.ap-northeast-1.amazonaws.com/secretHashing0"; // default contract account exports.AWS_KEY_API_URL = AWS_KEY_API_URL; var CONTRACT_ACCOUNT = "pcscoreprtcl"; // pcs agent account exports.CONTRACT_ACCOUNT = CONTRACT_ACCOUNT; var AGENT_ACCOUNT = "pcscoreagent"; // EOS network id exports.AGENT_ACCOUNT = AGENT_ACCOUNT; var EOS_MAIN_ID = "aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906"; exports.EOS_MAIN_ID = EOS_MAIN_ID; var EOS_KYLIN_ID = "5fff1dae8dc8e2fc4d5b23b2c7665c97f9e9d8edf2b6485a86ba311c25639191"; exports.EOS_KYLIN_ID = EOS_KYLIN_ID;