Skip to content

Commit

Permalink
fix: support BSC conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
yomarion committed Mar 26, 2022
1 parent 4a3c46a commit 29dcaee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/currency/src/chainlink-path-aggregators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const chainlinkCurrencyPairs: Record<string, CurrencyPairs> = {
'arbitrum-one': {},
xdai: {},
avalanche: {},
bsc: {},
};

export const chainlinkSupportedNetworks = Object.keys(chainlinkCurrencyPairs);
Expand Down

0 comments on commit 29dcaee

Please sign in to comment.