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 cfe2a34 commit c21c98cCopy full SHA for c21c98c
src/swapService/strategies/balmySDK/okuQuoteSource.ts
@@ -68,7 +68,7 @@ export class CustomOkuQuoteSource extends AlwaysValidConfigAndContextSource<
68
getMetadata() {
69
return {
70
...OKU_METADATA,
71
- name: `${OKU_METADATA.name} ${this.marketName}`,
+ // name: `${OKU_METADATA.name} ${this.marketName}`,
72
supports: {
73
...OKU_METADATA.supports,
74
chains: this.chains || OKU_METADATA.supports.chains,
0 commit comments