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 d98ae18 commit 8714316Copy full SHA for 8714316
packages/marketplace/src/marketplace.gen.ts
@@ -732,7 +732,6 @@ export interface UpdateCurrencyReturn {
732
export interface ListCurrenciesArgs {
733
chainId: string
734
}
735
-export interface ListCurrenciesArgs {}
736
737
export interface ListCurrenciesReturn {
738
currencies: Array<Currency>
@@ -1342,7 +1341,6 @@ export interface CheckoutOptionsSalesContractReturn {
1342
1341
export interface SupportedMarketplacesArgs {
1343
1344
1345
-export interface SupportedMarketplacesArgs {}
1346
1347
export interface SupportedMarketplacesReturn {
1348
marketplaces: Array<MarketplaceKind>
0 commit comments