Skip to content

Commit

Permalink
chore: add support for base
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Oct 25, 2024
1 parent 2707c88 commit d35ff4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/quotes/quote-sources/balmy-quote-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const BALMY_SUPPORTED_CHAINS = [
Chains.MOONBEAM,
Chains.ROOTSTOCK,
Chains.AVALANCHE,
Chains.BASE,
].map(({ chainId }) => chainId);

const BALMY_METADATA: QuoteSourceMetadata<BalmySupport> = {
Expand Down

0 comments on commit d35ff4e

Please sign in to comment.