Skip to content

Commit e0d927c

Browse files
committed
chore: updates bindings
1 parent 340723c commit e0d927c

File tree

4 files changed

+354
-360
lines changed

4 files changed

+354
-360
lines changed

packages/client/src/actions/markets.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ export type MarketsRequest = {
2222
/**
2323
* The order by clause for the borrow reserves in the market.
2424
*
25-
* @defaultValue { name: OrderDirection.Asc }
25+
* @defaultValue { tokenName: OrderDirection.Asc }
2626
*/
2727
borrowsOrderBy?: ReservesRequestOrderBy;
2828
/**
2929
* The order by clause for the supply reserves in the market.
3030
*
31-
* @defaultValue { name: OrderDirection.Asc }
31+
* @defaultValue { tokenName: OrderDirection.Asc }
3232
*/
3333
suppliesOrderBy?: ReservesRequestOrderBy;
3434
};
@@ -78,13 +78,13 @@ export type MarketRequest = {
7878
/**
7979
* The order by clause for the borrow reserves in the market.
8080
*
81-
* @defaultValue { name: OrderDirection.Asc }
81+
* @defaultValue { tokenName: OrderDirection.Asc }
8282
*/
8383
borrowsOrderBy?: ReservesRequestOrderBy;
8484
/**
8585
* The order by clause for the supply reserves in the market.
8686
*
87-
* @defaultValue { name: OrderDirection.Asc }
87+
* @defaultValue { tokenName: OrderDirection.Asc }
8888
*/
8989
suppliesOrderBy?: ReservesRequestOrderBy;
9090
};

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"check": "gql.tada check",
3939
"doctor": "gql.tada doctor",
4040
"gql:generate:cache": "gql.tada generate turbo",
41-
"gql:download:local": "gql-tada generate schema 'http://localhost:3000/graphql' --output './schema.graphql'",
41+
"gql:download:local": "gql-tada generate schema 'http://localhost:3011/graphql' --output './schema.graphql'",
4242
"gql:generate": "gql-tada generate output",
4343
"gql:turbo": "gql-tada turbo",
4444
"prebuild": "pnpm run gql:turbo"

0 commit comments

Comments
 (0)