Skip to content

Commit

Permalink
fix: bebop and dodo logos
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Jan 20, 2025
1 parent 67d70c0 commit 32e9fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/services/quotes/quote-sources/bebop-quote-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const BEBOP_METADATA: QuoteSourceMetadata<BebopSupport> = {
swapAndTransfer: true,
buyOrders: true,
},
logoURI: 'ipfs://QmTMusok8SqDoa1MDGgZ3xohrPTnY6j2xxR5jPphBDaUDi',
logoURI: 'ipfs://Qmc5ug2FpdeDFVNif7Q48Uvx3LoAvkeU4ksNJtL3qkEdqc',
};
type BebopConfig = { apiKey: string };
type BebopSupport = { buyOrders: true; swapAndTransfer: true };
Expand Down
2 changes: 1 addition & 1 deletion src/services/quotes/quote-sources/dodo-quote-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const DODO_DEX_METADATA: QuoteSourceMetadata<DodoDexSupport> = {
swapAndTransfer: false,
buyOrders: false,
},
logoURI: 'ipfs://Qmc5ug2FpdeDFVNif7Q48Uvx3LoAvkeU4ksNJtL3qkEdqc',
logoURI: 'ipfs://QmYpbxSqVmeHrzfjdd5JWdPitvZZhiMaeAiBGe7VT8qQTA',
};
type DodoDexConfig = { apiKey: string };
type DodoDexSupport = { buyOrders: false; swapAndTransfer: false };
Expand Down

0 comments on commit 32e9fe1

Please sign in to comment.