We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe8428 commit d98ae18Copy full SHA for d98ae18
packages/marketplace/src/marketplace.gen.ts
@@ -732,6 +732,7 @@ export interface UpdateCurrencyReturn {
732
export interface ListCurrenciesArgs {
733
chainId: string
734
}
735
+export interface ListCurrenciesArgs {}
736
737
export interface ListCurrenciesReturn {
738
currencies: Array<Currency>
@@ -1341,6 +1342,7 @@ export interface CheckoutOptionsSalesContractReturn {
1341
1342
export interface SupportedMarketplacesArgs {
1343
1344
1345
+export interface SupportedMarketplacesArgs {}
1346
1347
export interface SupportedMarketplacesReturn {
1348
marketplaces: Array<MarketplaceKind>
0 commit comments