Source:
https://github.com/BitHighlander/pioneer-sdk
const config: any = {
network,
service: 'shapeshift',
url: '<https://beta.shapeshift.com/>',
queryKey: this.queryKey,
wss: 'wss://pioneers.dev',
//wss: 'ws://127.0.0.1:9001',
spec: '<https://pioneers.dev/spec/swagger.json>'
//spec: '<http://127.0.0.1:9001/spec/swagger.json>'
};
config settings
network: mainnet | testnet
service: service name (not a url) this must be unique to publish
url: the hosted url of your dapp. (if not published yet leave blank)
wss: the pioneer web socket service your app will use
spec: the pioneer server your service will use