@@ -398,8 +398,7 @@ export default [
398398 {
399399 "api" : "follow_api" ,
400400 "method" : "get_feed_entries" ,
401- "params" : [ "account" , "entryId" , "limit"
402- ]
401+ "params" : [ "account" , "entryId" , "limit" ]
403402 } ,
404403 {
405404 "api" : "follow_api" ,
@@ -485,11 +484,26 @@ export default [
485484 {
486485 "api" : "market_history_api" ,
487486 "method" : "get_market_history" ,
488- "params" : [ "bucket_seconds" , "start" , "end" ]
487+ "params" : [ "bucket_seconds" , "start" , "end" ]
489488 } ,
490489 {
491490 "api" : "market_history_api" ,
492491 "method" : "get_market_history_buckets" ,
493492 "params" : [ ]
493+ } ,
494+ {
495+ "api" : "condenser_api" ,
496+ "method" : "find_proposals" ,
497+ "params" : [ "id_set" ]
498+ } ,
499+ {
500+ "api" : "condenser_api" ,
501+ "method" : "list_proposals" ,
502+ "params" : [ "start" , "limit" , "order_by" , "order_direction" , "status" ]
503+ } ,
504+ {
505+ "api" : "condenser_api" ,
506+ "method" : "list_proposal_votes" ,
507+ "params" : [ "start" , "limit" , "order_by" , "order_direction" , "status" ]
494508 }
495509] ;
0 commit comments