Skip to content

Commit d98ae18

Browse files
david-littlefarmerVojtechVitek
authored andcommitted
[AUTOMATED] Update: proto/clients/marketplace.gen.ts
1 parent dbe8428 commit d98ae18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/marketplace/src/marketplace.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ export interface UpdateCurrencyReturn {
732732
export interface ListCurrenciesArgs {
733733
chainId: string
734734
}
735+
export interface ListCurrenciesArgs {}
735736

736737
export interface ListCurrenciesReturn {
737738
currencies: Array<Currency>
@@ -1341,6 +1342,7 @@ export interface CheckoutOptionsSalesContractReturn {
13411342
export interface SupportedMarketplacesArgs {
13421343
chainId: string
13431344
}
1345+
export interface SupportedMarketplacesArgs {}
13441346

13451347
export interface SupportedMarketplacesReturn {
13461348
marketplaces: Array<MarketplaceKind>

0 commit comments

Comments
 (0)