Skip to content

Commit

Permalink
Merge commit '010c12e2bb5825970a97435c8dc233e728db8f81' of https://gi…
Browse files Browse the repository at this point in the history
…thub.com/dowjames/gekko into staging

Conflicts:
	config.js
  • Loading branch information
Sarah White committed Jul 2, 2014
2 parents 3d66a2d + 010c12e commit 9c7887d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions exchanges.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,30 @@ var exchanges = [
requires: ['key', 'secret', 'username'],
providesHistory: false
},
{
name: 'Cryptsy',
slug: 'cryptsy',
direct: false,
infinityOrder: false,
currencies: ['BTC'],
assets: ['DOGE', 'DVC', 'PPC', 'LTC', 'DRK' ],
markets: [
{
pair: ['BTC', 'DOGE'], market_id: 132, minimalOrder: { amount: 100, unit: 'asset' }
},
{
pair: ['BTC', 'DVC'], market_id: 40, minimalOrder: { amount: 1, unit: 'asset' }
},
{
pair: ['BTC', 'LTC'], market_id: 3, minimalOrder: { amount: 0.001, unit: 'asset' }
},
{
pair: ['BTC', 'DRK'], market_id: 155, minimalOrder: { amount: 0.001, unit: 'asset' }
}
],
requires: ['key', 'secret'],
providesHistory: false
},
{
name: 'Kraken',
slug: 'kraken',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"author": "Mike van Rossum <[email protected]>",
"dependencies": {
"cryptsy-api": "0.1.x",
"mtgox-apiv2": "1.1.x",
"lodash": "2.x",
"moment": "2.4.x",
Expand Down

1 comment on commit 9c7887d

@kuzetsa
Copy link
Owner

@kuzetsa kuzetsa commented on 9c7887d Jul 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dowjames@010c12e

^ github's commit description didn't properly show this URL

Please sign in to comment.