Skip to content

Commit

Permalink
feat: add support for Blast chain in OKX DEX quote source (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKoaj authored Jun 14, 2024
1 parent 442d772 commit cc774ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/quotes/quote-sources/okx-dex-quote-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const SUPPORTED_CHAINS = [
Chains.LINEA,
Chains.BASE,
Chains.SCROLL,
Chains.BLAST,
];

const OKX_DEX_METADATA: QuoteSourceMetadata<OKXDexSupport> = {
Expand Down

0 comments on commit cc774ec

Please sign in to comment.