Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
augur-contracts@2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Dec 24, 2016
1 parent 25824cf commit 35eeabb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
16 changes: 11 additions & 5 deletions dist/ethereumjs-connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ module.exports={
],
"label": "Get Base Reporters",
"method": "getBaseReporters",
"returns": "int256",
"returns": "number",
"signature": [
"int256"
]
Expand Down Expand Up @@ -1519,7 +1519,8 @@ module.exports={
"amount",
"price",
"market",
"outcome"
"outcome",
"minimumTradeSize"
],
"label": "Bid",
"method": "buy",
Expand All @@ -1530,6 +1531,7 @@ module.exports={
"int256",
"int256",
"int256",
"int256",
"int256"
]
},
Expand All @@ -1553,7 +1555,8 @@ module.exports={
"amount",
"price",
"market",
"outcome"
"outcome",
"minimumTradeSize"
],
"label": "Ask",
"method": "sell",
Expand All @@ -1564,6 +1567,7 @@ module.exports={
"int256",
"int256",
"int256",
"int256",
"int256"
]
},
Expand All @@ -1573,7 +1577,8 @@ module.exports={
"amount",
"price",
"market",
"outcome"
"outcome",
"minimumTradeSize"
],
"label": "Short Ask",
"method": "shortAsk",
Expand All @@ -1583,6 +1588,7 @@ module.exports={
"int256",
"int256",
"int256",
"int256",
"int256"
]
}
Expand Down Expand Up @@ -2775,7 +2781,7 @@ module.exports={
],
"label": "Get Past24",
"method": "getPast24",
"returns": "int256",
"returns": "number",
"signature": [
"int256"
]
Expand Down
Loading

0 comments on commit 35eeabb

Please sign in to comment.