Skip to content

Commit

Permalink
fix: enable conversion on base
Browse files Browse the repository at this point in the history
  • Loading branch information
leoslr committed May 13, 2024
1 parent ad9af1b commit 708967c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/currency/src/conversion-aggregators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const noConversionNetworks: CurrencyTypes.AggregatorsMap = {
// FIXME: Near should get conversion again with Pyth. See './aggregators/near-testnet.json' and './aggregators/near.json';
aurora: {},
'aurora-testnet': {},
base: {},
};

/**
Expand Down

0 comments on commit 708967c

Please sign in to comment.