UNPKG

efx-api-node

Version:

<img src="https://avatars3.githubusercontent.com/u/33315316?s=200&v=4" align="right" />

18 lines (12 loc) 483 B
module.exports = { // test environment 'https://api.stg.deversifi.com/v1/trading', api: 'https://api.deversifi.com/v1/trading', // default expiration time for orders in seconds, used by create_order.js defaultExpiry: 3600, // in case no provider is provided we will try connecting to the this default // address defaultProvider: 'http://localhost:8545', // default account to select in case no account is provided by the userConfig // parameter account: 0 }